A fast, pretty and easy to use alternative to du
.
cargo install spruce
``` spruce 0.3.0 Dzejkop jakubtrad@gmail.com A command line utility for analyzing disk usage.
USAGE: spruce [OPTIONS] [--] [dir]
FLAGS: -h, --help Prints help information
-V, --version
Prints version information
OPTIONS:
-d, --depth
-X, --exclude <exclude>...
Exlucde files and directories with regular expressions
For example, in order to exclude the .git directory use `-X "\.git"` You can use multiple patterns with a
single flag, like this `-X "\.git" "target", or by using the flag many times `-X "\.git" -X target`
--sort <sort>
Sorting mode: "name" or "size"
ARGS: