chtree
v1.0.7
Published
Walks through a directory and prints out a treeview of its content
Downloads
6
Readme
What is it ?
Walks through a directory and prints out a treeview of its content with colors.
How to
$ npm install -g chtree
$ chtree
# ignore everything that does begins with a '.' (hidden files)
$ chtree --ignore ^\.
Help
$ chtree --help
chtree [directory] [--no-colors] [--ignore regexp]
Todo
- Add tests.