Skip to content

decors/fish-ghq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages