Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exuanbo/homebrew-auto-remove
Remove homebrew packages and all of their dependencies.
https://github.com/exuanbo/homebrew-auto-remove
homebrew homebrew-tap
Last synced: 9 days ago
JSON representation
Remove homebrew packages and all of their dependencies.
- Host: GitHub
- URL: https://github.com/exuanbo/homebrew-auto-remove
- Owner: exuanbo
- License: mit
- Created: 2020-10-27T11:12:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-27T11:21:09.000Z (about 4 years ago)
- Last Synced: 2025-01-03T02:45:42.957Z (11 days ago)
- Topics: homebrew, homebrew-tap
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brew auto-remove
This is an [external command](https://github.com/mxcl/homebrew/wiki/External-Commands) for Homebrew that will remove packages and all of their dependencies recursively.
It only removes packages that are not depended on by other unrelated packages.
## Usage
```sh
brew tap exuanbo/auto-remove
brew auto-remove pkg_1 pkg_2
```## License
[MIT License](https://github.com/exuanbo/homebrew-auto-remove/blob/main/LICENSE) © 2020 [Exuanbo](https://github.com/exuanbo)