Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 838 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 838 Bytes

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