zsh-users
 help / color / mirror / code / Atom feed
From: Sebastian Gniazdowski <sgniazdowski@gmail.com>
To: Zsh Users <zsh-users@zsh.org>
Subject: zsh-select a selecta, sentaku like tool
Date: Thu, 26 May 2016 17:50:29 +0200	[thread overview]
Message-ID: <CAKc7PVAKqh=2UEcs+tWBHnv9vLw2o0h1N0MHs+Emf0CJK_ZOzQ@mail.gmail.com> (raw)

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


                 reply	other threads:[~2016-05-26 15:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAKc7PVAKqh=2UEcs+tWBHnv9vLw2o0h1N0MHs+Emf0CJK_ZOzQ@mail.gmail.com' \
    --to=sgniazdowski@gmail.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).