Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh-select a selecta, sentaku like tool
- X-seq: zsh-users 21593
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: zsh-select a selecta, sentaku like tool
- Date: Thu, 26 May 2016 17:50:29 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=1sf/HnI2fggRC61Xh6y7h9wX+5tRw2YEHqmoL0kW84w=; b=uzzx9QSZxBOQLB59P7hwEqOAObxWALmD21apR+cVPoqcCoN+HzSQiWxIIyp2aRdLcO oG/yAFyhterZL3+Quo+DOC5GGXYlwOfeS5gNqaSCRzJPPGqYmUFUPOvgWfQXzS3E3Hg6 DL/+zq3R9Ysk2naA7AJn1E1gqPEYSjhmtrDeKlAaO3Ai/tEzAPzT7cCnmAJ4pWaUXLUz kjZHRB+UIR9LfOmOS1yK0dHVrj8N1O4OooSsYBEjFOeb7NObOgjGC7T+hax8xrzrgw/c I1yvwuu8LIK8Lqyg6rNxLvXkMfsMPfugkrwLY34I1IZxf5Bja6BiKEDhvfAXLO1sMJw/ sNHg==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
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