ws-clean 0.5.0

A simple cleanup tool for code workspaces
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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.