Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 400 Bytes

File metadata and controls

12 lines (11 loc) · 400 Bytes

Tree

Tree is a python script to visualize directories in a form of a tree in the terminal

Usage
python3 tree.py -d <dir> -s

-d is used to specify the directory path
-s is used to define whether to add spacing vertically between different folders or not

Please note that the position of the displayed content may be different from the position in the explorer