mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-14 13:57:06 +00:00
Add link to history-popup plugin
* Add link to [history-popup](https://github.com/lcrespom/oh-my-zsh-history-popup) plugin
This commit is contained in:
parent
63f39ae54e
commit
3dfadd5211
1 changed files with 1 additions and 0 deletions
|
@ -499,6 +499,7 @@ the state of the Zsh session and to delete the plugins and snippets from the dis
|
|||
* [history-enquirer](https://github.com/zthxxx/zsh-history-enquirer) - Enhances history search with more interaction and a multiline selection menu. Requires nodejs.
|
||||
* [history-filter](https://github.com/MichaelAquilina/zsh-history-filter) - Allows you to specify patterns that will automatically exclude commands from being inserted into your permanent history. Particularly useful for preventing secrets being written.
|
||||
* [history-here](https://github.com/leonjza/history-here) - Binds ^G to quickly toggle the current shell history file location.
|
||||
* [history-popup](https://github.com/lcrespom/oh-my-zsh-history-popup) - captures the PageUp key and uses `dialog` to open a popup menu with the history, so the user can interactively navigate through it and pick the history line to bring back to the prompt.
|
||||
* [history-search-multi-word](https://github.com/zdharma/history-search-multi-word) - syntax highlighted, multi-word history searcher for ZSH, bound to Ctrl-R, with advanced functions (e.g. bump of history entry to top of history).
|
||||
* [history-substring-search](https://github.com/zsh-users/zsh-history-substring-search) - Needs to be loaded after `zsh-syntax-highlighting`, or they'll both break. You'll also need to bind keys to its functions, details are in the README.md.
|
||||
* [history-sync](https://github.com/wulfgarpro/history-sync) - An Oh My Zsh plugin for GPG encrypted, Internet synchronized ZSH history using `git`.
|
||||
|
|
Loading…
Reference in a new issue