Last active
August 29, 2015 14:24
-
-
Save rtablada/8db81f03c05a48806a76 to your computer and use it in GitHub Desktop.
Opens specific sites in Chrome from the CLI
This file contains 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
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'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This totally needs to be a full-on tool in my toolbox:
brew install chrome-awards