#cargo #cargo-clean #target-directory #cache #tui #projects #cleaner

bin+lib cargo-cleaner

A cross-platform TUI tool to clean up your cargo cache

5 releases

0.1.4 Apr 16, 2024
0.1.3 Apr 12, 2024
0.1.2 Dec 17, 2023
0.1.1 Dec 17, 2023
0.1.0 Dec 17, 2023

#264 in Cargo plugins

Download history 3/week @ 2024-02-19 13/week @ 2024-02-26 16/week @ 2024-03-11 37/week @ 2024-04-01 158/week @ 2024-04-08 152/week @ 2024-04-15

347 downloads per month

MIT license

420KB
901 lines

Cargo Cleaner

Crates.io

日本語

Cargo Cleaner is a TUI tool inspired by cargo-clean-all for deleting target files in cargo projects.

It enables you to select cargo projects on the TUI screen and perform bulk deletion of the target directory (equivalent to cargo clean).

demo

Installation Method

cargo install

cargo install cargo-cleaner

Other Methods

Other methods are not yet prepared. Contributions are welcome!

How to Use

Simple Usage

cargo cleaner

Launching in this way, cargo cleaner will search for Cargo projects with target directories of positive size in all directories under the HOME directory.

Key Bindings

key description
h Display help
j or ↓ Move down
k or ↑ Move up
g Move to the top of the list
G Move to the end of the list
SPACE Select/deselect file at cursor
v Switch to auto-select mode
V Switch to auto-deselect mode
ESC Cancel mode
d Delete selected files
q Quit

Dry Run

cargo cleaner --dry-run

Specifying dry-run allows you to check the behavior of cargo cleaner without actually deleting any files.

Specify the Directory

cargo cleaner -r <directory>

By specifying the -r option, cargo cleaner will search for Cargo projects with target directories of positive size in all directories under the specified directory.

Dependencies

~10–23MB
~286K SLoC