1.0.7 • Published 10 years ago
chtree v1.0.7
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.