Brew Cleanup Utility
Go to file
2020-05-11 01:26:05 +02:00
.github convert mp4 to gif 2020-05-11 01:18:21 +02:00
bin moved to bin 2020-05-11 01:12:35 +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
package.json v1.0.0 2020-05-11 01:26:05 +02:00
README.md Update README.md 2020-05-11 01:23:23 +02:00

🍺 unbrew

The missing brew cleanup utility.

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.