https://github.com/hightemp/godu
`godu` is a command-line utility written in Go that analyzes disk usage in directories, similar to the Unix `du` command but with enhanced features and parallel processing capabilities.
https://github.com/hightemp/godu
disk-usage-analyzer du go golang
Last synced: 6 months ago
JSON representation
`godu` is a command-line utility written in Go that analyzes disk usage in directories, similar to the Unix `du` command but with enhanced features and parallel processing capabilities.
- Host: GitHub
- URL: https://github.com/hightemp/godu
- Owner: hightemp
- Created: 2025-03-29T11:43:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T11:57:36.000Z (6 months ago)
- Last Synced: 2025-03-29T12:21:24.466Z (6 months ago)
- Topics: disk-usage-analyzer, du, go, golang
- Language: Go
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# godu - Go Disk Usage Analyzer
`godu` is a command-line utility written in Go that analyzes disk usage in directories, similar to the Unix `du` command but with enhanced features and parallel processing capabilities.
## License
This project is licensed under the MIT License - see the LICENSE file for details.