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
- Host: GitHub
- URL: https://github.com/wnderbin/folderexplorer
- Owner: wnderbin
- License: mit
- Created: 2025-02-24T12:09:02.000Z (4 months ago)
- Default Branch: version-2.0
- Last Pushed: 2025-03-05T08:13:49.000Z (3 months ago)
- Last Synced: 2025-03-05T09:26:55.181Z (3 months ago)
- Topics: console, explorer, explorer-filemanager, folders, go, golang, linux, utility
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: license.txt
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: wnderbinDocumentation:
├─ 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