Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mefengl/homebrew-note
https://github.com/mefengl/homebrew-note
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mefengl/homebrew-note
- Owner: mefengl
- License: mit
- Created: 2023-06-26T07:16:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-26T07:19:13.000Z (over 1 year ago)
- Last Synced: 2024-10-30T10:15:39.155Z (about 2 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 {}
```