rlselect
rlselect
allows you to select a line interactively by searching. It works by reading input from stdin and printing the selected line to stdout. You can therefore use it to search anything, and it is up to you what to do with the selected line.
- Source code
- Public version: https://github.com/rickardlindberg/rlselect
- My current version: https://github.com/rickardlindberg/dotfiles/blob/master/bin/rlselect
- Problem with TIOCSTI: https://github.com/dvorka/hstr/issues/478#issuecomment-2597458248
- Related posts: category rlselect