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
- Host: GitHub
- URL: https://github.com/mango-tree/zsh-recall
- Owner: mango-tree
- License: mit
- Created: 2020-06-10T17:04:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T03:54:52.000Z (over 5 years ago)
- Last Synced: 2024-11-06T03:43:22.147Z (about 1 year ago)
- Language: Python
- Size: 1.47 MB
- Stars: 18
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - recall - Makes using command history easier. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - recall - Makes using command history easier. (Plugins / ZSH on Windows)
README
# zsh-recall
zsh plugin to use history more comfortably

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