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

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

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/)