$ 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