Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
A guide to code Zsh natively, without external tools
- X-seq: zsh-users 22998
- From: Sebastian Gniazdowski <psprint@xxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: A guide to code Zsh natively, without external tools
- Date: Wed, 6 Dec 2017 17:12:41 +0100
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
When writing Zsh plugins I learned (i.a. thanks to #zsh channel) how to avoid forks to external tools, for speed and lack of dependencies. I've put this experience into Asciidoc document:
- asciidoctor version:
http://zdharma.org/Zsh-100-Commits-Club/Zsh-Native-Scripting-Handbook.html
- Github version
https://github.com/zdharma/Zsh-100-Commits-Club/blob/master/Zsh-Native-Scripting-Handbook.adoc
If someone knows other constructs like those in the document, I can add them.
--
Sebastian Gniazdowski
psprint /at/ zdharma.org
Messages sorted by:
Reverse Date,
Date,
Thread,
Author