Homebrew: list the packages installed from taps?
问题 Over time, I've installed a number of packages with Homebrew, mostly from the default repo of formulae (homebrew-core), but some from other locations via brew tap . Now I'm putting together some install scripts to make my dev environment more reproducible, and I'm trying to figure out which packages can be installed by a simple brew install and which require a brew tap beforehand. The ability to query brew has proved useful for figuring out which options I used for each package, but not for