CLI tool to view your directory.
GoShowTree allows you to specify any directory and recursively view all the contents inside the directory in form of a tree.
OS X & Linux:
git clone github.com/aargeee/goshowtree
cd goshowtree
sh build.sh
cd bin
Windows:
# go to the bin folder
./goshowtree <path>
To install the development setup
git clone https://github.com/aargeee/goshowtree
cd goshowtree
sh build_dev.sh
To run tests
go test
- 0.1.0
- The first proper release
- CHANGE: Built and tested
BuildTree
andShowTree
functions.
- 0.0.1
- Started Project