Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mefengl/homebrew-note


https://github.com/mefengl/homebrew-note

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# homebrew-note

## untap unnecessary taps

This command untaps all taps, but skips those still in use by other formulas.

```shell
brew tap | xargs -I{} brew untap {}
```