Skip to content

mango-tree/zsh-recall

Repository files navigation

zsh-recall

zsh plugin to use history more comfortably

example

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 <words>
recall <words>

About

zsh plugin for history UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages