#workspace #cleanup #pattern #init #file #config-file

app ws-clean

A simple cleanup tool for code workspaces

1 unstable release

Uses new Rust 2024

0.5.0 May 20, 2026
0.4.0 May 20, 2026
0.3.0 May 20, 2026

#833 in Configuration

Custom license

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