untree

Print ASCII trees in terminal


Keywords
tree, terminal, ascii
License
EPL-1.0
Install
npm install untree@0.1.0

Documentation

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.

Installation

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