Skip to content

A CLI command which will output the directory hierarchy in a tree structure.

License

Notifications You must be signed in to change notification settings

mdfaizan7/ls-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ls-tree

A CLI command to print out a tree structure of all the contents inside a directory.

You can run the ls-tree command which will result in:

├─ LICENSE
├─ README.md
├─ cmd
│  ├─ root.go
│  ├─ tree.go
├─ go.mod
├─ go.sum
├─ main.go

PS ~ PRs are welcome

About

A CLI command which will output the directory hierarchy in a tree structure.

Topics

Resources

License

Stars

Watchers

Forks

Languages