| Crates.io | dwipe |
| lib.rs | dwipe |
| version | 0.1.4 |
| created_at | 2025-03-22 06:18:07.753436+00 |
| updated_at | 2025-04-04 17:23:27.591443+00 |
| description | Fast, cross-platform disk cleanup tool with interactive UI |
| homepage | https://trinhminhtriet.com |
| repository | https://github.com/trinhminhtriet/dwipe |
| max_upload_size | |
| id | 1601571 |
| size | 160,112 |
_ _
__| |_ _(_)_ __ ___
/ _` \ \ /\ / / | '_ \ / _ \
| (_| |\ V V /| | |_) | __/
\__,_| \_/\_/ |_| .__/ \___|
|_|
๐งน Fast, cross-platform disk cleanup tool with interactive UI for easy directory size visualization.
To install dwipe, simply clone the repository and follow the instructions below:
git clone git@github.com:trinhminhtriet/dwipe.git
cd dwipe
cargo build --release
cp ./target/release/dwipe /usr/local/bin/
dwipe --version
dwipe --help
Running the below command will globally install the dwipe binary.
cargo install dwipe
Optionally, you can add ~/.cargo/bin to your PATH if it's not already there
echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
dwipe
dwipe [PATH]
with Docker Hub
docker pull trinhminhtriet/dwipe
docker run --rm -v "${PWD}":/workdir trinhminhtriet/dwipe .
jk/โโ - Navigate up/downl/โ/Enter - Navigate into folderh/โ/Backspace - Navigate to parentd - Delete file/folder. First hit - selects entry. Second hit - confirms deletion.s - Toggle sorting (Title / Size)c - Toggle coloring. When enabled - shows space usage with gradientt - Toggle trash. When enabled - removed content goes to Trash bin.q - QuitWe welcome contributions!
git checkout -b my-feature;git commit -m "feat: my new feature";git push origin my-feature.Once your pull request has been merged, you can delete your branch.
This project is licensed under the MIT License - see the LICENSE file for details.