Skip to content

Instantly share code, notes, and snippets.

@joesteele
Created October 19, 2012 19:15
Show Gist options
  • Save joesteele/3920105 to your computer and use it in GitHub Desktop.
Save joesteele/3920105 to your computer and use it in GitHub Desktop.
Easily open Github pages from the command line
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