mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
797 B
797 B
percol
Maintainer: @robturtle
It provides two functionalities that allow you search history and resume background jobs with interactively incremental searching utility powered by Percol.
Usage
- Use
Ctrl-Rto search the history.
- Use
Ctrl-Qto resume background jobs.
Installation
- Install percol from pip:
pip install percol
- Enable the plugin by adding it to your
pluginsdefinition in~/.zshrc:
plugins=(percol)

