Skip to content

Instantly share code, notes, and snippets.

@grgr-dkrk
Created July 12, 2020 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grgr-dkrk/2e5511a3beb2cef8244aa408f090ba2c to your computer and use it in GitHub Desktop.
Save grgr-dkrk/2e5511a3beb2cef8244aa408f090ba2c to your computer and use it in GitHub Desktop.
[fish]VSCodeをghq + pecoで開くscript
function ghqopen
set repo (ghq list | peco)
if test -n "$repo"
code (ghq root)/(echo $repo)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment