From 61e3d964dead12d369133549443d1e02b612dcaf Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 20 Mar 2024 15:18:04 -0600 Subject: [PATCH] Add `okhiroyuki/zsh-select-history-skim` Add `okhiroyuki/zsh-select-history-skim`. Closes https://github.com/okhiroyuki/zsh-select-history-skim/issues/1 Signed-off-by: Joe Block --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d5f203a..baa8a81 100644 --- a/README.md +++ b/README.md @@ -1194,6 +1194,7 @@ Here are a few good sources for Nerd Fonts and Powerline-compatible fonts: - [sealion](https://github.com/xyproto/sealion) - Allows you to set reminders that will appear in your terminal when your prompt is refreshed. - [search-directory-history](https://github.com/cmaahs/search-directory-history) - Allows complex search of per-directory history created using the [per-directory-history](https://github.com/jimhester/per-directory-history) plugin. - [sed-sub](https://github.com/MenkeTechnologies/zsh-sed-sub) - Adds keybindings to do global search and replace on current command line. +- [select-history-skim](https://github.com/okhiroyuki/zsh-select-history-skim) Rummage through your history with [skim](https://github.com/lotabout/skim). - [select-with-lf](https://github.com/chmouel/zsh-select-with-lf) - Lets user select files or a directory using [lf](https://github.com/gokcehan/lf). - [select](https://github.com/z-shell/zsh-select) - Multi-term searched selection list with approximate matching and uniq mode. - [selector](https://github.com/joknarf/selector) - Make it easy to create selection menus.