1 unstable release
0.1.0 | Jul 9, 2023 |
---|
#16 in #target-directory
15KB
257 lines
WSWEEP
Description ❤
A simple tool to clear module and target directories from your projects!
Screenshots 📸
Installation 📥
Cargo Install
cargo install wsweep
From Source 🔧
git clone https://github.com/0bject-0bject/wsweep.git
cd wsweep
cargo build --release
./target/release/wsweep
Usage 📝
wsweep [options]
Arguments 📝
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 |
Examples 📚
wbuster --path C:\Users\user\projects --age 1 --verbose
wbuster --path C:\Users\user\projects
License 📜
Licensed under the MIT license (LICENSE)
Dependencies
~0.9–11MB
~59K SLoC