All Projects → decors → fish-ghq

decors / fish-ghq

Licence: MIT license
ghq completion and keybinding for fish shell

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to fish-ghq

fish-abbreviation-tips
💡 Help you remembering your abbreviations
Stars: ✭ 155 (+78.16%)
Mutual labels:  fish-plugin
fish-fzy
fzy inegration with fish. Search history, navigate directories and more. Blazingly fast.
Stars: ✭ 18 (-79.31%)
Mutual labels:  fish-plugin
sponge
🧽 Clean fish history from typos automatically
Stars: ✭ 69 (-20.69%)
Mutual labels:  fish-plugin
fish-color-scheme-switcher
A fish shell 🐟 plugin to switch color schemes 🌈
Stars: ✭ 48 (-44.83%)
Mutual labels:  fish-plugin
Awsm.fish
A curation of prompts, plugins & other resources for Fish. 🐚
Stars: ✭ 2,641 (+2935.63%)
Mutual labels:  fish-plugin
Fisher
A plugin manager for Fish.
Stars: ✭ 5,386 (+6090.8%)
Mutual labels:  fish-plugin
fish logo
🐠 Fish shell colorful ASCII-art logo
Stars: ✭ 82 (-5.75%)
Mutual labels:  fish-plugin
fish-exa
🐟 exa aliases for fish
Stars: ✭ 24 (-72.41%)
Mutual labels:  fish-plugin

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].