mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
31 lines
797 B
Markdown
31 lines
797 B
Markdown
## percol
|
|
|
|
**Maintainer:** [@robturtle](https://github.com/robturtle)
|
|
|
|
It provides two functionalities that allow you search history and resume
|
|
background jobs with interactively incremental searching utility powered by
|
|
[Percol](https://github.com/mooz/percol).
|
|
|
|
### Usage
|
|
|
|
1. Use `Ctrl-R` to search the history.
|
|
|
|

|
|
|
|
2. Use `Ctrl-Q` to resume background jobs.
|
|
|
|

|
|
|
|
### Installation
|
|
|
|
1. [Install percol](https://github.com/mooz/percol) from pip:
|
|
|
|
```
|
|
pip install percol
|
|
```
|
|
|
|
2. Enable the plugin by adding it to your `plugins` definition in `~/.zshrc`:
|
|
|
|
```
|
|
plugins=(percol)
|
|
```
|