dirstat-rs 0.2.0

A disk usage cli similar to windirstat
dirstat-rs-0.2.0 is not a library.
Visit the last successful build: dirstat-rs-0.3.7

dirstat-rs

A disk usage cli similar to windirstat

USAGE:
    dirstat-rs [OPTIONS] [target_dir]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -d <max_depth>          Maximum recursion depth in directory [default: 3]
    -m <min_percent>        Threshold that determines if entry is worth being shown. Between 0-100 % of dir size.
                            [default: 1]

ARGS:
    <target_dir>