From f313f32fc530b0799db7dd07acf846f7820af0d7 Mon Sep 17 00:00:00 2001 From: Sebastian Gniazdowski Date: Mon, 23 Sep 2019 07:40:03 +0200 Subject: [PATCH] Add zplugin/{z-a-bin-gem-node,patch-dl} Zplugin extensions --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c42ccfb..2449481 100644 --- a/README.md +++ b/README.md @@ -707,8 +707,10 @@ zapack is a basic fast minimal ZSH plugin loader. * [yeoman](https://github.com/edouard-lopez/yeoman-zsh-plugin) - Edouard Lopez's Yeoman plugin for oh-my-zsh, compatible with yeoman version ≥1.0 (includes options and command auto-completion). * [you-should-use](https://github.com/MichaelAquilina/zsh-you-should-use) - ZSH plugin that reminds you to use those aliases you defined. * [youtube-dl](https://github.com/joow/youtube-dl) - Simple plugin for [youtube-dl](https://youtube-dl.org/). -* [z-p-man](https://github.com/zdharma/z-p-man) - Zplugin extension that generates man pages for all plugins and snippets. -* [z-p-test](https://github.com/zdharma/z-p-test) - Zplugin extension that runs tests (via make test, for example) – if it finds any of them – after installing and updating a plugin or snippet. +* [z-a-bin-gem-node](https://github.com/zplugin/z-a-bin-gem-node) - Zplugin extension that a) exposes binaries without altering `$PATH`, b) installs Ruby gems and Node modules and easily exposes their binaries, c) updates the gems and modules on update of the associated plugin or snippet. +* [z-a-man](https://github.com/zplugin/z-a-man) - Zplugin extension that generates man pages for all plugins and snippets. +* [z-a-patch-dl](https://github.com/zplugin/z-a-bin-gem-node) - Zplugin extension that downloads files and applies patches through the provided `dl''` and `patch''` ices. +* [z-a-test](https://github.com/zplugin/z-a-test) - Zplugin extension that runs tests (via `make test`, for example) – if it finds any of them – after installing and updating a plugin or snippet. * [z.lua](https://github.com/skywind3000/z.lua) - A command line tool which helps you navigate faster by learning your habits. An alternative to [z.sh](https://github.com/rupa/z) with windows and posix shells support and various improvements. * [zaw](https://github.com/zsh-users/zaw) - ZSH anything.el-like widget. * [zce](https://github.com/hchbaw/zce.zsh) - Vim’s EasyMotion / Emacs’s ace-jump-mode for ZSH.