Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
New version (v1.2.5) of Zsh Navigation tools
- X-seq: zsh-users 20584
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: New version (v1.2.5) of Zsh Navigation tools
- Date: Fri, 18 Sep 2015 09:33:09 +0200
- 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 :content-transfer-encoding; bh=V5rXHqI7TCmkdrUm9inD6RCiV/4EXTyiQMoFDint+zo=; b=C7jeCX1pAZ8lqk61XoBq+dadKXhZcuGvzm/JEu3/J+awdKIOx/zcHya6ACrSCZS4N1 3OWPJ14vMGDiY9yK1uLlHzrPQgvooiaiFTqHjblvm0GXAE8CerW3RcUj6o8adYOC6NsN qsWrPDo43iuUy4YWV7PlnC8cHLYC3IUjutSGGqkdeLZUVHEwte6AkQj7Yc3f1KDkYJ0u y7RWf3gVLxql+7l8GGhDeVRH2KTME9VJPx3o5CWIVaRix+Pizx6G4mxqvEyvrjmeWXx/ EXK5TzwlEfopw6b5UU2+5wjd0Qu+OzrAZ6JI/E5zI3/pOpdiciC2jHIPXauc2S7ue23g iAEg==
- 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 decided to write the email (not sure if I can write to zsh-users
each time I write a piece of code) because the main component of ZNT,
n-list, has now a rich and complete, and also well tested feature set
:
- incremental search
- ANSI colors
- horizontal scroll (for long lines)
- non-selectable elements (for titles, messages)
Using n-list is very simple: n-list {element1} [element2] ...
[elementN]. This is all that is needed to use the features. I think
this is significant, it's like select on steroids. Maybe someone will
come up with new applications of such list.
Besides the features added and tested ZNT have been also greatly
optimized – 17 optimization commits were done.
https://github.com/psprint/zsh-navigation-tools
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author