Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Announcement of Zsh Command Architect v1.0
- X-seq: zsh-users 21121
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Announcement of Zsh Command Architect v1.0
- Date: Wed, 6 Jan 2016 17:22:29 +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=HZza9KiiIJeAdCYSW1XwW7gtm44QOtcZ+Nk2JIEGtsw=; b=JgbOKnxQzUSJXMr48P5lCOng+jaWMt9w0nUtG1hgEOsCDBxhAdEBJbKUJF2a5wsTzp 9Y9nH5TZMNgmcH2ZE94ir8m0L1b5KvncGXD0Dh+V3GaCRg2KyRkdYaxcRIKbtStrJUYG l1Xxx/fiVKSVGjdlpO+0aoNud+dvmQstcO2gUdf1f93Yfs2PpvfAd7iUo/IrW2QtspPM xjbkR6gEJ4eZgbgzisNw/wegZjWuw3sxE3C2+Uwc1LIPabY8uvPfi+Q2uioLqIVgFVUI /T9pdOGd3TAzf0dGMKtkV2/myMroApkRUAT5C7Rocvlj7yNVFxvuURhc2XtwB/kjiFtn ExLg==
- 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!
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author