Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)