KO
|
EN
gitlite โ search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#cli
#dsh
#claude-code
#codex
#developer-tools
#react
fish-peco
โ 16
Open GitHub โ
peco select functions for fish shell
Download README (.md)
Explore Similar Repositories
loadenv.fish
:
Fish shell function for managing env vars from dotenv files ๐
fish
:
Fish config with awesome flexible prompt, unicode symbols, better fzf integration and lot of handy functions.
zfunctions
:
Use a zfunctions directory for lazy loaded (autoload) zsh functions - similar to fish shell
my-fish
:
My Fish shell config. It has lots of useful filter and regular functions.
fish-ssh-agent
:
Autostart ssh-agent function for fish.
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
fish-peco
?
Download (.md)
# fish-peco [peco](https://github.com/peco/peco) select functions for fish shell *fzf version is here. https://github.com/takashabe/fish-fzf* ## Install [Fisherman](https://github.com/fisherman/fisherman): ```fish fisher takashabe/fish-peco ``` ## Feature Use peco with: * history * find directory * [ghq](https://github.com/motemen/ghq) * [z](https://github.com/fisherman/z) * [ag](https://github.com/ggreer/the_silver_searcher) * [k8s context](https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#config) * [tmux window](http://man.openbsd.org/OpenBSD-current/man1/tmux.1#list-windows) ## Usage Type the function name on the shell. ```fish peco_select_ghq ``` Or you can easily use it by adding key binding to `config.fish`. ```fish function fish_user_key_bindings bind \c] peco_select_ghq # Ctrl-] bind \cr peco_select_history # Ctrl-r bind \cj peco_select_z # Ctrl-j bind \cf peco_select_file # Ctrl-f end ``` Type these bound keys you can use the function. You can change the key binding to anything.