spacehog

Crates.iospacehog
lib.rsspacehog
version0.1.7
sourcesrc
created_at2024-09-02 20:03:06.77411
updated_at2024-09-11 16:42:28.060723
descriptionA simple utility for finding large files on your system.
homepagehttps://github.com/aleury/spacehog
repositoryhttps://github.com/aleury/spacehog
max_upload_size
id1361003
size77,812
Adam Eury (aleury)

documentation

https://docs.rs/spacehog

README

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
Commit count: 0

cargo fmt