Last active
August 28, 2021 08:58
-
-
Save ecormaksin/fdeedc7a807de10f4e70b57545007449 to your computer and use it in GitHub Desktop.
Windowsでghqとpecoを組み合わせて使うエイリアス
This file contains hidden or 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
@echo off | |
for /f "tokens=*" %%x in ('ghq list -p ^| peco') do ( | |
cd %%x | |
break | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment