decors / fish-ghq

ghq completion and keybinding for fish shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

ghq completion and keybinding for fish shell

License:MIT License


Languages

Language:Shell 100.0%