3 个版本 (破坏性更新)

0.3.0 2019年10月17日
0.2.0 2019年5月2日
0.1.0 2019年5月2日

#12 in #disk-usage

MIT 许可证

13KB
274

一个快速、美观且易于使用的 du 替代品。

A screenshot

安装

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

依赖项

~11MB
~188K SLoC