#disk-space #disk #file #space #disk-usage #filesystem #usage

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

#2044 in Command line utilities

Download history 85/week @ 2024-08-27 270/week @ 2024-09-03 166/week @ 2024-09-10 29/week @ 2024-09-17 26/week @ 2024-09-24 60/week @ 2024-10-01 6/week @ 2024-10-08

150 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