Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 590 Bytes

readme.md

File metadata and controls

31 lines (26 loc) · 590 Bytes

FileTree v2.0

Commands

git clone https://github.com/theunderdogdev/FileTree.git

Install rich

pip install rich

then

Windows:
python FileTree.py
MacOS:
python3 FileTree.py

Output

./
│
├── .vscode/
│   └── settings.json
│
├── .DS_Store
├── FileTree.py
└── test.py 

Export to a file

The program will ask you if you want to export output to a text file if you say yes then you have to enter the filename ( If left blank the program will create an empty temp.txt file where the program was ran )