tmenu

Terminal menu for selecting items from stdin
git clone https://git.sinitax.com/sinitax/tmenu
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 17a84983f34e470ef4bd3c8a2f8d5c492cfdd646
parent f82bb7850479f7e0a93b5b03bd104c35a6938c8d
Author: Louis Burda <quent.burda@gmail.com>
Date:   Fri,  6 Jan 2023 03:54:16 +0100

Update README

Diffstat:
MREADME | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README b/README @@ -1,7 +1,7 @@ tmenu ===== -A terminal menu for selecting an option from a newline-delimited -list passed via stdin. +A terminal menu for selecting from newline-delimited items passed via stdin. -Pressing CTRL+f will toggle fuzzy search. +Typical keybinds can be used to browse, CTRL+s to search via substring, +CTRL+f to search using fuzzy matching.