Skip to content

Instantly share code, notes, and snippets.

@ecormaksin
Last active August 28, 2021 08:58
Show Gist options
  • Save ecormaksin/fdeedc7a807de10f4e70b57545007449 to your computer and use it in GitHub Desktop.
Save ecormaksin/fdeedc7a807de10f4e70b57545007449 to your computer and use it in GitHub Desktop.
Windowsでghqとpecoを組み合わせて使うエイリアス
@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