Skip to content

aargeee/goshowtree

Repository files navigation

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

About

A CLI tool to view contents of a directory.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published