]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/percol/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / percol / README.md
1 # percol
2
3 Provides some useful function to make [percol](https://github.com/mooz/percol) work with zsh history and
4 the [jump plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jump), optionally.
5
6 To use it, add `percol` to the plugins array in your zshrc:
7
8 ```zsh
9 plugins=(... percol)
10 ```
11
12 ## Requirements
13
14 - `percol`: install with `pip install percol`.
15
16 - (_Optional_) [`jump`](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jump) plugin: needs to be
17   enabled before the `percol` plugin.
18
19 ## Usage
20
21 - <kbd>CTRL-R</kbd> (bound to `percol_select_history`): you can use it to grep your history with percol.
22
23 - <kbd>CTRL-B</kbd> (bound to `percol_select_marks`): you can use it to grep your jump bookmarks with percol.