Last active
May 29, 2019 16:32
-
-
Save turusuke/8933873b724c26b87fea515a40ed7fed to your computer and use it in GitHub Desktop.
hub で pr 一覧を表示させて、fzf で選択したPRをブラウザで開く
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
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