Ecosyste.ms: Awesome

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: about 1 month ago
JSON representation

zsh plugin for history UI

Lists

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
```