1 unstable release
Uses new Rust 2024
| 0.5.0 | May 20, 2026 |
|---|---|
| 0.4.0 |
|
| 0.3.0 |
|
#833 in Configuration
12KB
278 lines
ws-clean
A simple workspace clean, with specialized clean patterns referenced in toml files !
How to install ?
Simply run cargo install ws-clean in your terminal.
Usage
The first step is to create the clean.toml file. It will contain the descriptors of the files that need to be deleted.
Fortunately, some pre-made examples are available: run ws-clean --init to use one.
Once the config file is created, simply run ws-clean to clean your workspace !
If you are not sure about your config, use the --what-if option to list the files that would be deleted.
Dependencies
~8–14MB
~279K SLoC