Created
October 19, 2012 19:15
-
-
Save joesteele/3920105 to your computer and use it in GitHub Desktop.
Easily open Github pages from the command line
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
function ghub() { | |
open "http://github.com/$1" | |
} | |
alias ghubdf='ghub dispatchio/frontend' | |
alias ghubdfi='ghub dispatchio/frontend/issues' | |
alias ghubdfp='ghub dispatchio/frontend/pulls' | |
alias ghubdb='ghub dispatchio/backend' | |
alias ghubdbi='ghub dispatchio/backend/issues' | |
alias ghubdbp='ghub dispatchio/backend/pulls' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment