An open API service indexing awesome lists of open source software.

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

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
```