Skip to content

Instantly share code, notes, and snippets.

@turusuke
Last active May 29, 2019 16:32
Show Gist options
  • Save turusuke/8933873b724c26b87fea515a40ed7fed to your computer and use it in GitHub Desktop.
Save turusuke/8933873b724c26b87fea515a40ed7fed to your computer and use it in GitHub Desktop.
hub で pr 一覧を表示させて、fzf で選択したPRをブラウザで開く
hub browse -- pull/$(hub pr list | fzf | grep -o -E "[0-9]+\d" | head -n1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment