1 2 3 4 5 6 7 8#!/usr/bin/env sh root=$(ghq root) repository=$(ghq list | fzf) fullpath="$root/$repository" goland $fullpath
1 2 3 4 5 6 7 8
#!/usr/bin/env sh root=$(ghq root) repository=$(ghq list | fzf) fullpath="$root/$repository" goland $fullpath