#disk-space #disk #file #space #disk-usage #usage #large

bin+lib spacehog

A simple utility for finding large files on your system

3 releases

0.1.7 Sep 11, 2024
0.1.6 Sep 8, 2024
0.1.5 Sep 2, 2024

#2636 in Command line utilities

Download history 153/week @ 2024-09-01 334/week @ 2024-09-08 58/week @ 2024-09-15 14/week @ 2024-09-22 76/week @ 2024-09-29 7/week @ 2024-10-06

163 downloads per month

MIT/Apache

36KB
294 lines

CI Nightly Audit

Install with Cargo

$ cargo install spacehog

Usage

From any directory, run:

spacehog

Animated demo

Examples

# View the top 5 largest files under the current directory
$ spacehog

# View the top 10 largest files under the current directory
$ spacehog -n 10

# View the top 10 largest files under the given path
$ spacehog ./stuff -n 10

lib.rs:

Find large files on your system.

Dependencies

~3–12MB
~160K SLoC