https://github.com/saecki/cargo-swoop
A cli tool to find and remove target directories.
https://github.com/saecki/cargo-swoop
Last synced: 25 days ago
JSON representation
A cli tool to find and remove target directories.
- Host: GitHub
- URL: https://github.com/saecki/cargo-swoop
- Owner: saecki
- Created: 2025-07-05T16:39:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-05T16:51:09.000Z (about 1 year ago)
- Last Synced: 2026-05-10T11:10:41.781Z (2 months ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cargo-swoop
A cli tool to find and remove target directories.
[](https://asciinema.org/a/Nrd2FmjQXXAv84yKvkPH2GRZk)
## Usage
```
Usage: cargo-swoop [OPTIONS] [SEARCH_DIR]
Arguments:
[SEARCH_DIR]
Options:
--follow-symlinks
--show-empty
-h, --help Print help
```