Skip to content

CLI to print your directory as a tree with colors.

License

Notifications You must be signed in to change notification settings

rithik-sandron/tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Print your directory as a tree with colors.

  • run ./tree <path>
  • running ./tree without a path prints current directory .

output:

./path
├── .DS_Store
├── sub-folder
│   ├── code.rs
│   └── readme.md
├── z-last.html
├── second.html
└── first.html
console

About

CLI to print your directory as a tree with colors.

Topics

Resources

License

Stars

Watchers

Forks