Skip to content

DiskHog v0.1.0

Latest

Choose a tag to compare

@BLCCoreStudio BLCCoreStudio released this 28 Aug 18:21
· 2 commits to main since this release
2eafade

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.