From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25994 invoked by alias); 5 Jan 2016 19:04:07 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 21118 Received: (qmail 13875 invoked from network); 5 Jan 2016 19:04:05 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 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== X-Received: by 10.112.134.165 with SMTP id pl5mr21093772lbb.126.1452020640023; Tue, 05 Jan 2016 11:04:00 -0800 (PST) MIME-Version: 1.0 From: Sebastian Gniazdowski Date: Tue, 5 Jan 2016 20:03:40 +0100 Message-ID: Subject: Zsh Command Builder a new innovative tool To: zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 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