Crates.io | spacehog |
lib.rs | spacehog |
version | 0.1.7 |
source | src |
created_at | 2024-09-02 20:03:06.77411 |
updated_at | 2024-09-11 16:42:28.060723 |
description | A simple utility for finding large files on your system. |
homepage | https://github.com/aleury/spacehog |
repository | https://github.com/aleury/spacehog |
max_upload_size | |
id | 1361003 |
size | 77,812 |
$ cargo install spacehog
From any directory, run:
spacehog
# 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