From 3dfadd521179e90447973e365f5a7360b796b780 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Mon, 2 Dec 2019 07:55:17 -0700 Subject: [PATCH] Add link to history-popup plugin * Add link to [history-popup](https://github.com/lcrespom/oh-my-zsh-history-popup) plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41e0f6f..f95747b 100644 --- a/README.md +++ b/README.md @@ -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`.