Skip to content

sp0cket/tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tree

tree is a command line tool that produces a depth indented listing of files.

Usage

$ tree --help
Usage of ./tree:
  -a	List all files
  -depth int
    	Max depth
  -o string
    	Output file, default to console
  -p string
    	Working path, default is current path (default ".")

Example

$ tree
[.]
├─ LICENSE
├─ README.md
├─ cmd/
│  ├─ cmd.go
│  └─ node.go
├─ dir/
│  └─ visit.go
├─ go.mod
├─ go.sum
└─ main.go

About

windows "tree" command tool writen in golang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages