Add zdharma/zzcomplete and update Zplugin description

This commit is contained in:
Sebastian Gniazdowski 2020-01-13 12:33:57 +01:00
parent e706b566dc
commit c92af01ebc

View file

@ -214,6 +214,7 @@ zapack is a basic fast minimal ZSH plugin loader.
[declare-zsh](https://github.com/zdharma/declare-zsh) to edit your Zplugin [declare-zsh](https://github.com/zdharma/declare-zsh) to edit your Zplugin
commands in your `~.zshrc` and also use [zplugin-console](https://github.com/zplugin/zplugin-console) to view and change commands in your `~.zshrc` and also use [zplugin-console](https://github.com/zplugin/zplugin-console) to view and change
the state of the Zsh session and to delete the plugins and snippets from the disk. the state of the Zsh session and to delete the plugins and snippets from the disk.
The project is very active currently > 2000 commits.
### [zpm](https://github.com/zpm-zsh/zpm) ### [zpm](https://github.com/zpm-zsh/zpm)
@ -789,6 +790,7 @@ the state of the Zsh session and to delete the plugins and snippets from the dis
* [zsnapshot](https://github.com/psprint/zsnapshot) - Adds command to dump the current ZSH state into a file, for later restoration by sourcing the snapshot file. * [zsnapshot](https://github.com/psprint/zsnapshot) - Adds command to dump the current ZSH state into a file, for later restoration by sourcing the snapshot file.
* [Ztrace](https://github.com/psprint/ztrace) - Catches output of commands, allows to reuse that output, glue it with history content. * [Ztrace](https://github.com/psprint/ztrace) - Catches output of commands, allows to reuse that output, glue it with history content.
* [ZUI](https://github.com/zdharma/zui/) - ZSH User Interface library CGI+DHTML-like rapid TUI application development with ZSH. * [ZUI](https://github.com/zdharma/zui/) - ZSH User Interface library CGI+DHTML-like rapid TUI application development with ZSH.
* [zzcomplete](https://github.com/zdharma/zzcomplete) - An alternate completer that allows to browse the man page of the command and select the needed option via a comfortable curses interface.
## Completions ## Completions