Awesome
fish-ghq
completions and keybinding for ghq
Todo
- Fix Keybinding conflict with jethrokuan/fzf
Install
fisher install decors/fish-ghq
Keybinding
Variables
GHQ_SELECTOR
Default selector is fzf
. If you want to change selector, run
set -g GHQ_SELECTOR peco (or fzf, fzf-tmux, fzy, percol, sk)
GHQ_SELECTOR_OPTS
fzf example :
set -g GHQ_SELECTOR_OPTS "--no-sort --reverse --ansi --color bg+:13,hl:3,pointer:7"
peco example :
set -g GHQ_SELECTOR_OPTS "--layout=top-down --prompt='ghq>'"
Completions
Subcommands
Help
Repositories
License
fish-ghq is MIT licensed. See LICENSE file for details.