Skip to content

Instantly share code, notes, and snippets.

@faun
Created June 29, 2017 16:37
Show Gist options
  • Save faun/9bbea8566004fbd5e9ae271df981f6d0 to your computer and use it in GitHub Desktop.
Save faun/9bbea8566004fbd5e9ae271df981f6d0 to your computer and use it in GitHub Desktop.
Open a given pull request in the browser. Depends on hub and fzf
hub browse -- pull/$(hub issue --include-pulls | fzf | awk '{print $1}' | sed -e 's/^#//')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment