Home

Awesome

Wiper - Disk cleanup tool

Wiper is a handy command-line tool made with Rust. It's perfect for anyone looking to quickly spot which folders are eating up all the disk space. Super easy to use, it gives you a clear visual breakdown of directory sizes, so you can clean things up without a hassle.

https://github.com/ikebastuz/wiper/assets/24222413/acf9384d-7f04-4f37-ac47-99b349e6ee29

Features

Usage

Run in current dir

wiper

Run in specific dir

wiper [PATH]

Keybindings

Installation

MacOS

Homebrew

brew tap ikebastuz/wiper
brew install wiper

Linux

AUR

paru -S wiper

Build from source

git clone https://github.com/ikebastuz/wiper.git
cd wiper
cargo build --release

Contributing

If you have any suggestions, improvements, or bug fixes, feel free to open an issue or submit a pull request.

Why not dua-cli?

I started this project as part of my journey to learn Rust. I always missed having such a tool but had never heard of dua-cli. From my understanding, there are some differences:

Pros:

Cons:

Subjective: