Skip to content
/ dirtree Public

Small CLI app to print out a pretty ascii tree of a directory.

License

Notifications You must be signed in to change notification settings

juso40/dirtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dirtree

Generate good-looking ascii trees of directories and files.

Installation

Install and update using pip:

pip install -U ascii-dirtree

Usage

usage: dirtree [-h] [-p [PATH]] [-f] [-c] [-i [IGNORE ...]] [-d DEPTH]

optional arguments:
  -h, --help            show this help message and exit
  -p [PATH], --path [PATH]
                        Path to start from
  -f, --files           print files
  -c, --clip            copy to clipboard
  -i [IGNORE ...], --ignore [IGNORE ...]
                        ignore files matching glob
  -d DEPTH, --depth DEPTH
                        depth to traverse, negative for infinite

Example:

About

Small CLI app to print out a pretty ascii tree of a directory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages