0.1.0 • Published 8 years ago

untree v0.1.0

Weekly downloads
2
License
EPL-1.0
Repository
github
Last release
8 years ago

untree

Print trees in the terminal

Like Unix's standard tree(1), untree prints a directory tree. Unlike tree, however, it reads the list of files and directories to show from stdin.

Instllation

npm install -g untree

Examples

$ git ls-files | untree
.editorconfig
.gitignore
bin
└── untree
dev
└── cljs
    └── user.cljs
package.json
scripts
├── check
├── dev
└── run
src
└── untree
    └── core.cljs
tree.in
tree.out

Other examples

find /etc -follow | untree
0.1.0

8 years ago