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 binWindows:
# go to the bin folder
./goshowtree <path>To install the development setup
git clone https://github.com/aargeee/goshowtree
cd goshowtree
sh build_dev.shTo run tests
go test- 0.1.0
- The first proper release
- CHANGE: Built and tested
BuildTreeandShowTreefunctions.
- 0.0.1
- Started Project
