ws-clean 0.5.0

A simple cleanup tool for code workspaces
ws-clean-0.5.0 is not a library.

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.