8000 GitHub - iambugra/tree
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

iambugra/tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

tree

Simple Go implementation of tree command. Lists files and directories recursively in a pretty format.

usage

go run main.go <path>

Only -a flag allowed is for now, which lists all files and directories, including hidden ones.

examples

go run main.go -a sample_dir
sample_dir
├──sphinx
├──of
│  └──black
└──quartz
   └──judge
      └──.my
         └──vow

6 directories, 2 files
go run main.go sample_dir
sample_dir
├──how
│  └──vexingly
├──quick
└──daft
   ├──zebras
   └──jump

4 directories, 3 files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0