Personal Homebrew tap for tools maintained by Matthew Ayers.
brew tap matthewa26/tapOnce tapped, install any formula by name:
brew install matthewa26/tap/<formula>(The first install of a formula auto-taps if you skip the explicit brew tap step.)
| Formula | Description | Upstream |
|---|---|---|
pr-scout |
Scan GitHub PRs across local repos and surface ones that need attention | matthewa26/pr-scout |
brew update # refresh tap metadata
brew upgrade <formula> # bump installed formula
brew uninstall <formula> # remove a formula
brew untap matthewa26/tap # remove the tap entirelyThe repository is named homebrew-tap on GitHub because Homebrew expects every tap repo to use that prefix. The brew-side identifier drops the prefix — so the git clone URL is github.com/matthewa26/homebrew-tap, while the brew commands use matthewa26/tap. Both refer to the same single repository.
Each formula's upstream project carries its own license — see the linked source repository.
The formula files in this tap are licensed under Apache 2.0. Copyright 2026 Matthew Ayers.