Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Zsh Command Builder a new innovative tool
- X-seq: zsh-users 21118
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Zsh Command Builder a new innovative tool
- Date: Tue, 5 Jan 2016 20:03:40 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=a+fDphdKL3Bt3dMuCMU26ctjysMhY2VAbxmu1E66veg=; b=atMU9IBuhkxCB1ShOsDmKwHLhCf/gR5DPvKlpBZJk4qd/qgeF16zuL7CgDKV+BsNEO XasX816iNIx60UNkcAoDkE/TmAn26AEc18QSePYF/qmi5OvC/yg7lImeLuatjksFdXFf VzIMt41V+L2v0zMr5CSeA9FI2AGq8rnQEZhWVWqVovHeMycX5F9OVcd9mb3t/uxqFy8C w9myrd8vl4IiQ1GwqcfmrvnuAMZbSuZv1vvnjysm9NUm+WlZKAp6eYU3r1jJixBEgezw tRqlzYqf0TFz8PU09CePpS2O3R2RZ9oMtVuh9IaPwXIPUSEXRn3Za2ZA8FpD1y/6vHQh beHw==
- 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,
I'm just demonstrating an upcoming tool that should be truly
innovative. Level and kind of innovation different than "add web page
to shell", known from fish (the via http configuration). Basically,
ENTER ENTER ENTER and you have command build up from whatever is in
history and at prompt. Things split in sophisticated manner thanks to
(z) flag, displayed in sophisticated manner thanks to zsh/curses.
https://asciinema.org/a/1rbmeifs4f2rfdzsvj9h8ky7t
Supported are uniq mode (no need for HIST_IGNORE_ALL_DUPS) and
multi-word incremental searching, inherited from Zsh Navigation Tools,
and all other features in n-list there.
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author