Skip to content

Instantly share code, notes, and snippets.

@zbeekman
Created April 25, 2019 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zbeekman/7725f5eb9b806317e704f3d3f39b4e06 to your computer and use it in GitHub Desktop.
Save zbeekman/7725f5eb9b806317e704f3d3f39b4e06 to your computer and use it in GitHub Desktop.
# 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