mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Added percol plugin
This commit is contained in:
parent
d848c94804
commit
213a01ae99
2 changed files with 69 additions and 0 deletions
31
plugins/percol/README.md
Normal file
31
plugins/percol/README.md
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
## 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)
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue