Created
April 25, 2019 16:12
-
-
Save zbeekman/7725f5eb9b806317e704f3d3f39b4e06 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A Homebrew alias for printing formulae that were installed from source when bottles are available | |
brew info --json=v1 --installed | jq "map( select( .installed | map( select( .poured_from_bottle | not ) ) != [] ) ) | map(select(.bottle != {}) | .name)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment