https://github.com/jorbush/macos_rusty_clean_tool
a tool to free disk space on macOS
https://github.com/jorbush/macos_rusty_clean_tool
cleaner rust
Last synced: 11 months ago
JSON representation
a tool to free disk space on macOS
- Host: GitHub
- URL: https://github.com/jorbush/macos_rusty_clean_tool
- Owner: jorbush
- Created: 2025-02-08T11:00:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-08T12:14:43.000Z (over 1 year ago)
- Last Synced: 2025-03-06T17:41:34.372Z (over 1 year ago)
- Topics: cleaner, rust
- Language: Rust
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Macos Rusty Clean Tool
A tool to free up disk space by deleting `~/Library/Caches/`, `node_modules` and `target` directories and unused docker cache, volumes and images.
## Use
Dowload the binary from the [releases]() page and run it from the terminal.
```bash
./macos_rusty_clean_tool
```
## References
- [Medium Article: How to free up disk space by deleting unused node_modules](https://medium.com/@alexc73/npm-users-how-to-free-up-disk-space-by-deleting-unused-node-modules-86fa12b2bbcd)
- [Docker Docs](https://docs.docker.com/reference/cli/docker/)