Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 486 Bytes

README.md

File metadata and controls

43 lines (34 loc) · 486 Bytes

cli-ascii-tree

CLI interface for ascii-tree

Install

npm install cli-ascii-tree -g

Do not forget the -g option!

Usage

ascii-tree

Answer the questions!

Example File

#/
##Users
###MyUser
####Files
###OtherUser
####Files2
##System
###info.txt
##Etc
###nothing.txt

Results in:

/
├─ Users
│  ├─ MyUser
│  │  └─ Files
│  └─ OtherUser
│     └─ Files2
├─ System
│  └─ info.txt
└─ Etc
   └─ nothing.txt