Skip to content

A personal DIY coding project to list all files from a directory. Enhancements such as list all types, names, extension. Latest version of this project has been an implementation of rich console module which highlights different file types accordingly

Notifications You must be signed in to change notification settings

theunderdogdev/FileTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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 )

About

A personal DIY coding project to list all files from a directory. Enhancements such as list all types, names, extension. Latest version of this project has been an implementation of rich console module which highlights different file types accordingly

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages