Skip to content

Instantly share code, notes, and snippets.

@rtablada
Last active August 29, 2015 14:24
Show Gist options
  • Save rtablada/8db81f03c05a48806a76 to your computer and use it in GitHub Desktop.
Save rtablada/8db81f03c05a48806a76 to your computer and use it in GitHub Desktop.
Opens specific sites in Chrome from the CLI
alias updatechrome='source ~/chrome-awards'
alias chrome='/usr/bin/open -a "/Applications/Google Chrome.app"'
googlethat() {
chrome 'http://google.com?q='$1
}
alias themoreyouknow="chrome 'http://ak-hdl.buzzfed.com/static/2015-02/1/20/enhanced/webdr02/anigif_enhanced-buzz-20392-1422840785-34.gif'"
alias micdrop="chrome 'http://0.media.collegehumor.cvcdn.com/82/61/f5657ea6e8a5225a9c0c692817d5bf5c-micdrop07.gif'"
alias womm="chrome 'http://cdn.meme.am/instances/49824852.jpg'"
alias crickets="chrome 'http://instantrimshot.com/classic/?sound=crickets&play=true'"
alias priceiswrong="chrome 'http://instantrimshot.com/classic/?sound=priceiswrong&play=true'"
alias sadtrombone="chrome 'http://instantrimshot.com/classic/?sound=downer&play=true'"
alias yeehaw="chrome 'http://instantrimshot.com/classic/?sound=yeehaw&play=true'"
@al-the-x
Copy link

al-the-x commented Jul 7, 2015

This totally needs to be a full-on tool in my toolbox: brew install chrome-awards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment