An open API service indexing awesome lists of open source software.

https://github.com/wnderbin/folderexplorer

A utility that displays file directories and their contents
https://github.com/wnderbin/folderexplorer

console explorer explorer-filemanager folders go golang linux utility

Last synced: 2 months ago
JSON representation

A utility that displays file directories and their contents

Awesome Lists containing this project

README

        

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 -f
| ├─ 2. make
| | ./FolderExplorer -f
| └─ 3. go build FolderExplorer.go
| ./FolderExplorer -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