Skip to content

Instantly share code, notes, and snippets.

@magoon
Created August 6, 2014 14:14
Show Gist options
  • Save magoon/2c70f98fcc604b6bcc25 to your computer and use it in GitHub Desktop.
Save magoon/2c70f98fcc604b6bcc25 to your computer and use it in GitHub Desktop.
Open informational website for a particualr brew package
# brewman: think "brew manpage"
#
# usage: brewman [package]
# example: brewman transcrypt
#
# have you ever done a 'brew update' and wondered about all of those fancy new packages?
function brewman() {
brew info $1 | sed -n 2p | xargs open
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment