codyleblanc / plugin-peco

Browse your fish history with peco.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

peco

MIT License Fish Shell Version Oh My Fish Framework


Use peco with fish shell managed by Oh my fish in a very simple way!

Based directly on the percol plugin.

Installation

omf install peco

Usage

Please bind peco_select_history to your favorite key.

If you'd like to bind Ctrl+r:

function fish_user_key_bindings
  bind \cr 'peco_select_history (commandline -b)'
end

License

MIT © Oh My Fish! Authors et al

About

Browse your fish history with peco.

License:MIT License


Languages

Language:Shell 100.0%