ASCII Library for Creating “Pretty” Directory Trees?

后端 未结 10 1102
时光说笑
时光说笑 2020-12-04 07:33

Is there some *nix tool or perl/php library that will let you easily create directory tree visualizations that look like the following?

www
|-- private
|             


        
10条回答
  •  被撕碎了的回忆
    2020-12-04 08:09

    Not a library per se, but this little utility is handy for generating quick tree graphs without leaving the browser: https://tree.nathanfriend.io/

    Disclaimer: I'm the author :).

提交回复
热议问题