delta4d / atree.js

display directory tree structure in terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ATREE travis

Display directory tree structure in terminal. A very simplified ver of unix utility tree.

Installation

npm install atree --global

Usage

atree.js $ atree --help
Usage: atree [options] [directory=.]

    -a                show hidden files
    --help            show this message
    --color           color output
                      auto/always/never. default to auto

Contributing

Feel free to file an issue or make a pr.

About

display directory tree structure in terminal

License:MIT License


Languages

Language:JavaScript 100.0%