1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: zplug
Section: shells
Priority: optional
Maintainer: Debian Zsh Maintainers <pkg-zsh-devel@lists.alioth.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-exec
Standards-Version: 4.7.2
Homepage: https://github.com/zplug/zplug
Vcs-Browser: https://salsa.debian.org/debian/zplug
Vcs-Git: https://salsa.debian.org/debian/zplug.git
Rules-Requires-Root: no
Package: zplug
Architecture: all
Depends: ${misc:Depends},
git,
zsh (>= 4.3.9),
Description: next-generation plugin manager for zsh
zplug is a next-generation plugin manager for zsh, with the following
features:
.
* Can manage everything
* Zsh plugins/UNIX commands on GitHub and Bitbucket
* Gist files (gist.github.com)
* Externally managed plugins e.g., oh-my-zsh plugins/themes
* Binary artifacts on GitHub Releases
* Local plugins
* etc. (you can add your own sources!)
* Super-fast parallel installation/update
* Support for lazy-loading
* Branch/tag/commit support
* Post-update, post-load hooks
* Dependencies between packages
* Unlike antigen, no ZSH plugin file (*.plugin.zsh) required
* Interactive interface (fzf, peco, zaw, and so on)
* Cache mechanism for reducing the startup time.
|