Crates.io | spruce |
lib.rs | spruce |
version | 0.3.0 |
source | src |
created_at | 2019-05-02 11:56:32.808974 |
updated_at | 2019-10-17 17:46:25.265446 |
description | A command line utility for analyzing disk usage. |
homepage | |
repository | https://gitlab.com/Dzejkop1/spruce |
max_upload_size | |
id | 131532 |
size | 47,565 |
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 <depth>
Max recursion 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:
<dir>
Target directory, if not specified will use the current working directory