Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dzhibas/ripdu
- Owner: dzhibas
- Created: 2018-06-22T18:18:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T20:16:03.000Z (10 months ago)
- Last Synced: 2024-02-25T21:29:09.025Z (10 months ago)
- Topics: disk, space, usage
- Language: Rust
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 --helpripdu 0.1.3
ripdu is a command line disk usage utility - get back your spaceUSAGE:
ripdu [OPTIONS] [FOLDER]FLAGS:
-h, --help Prints help information
-V, --version Prints version informationOPTIONS:
-n, --number Number of top results to return. Default: 10ARGS:
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
```