Skip to content
/ tree Public

windows "tree" command tool writen in golang

License

Notifications You must be signed in to change notification settings

sp0cket/tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5d45244 · Jun 11, 2020

History

11 Commits
Jan 4, 2020
Jun 11, 2020
Jun 11, 2020
Jun 11, 2020
Jun 11, 2020
Jan 4, 2020
Jan 6, 2020
Jan 10, 2020
Jun 11, 2020
Jun 11, 2020
Jun 11, 2020

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