This repository is meant to gengerate beautiful and clear file tree to make your project file structure more clearly, fast and simply.
Using this:
python itree.py [argv] [root]
Then you can get the file structure in your root dir.
Now argv have this:
- -v, --version: show version
- -h: show hidden files
- --help: show help
- -d, --depth [number]: set the depth we will show, default is 5
Example of this repository python .\itree.py -d 2 -h .
π¦ .
β£ π .git
β β£ π hooks
β β£ π info
β β£ π logs
β β£ π objects
β β£ π refs
β β£ π COMMIT_EDITMSG
β β£ π config
β β£ π description
β β£ π FETCH_HEAD
β β£ π HEAD
β β£ π index
β β π ORIG_HEAD
β£ π bin
β β π itree.exe
β£ π itree.py
β£ π LICENSE
β π README.md
Using pyinstaller get exe file in dir bin
.
Then, after adding itree.exe into your environment variable, you can use itree in everywhere:
itree [argv] [root]