Skip to content

k-kurikuri/go2ree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go2ree

go2ee is tree command implemented by golang

Installation

This package uses dep, please install it

$ git clone [email protected]:k-kurikuri/go2ree.git && cd go2ree
$ dep ensure
$ go build

Usage

Output the file list of the specified directory

$ ./go2ee `specified_dir`

If the specified directory is omitted, the file list of the current directory is output

$ ./go2ee

When the d option is specified, only the directory is output

$ ./go2ee -d

Unimplemented

  • L option can not be specified
  • Symbolic link is not supported
  • Only MacOS supported

About

tree command implemented by golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages