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
150 downloads per month
36KB
294 lines
Install with Cargo
$ cargo install spacehog
Usage
From any directory, run:
spacehog
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