Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 706 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 706 Bytes

ripdu

ripdu is a command line disk usage utility. it's build on rust and uses multi-thread directory traversal same as used in ripgrep and fd

Usage

$ ripdu --help

ripdu 0.1.3
ripdu is a command line disk usage utility - get back your space

USAGE:
    ripdu [OPTIONS] [FOLDER]

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

OPTIONS:
    -n, --number <NUMBER>    Number of top results to return. Default: 10

ARGS:
    <FOLDER>    Folder where to scan

Building

$ git clone https://github.com/dzhibas/ripdu
$ cd ripdu
$ cargo build --release
$ ./target/release/ripdu --version
$ cp ./target/release/ripdu /usr/local/bin