From 751cdf636f034dac94c85ab93a5bcde61482728e Mon Sep 17 00:00:00 2001 From: Joe Block Date: Mon, 14 Feb 2022 07:34:55 -0700 Subject: [PATCH] Add mirror of psprint's zsh-select Closes #1340. Thanks @ss-o for making it available. Signed-off-by: Joe Block --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2a9468..e6a8396 100644 --- a/README.md +++ b/README.md @@ -997,6 +997,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not * [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](https://github.com/z-shell/zsh-select) - Multi-term searched selection list with approximate matching and uniq mode. * [send](https://github.com/robertzk/send.zsh) - Single command to `git add`, `git commit`, and `git push` for much faster `git` workflow. * [sensei-git](https://github.com/aswitalski/oh-my-zsh-sensei-git-plugin) - Adds many `git` aliases and helper shell functions. * [session-sauce](https://github.com/ChrisPenner/session-sauce) - An fzf interface for tmux session creation and management for all your projects.