Skip to content

Latest commit

 

History

History
71 lines (56 loc) · 2.03 KB

README.md

File metadata and controls

71 lines (56 loc) · 2.03 KB

GoShowTree

CLI tool to view your directory.

Go Version Platform

GoShowTree allows you to specify any directory and recursively view all the contents inside the directory in form of a tree.

Installation

OS X & Linux:

git clone github.com/aargeee/goshowtree
cd goshowtree
sh build.sh
cd bin

Windows:

Build Status

Usage example

# go to the bin folder
./goshowtree <path>

Screenshot from 2023-11-18 14-53-20

Development setup

To install the development setup

git clone https://github.com/aargeee/goshowtree
cd goshowtree
sh build_dev.sh

To run tests

go test

Release History

  • 0.1.0
    • The first proper release
    • CHANGE: Built and tested BuildTree and ShowTree functions.
  • 0.0.1
    • Started Project

Meta

https://github.com/aargeee