Pretty print a directory structure as a tree
pip install ppdir
usage: ppdir [-h] [-a, --all] [-c, --color] [DIR]
Pretty print a directory structure as a tree
positional arguments:
DIR
optional arguments:
-h, --help show this help message and exit
-a, --all Include hidden files
-c, --color Colorize outputppdir -a -c .
