go2ee
is tree command implemented by golang
This package uses dep, please install it
$ git clone [email protected]:k-kurikuri/go2ree.git && cd go2ree
$ dep ensure
$ go build
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
L
option can not be specified- Symbolic link is not supported
- Only MacOS supported