Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dzhibas/ripdu

Disk usage utility - get back your space
https://github.com/dzhibas/ripdu

disk space usage

Last synced: about 2 months ago
JSON representation

Disk usage utility - get back your space

Awesome Lists containing this project

README

        

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 of top results to return. Default: 10

ARGS:
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
```