From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9009 invoked by alias); 6 Jan 2016 16:22:54 -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: 21121 Received: (qmail 9500 invoked from network); 6 Jan 2016 16:22:53 -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=HZza9KiiIJeAdCYSW1XwW7gtm44QOtcZ+Nk2JIEGtsw=; b=JgbOKnxQzUSJXMr48P5lCOng+jaWMt9w0nUtG1hgEOsCDBxhAdEBJbKUJF2a5wsTzp 9Y9nH5TZMNgmcH2ZE94ir8m0L1b5KvncGXD0Dh+V3GaCRg2KyRkdYaxcRIKbtStrJUYG l1Xxx/fiVKSVGjdlpO+0aoNud+dvmQstcO2gUdf1f93Yfs2PpvfAd7iUo/IrW2QtspPM xjbkR6gEJ4eZgbgzisNw/wegZjWuw3sxE3C2+Uwc1LIPabY8uvPfi+Q2uioLqIVgFVUI /T9pdOGd3TAzf0dGMKtkV2/myMroApkRUAT5C7Rocvlj7yNVFxvuURhc2XtwB/kjiFtn ExLg== X-Received: by 10.112.137.129 with SMTP id qi1mr2267390lbb.31.1452097369193; Wed, 06 Jan 2016 08:22:49 -0800 (PST) MIME-Version: 1.0 From: Sebastian Gniazdowski Date: Wed, 6 Jan 2016 17:22:29 +0100 Message-ID: Subject: Announcement of Zsh Command Architect v1.0 To: zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 Hello! Version 1.0 of the tool is ready, webpage with animated gifs: https://github.com/psprint/zsh-cmd-architect Feature highlights: - adding, removing, moving segments of commands - colorful searching in history with multi-word matching - unique mode - no need for HIST_IGNORE_ALL_DUPS - horizontal scroll - commands of any lengths can be handled and build - colorifying - configurable highlight of selected keywords (z) and zsh/curses are tools, ZCA is utility that uses them in a high level fashion. No more need for a mouse to copy parts of commands in history. Best regards, Sebastian Gniazdowski