Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
A new architecture in Zplugin – it can now have its own plugins!
- X-seq: zsh-users 24032
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: A new architecture in Zplugin – it can now have its own plugins!
- Date: Tue, 9 Jul 2019 07:48:41 +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=rHQSGaP+2zELIFY0YB0AyWq6tULgL9opreJZmid/uNU=; b=klgM3pseS3CUbIrdH+R8zcRZshggxKC3+nrSwMI3WdJNeJMEl0j4qvdSObXhEZMnEa 2yD1y8+9idim2pRoSE0c/TjMVyLk/Eb++gmDJtw4m176LbfBQGbaQ1vwexZsewEqRYIQ KeAEDfKE4DBZoXzKYEVMY3wiA3VTAdEdMxaOMpicq5g9odYF327BbtttlwrBkTjQNE01 6025wW3rAevi6jL44Y2oREZ6CHHmLNNX4HtCWZ1OcmTdiPTvo0rPNDhLOk/IxoNFi1eM UPh08720/kdIC1VOdVKe85xn6XAE1xRutk2YcR9Bq5Vx5+9ivDH7E4dJOZXBg1VCnGS1 9BfQ==
- 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 would like to share that Zplugin gained a new architecture, which
allows to extend it via dedicated plugins :) They're called
"z-plugins". Check out a first z-plugin that allows to clone
submodules within the installed plugin or snippet:
https://github.com/zdharma/z-p-submods
And also a document that describes the API and explains how to write
your own z-plugin:
https://github.com/zdharma/zplugin/blob/master/doc/Z-PLUGINS.adoc
--
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Blog: http://zdharma.org
Messages sorted by:
Reverse Date,
Date,
Thread,
Author