• Stars
    star
    108
  • Rank 321,259 (Top 7 %)
  • Language
    Shell
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ghq completion and keybinding for fish shell

fish-ghq

completions and keybinding for ghq

Todo

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

Completions1

Help

Completions2

Repositories

Completion3

License

fish-ghq is MIT licensed. See LICENSE file for details.