Releases: BLCCoreStudio/DiskHog
Releases · BLCCoreStudio/DiskHog
Release list
DiskHog v0.1.0
DiskHog v0.1.0
First public release of DiskHog.
Features
- Analyze files and directories with `diskhog .`
- Show the largest 20 entries by default
- `--limit N`
- `--files`
- `--dirs`
- `--depth N`
- Human-readable KiB/MiB/GiB/TiB sizes
- Results sorted largest first
- Controlled handling of unreadable paths
- Symlinks are never followed
- Read-only operation: no deletion functionality
Quality
- Zero runtime dependencies
- No telemetry, network service, or backend
- `cargo fmt --check` passed
- Clippy with `-D warnings` passed
- 13 automated tests passed
- CI tested on Linux, macOS, and Windows
- Real Linux CLI usage verified before release
Licensed under MIT.