Crates.io | wsweep |
lib.rs | wsweep |
version | 0.1.0 |
source | src |
created_at | 2023-07-09 20:05:07.945303 |
updated_at | 2023-07-09 20:05:07.945303 |
description | A simple tool to clear module and target directories from your projects! |
homepage | https://github.com/0bject-0bject/wsweep |
repository | https://github.com/0bject-0bject/wsweep |
max_upload_size | |
id | 912306 |
size | 28,930 |
A simple tool to clear module and target directories from your projects!
cargo install wsweep
git clone https://github.com/0bject-0bject/wsweep.git
cd wsweep
cargo build --release
./target/release/wsweep
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 |
wbuster --path C:\Users\user\projects --age 1 --verbose
wbuster --path C:\Users\user\projects
Licensed under the MIT license (LICENSE)