https://github.com/0xtlt/rust-cleaner
Delete all rust cache files from your disk
https://github.com/0xtlt/rust-cleaner
Last synced: 3 months ago
JSON representation
Delete all rust cache files from your disk
- Host: GitHub
- URL: https://github.com/0xtlt/rust-cleaner
- Owner: 0xtlt
- Created: 2022-05-08T18:15:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-08T18:37:34.000Z (about 4 years ago)
- Last Synced: 2026-01-26T17:53:05.204Z (5 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust-Cleaner
Delete all rust cache files from your disk (/target folder)
## Download and execute
```bash
curl -L https://raw.githubusercontent.com/0xtlt/Rust-Cleaner/main/rustclean.bash -o rustclean.bash
chmod +x rustclean.bash
./rustclean.bash
```
## Usage
```bash
./rustclean.bash
```
### Common use cases
Delete all rust caches inside a ~/Documents folder (macos):
```bash
./rustclean.bash ~/Documents
```