ohmyzsh/plugins/percol/README.md
2017-08-16 15:41:58 -07:00

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

  1. Use Ctrl-R to search the history.

interactively search history

  1. Use Ctrl-Q to resume background jobs.

interactively resume background jobs

Installation

  1. Install percol from pip:
pip install percol
  1. Enable the plugin by adding it to your plugins definition in ~/.zshrc:
plugins=(percol)