Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
ZPlugin
- X-seq: zsh-workers 37772
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: ZPlugin
- Date: Mon, 25 Jan 2016 09:57:49 +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=LW4C3xmsG2bgv55t0Jw1ICPtSArjFiflx4ScwI0fR3E=; b=jWxhTLj932+uXOVk7w/85Q9AmMTwtyei8i567JLkJZJGOf53y79+4cgsKP/oyR8ufm ppMOiAFNcF8J3yyna/kZTtC/E0BNlfqOsrkypfz+uvdsS7UkUE37Q/TxTtPOJYoPUNdt v+eP4vscvmJEBwVuhhDv+MH1bo9itldbebCyF/kHZ5wk5zHVPbzOdUPxiemlQoAv3kqy HmOe/No+tRmgLjVwF6p20pwcuiH2+AnuSBbk4XIFSkZ8fySMdRZgL8My0WC2+x5+oep8 N1q6Mnzgo9ZJ9phLDA3ps13+WEkox2upHLcpA8tYHP4t/vKWYRkx+A7uKqK2Rgrzxe2Y jgzA==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hello
Decided to change the topic and start a new thread, because I don't
think that ZPlugin will be "mainstream" in any near future. Too long
code, too sophisticated, requiring resistance to KSH_ARRAYS and other
things. After a half year of development who knows, maybe it'll become
a plugin manager of official Zsh choice. Am I not too pessimistic? Or
optimistic.
That said it can be developed for a half year or a year, with
mainstream eyes looking at the code, any objections being taken into
account, to avoid OMZ situation where too much is happening in a black
box of Advanced Bash Scripting Guide shell code.
I just added initial support for reporting of what functions a plugin
creates, written in one hour:
http://asciinema.org/a/bnwoqgs96l1q7s8wjad1o70z8
Would gladly welcome any participation in the development, any
objections and criticism. After some iterations of the function-diff
support, I'll move to recognize any existing advanced plugin
frameworks, like Zplug https://github.com/b4b4r07/zplug
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author