A simple tool to clear module and target directories from your projects!
bash
cargo install wsweep
bash
git clone https://github.com/0bject-0bject/wsweep.git
bash
cd wsweep
bash
cargo build --release
bash
./target/release/wsweep
bash
wsweep [options]
| Argument | Description | Example | Required | Default |
| :---: | --- | --- | ---: | ---: |
| --dry-run | Target directory to clear | wsweep --path <path> --dry-run
| No | target |
| --age | Minimum age for file to be deleted. (DAYS) | wsweep --path <path> --age 1
| No | target |
| --verbose | Verbose ouptput | wsweep --path <path> --verbose
| No | target |
| -h, --help | Prints help information | wsweep -h
| No | No |
| -v, --version | Prints version information | wsweep -v
| No | No |
| -p, --path | Path to directory | wsweep -p C:\Users\user\projects
| No | No |
bash
wbuster --path C:\Users\user\projects --age 1 --verbose
bash
wbuster --path C:\Users\user\projects
Licensed under the MIT license (LICENSE)