Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

zsh-select a selecta, sentaku like tool



Hello
Zsh provides:
- patterns that allow multi-term searching
- curses library
- approximate matching

I've decided to make a tool similar to selecta and sentaku, also to
fzf. The main difference for the first two is that zsh-select uses
curses library. This is a stable solution, terminal is well tracked
and managed. For fzf, the main difference is that zsh-select uses
approximate matching instead of fuzzy matching. Pressing Ctrl-F will
allow 1 or 2 errors in what's typed.

Video:
https://asciinema.org/a/46955

Project page:
https://github.com/psprint/zsh-select

The file "zsh-select" can be copied to any */bin directory. Zsh will
serve as say ruby, and zsh-select will be a regular program available
in system.

Best regards,
Sebastian Gniazdowski



Messages sorted by: Reverse Date, Date, Thread, Author