/FolderExplorer

A utility that displays file directories and their contents

Primary LanguageGoMIT LicenseMIT

FolderExplorer v2.0 [Golang] by wnderbin
Info:
├─ Description: A utility that displays file directories and their contents
├─ Version: 2.0
├─ Program: FolderExplorer
├─ Language: Go 1.23.5
├─ Tested on: Linux
├─ Dependencies: -
└─ Author: wnderbin

Documentation:
    ├─ Launch:
    |   ├─  1. go run FolderExplorer.go <folder name> -f
    |   ├─  2. make
    |   |      ./FolderExplorer <folder name> -f
    |   └─  3. go build FolderExplorer.go
    |          ./FolderExplorer <folder name> -f
    ├─ If you want to see more detailed instructions, 
    |  call the utility with the -h or --help flags as the first arguments.
    |  └─ Example:
    |      ├─ go run FolderExplorer.go -h 
    |      |              OR
    |      └─ go run FolderExplorer.go --help
    └─ Before using it, it is better to familiarize yourself with the license belonging to this project