An open API service indexing awesome lists of open source software.

https://github.com/mango-tree/zsh-recall

zsh plugin for history UI
https://github.com/mango-tree/zsh-recall

Last synced: 8 months ago
JSON representation

zsh plugin for history UI

Awesome Lists containing this project

README

          

# zsh-recall
zsh plugin to use history more comfortably

![example](images/example.gif)

## How to install
Add this repo to zsh plugin directory(`~/.oh-my-zsh/custom/plugins/`)

Then, add plugin to plugin lists from `~/.zshrc`
```
plugins=(
git
zsh-syntax-highlighting
zsh-autosuggestions
zsh-recall # here!
...
)
```

## How to use

```
rec
recall
```