Brew Cleanup Utility
Go to file
cupcakearmy 9ed018ade8
funding
2020-05-26 10:35:32 +02:00
.github funding 2020-05-26 10:35:32 +02:00
bin add confirm dialog 2020-05-11 18:14:32 +02:00
.gitignore initial commit 2020-05-11 00:53:00 +02:00
.npmignore npm ignore 2020-05-11 01:14:22 +02:00
.prettierrc initial commit 2020-05-11 00:53:00 +02:00
LICENSE Initial commit 2020-05-11 00:46:58 +02:00
README.md Update README.md 2020-05-11 01:36:51 +02:00
package.json v1.0.2 2020-05-11 18:18:39 +02:00

README.md

🍺 unbrew

The missing brew cleanup utility.

This is finally the easy way to clean your forgotten packages and dependencies.

Demo Video

📦 Installation

Single use

npx unbrew

Permanent install

npm -g install unbrew
# or
yarn global add unbrew
# Run
unbrew

☁️ Motivation

Well... anyone that has been using brew in macOS for some time will have encountered the issue of doing a simple brew list and discovering loads of packages they have never heard of. Often this is the result of installing some packages that bring dependecies, but since brew does not uninstall them when you delete the package they came with, they will hang around for ever basically.

🤷‍♀️ How does it work?

It's actually pretty simple:

  1. Check your leaves with brew leaves. This basically is a list of all the brew packages that are not required by another one. This means that only the packages you want to have installed + garbage will be a leave.
  2. You select which leaves are relevant to you, everything gets deleted over and over again until only your packages and their dependencies are left.
  3. We run also brew cleanup for good measure