Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
What uncommon and/or interesting thing could a Zsh module do?
- X-seq: zsh-users 23569
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: What uncommon and/or interesting thing could a Zsh module do?
- Date: Mon, 13 Aug 2018 13:57:51 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=onMBwk8ngcDU5H2mLbXaVSdzBoikduk4WptejRvhJ7s=; b=hkasqPcTAbqac1aTllKgEoNc8i0EE8ubSv6TCTiOkpyRtPKtcdZLa15V06ZHr7cIbm uRDxT2agMOi6J2IBDos0MlS+bFoD36SCntIRW33tW7KrJjX2CJeqWS/Q4SY6lKLnHhT0 V+zowoOA4z52vyDZA4pRaOlP7DA+iLqov736azqoDEd0GSxkPlrN1yV/AOF0z6pH/o3E hAHUo33hIPEQCCcoOFseBmwiEky5N/jgJ+WakAjaqY+gmBtdXjkYXaKBijL2rYhQAYnA S8b90pxvoTObycIBJIWmpp7vTtnjwj+Lc1uuvIIPNnLPhzJ1RffYAHtOkJ/OnlpLKksv AKdA==
- 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
Hello
I'm looking for an inspiration because I want to add a binary module
to Zplugin. First motivation is optimizing report gathering (string
appends take some milliseconds, I would append via realloc in the
module), but it would be good if some other reason for binary Zplugin
module would exist.
So I thought about enumerating some hacks with Zsh internals that are
possible, maybe this will lead me to a feature. Has someone an idea up
sleeve?
--
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author