fish-ghq icon indicating copy to clipboard operation
fish-ghq copied to clipboard

ghq completion and keybinding for fish shell

Results 4 fish-ghq issues
Sort by recently updated
recently updated
newest added

Can you add these tags to the repo please? it's on this page https://github.com/decors/fish-ghq It's for easy searches like https://github.com/topics/fish-plugin ``` fish-shell fish fisher fisherman oh-my-fish fundle fish-plugin fish-plugins ```...

Hi @decors Perhaps you would consider wrap these completions as a plugin and add it to Fisherman. If you don't know what Fisherman maybe you can have a look here....

The example in the readme was incorrect. You had to remove the double quotes for it to work. I am proposing this as a simple fix.

since ghq may generate multiple paths if gitconfig has couple definitions like ``` [ghq] root = ~/Repositories [ghq "https://git.xxx.xxx"] root = ~/Repositories/Work/git.xxx.xxx ``` so this PR makes it unique when...