mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-24 18:13:02 +00:00
Gulp and Pip autocomplete
This commit is contained in:
parent
8ea1782f1b
commit
d19c1700a4
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@ If you're using [Antigen](https://github.com/zsh-lovers/antigen), you can test t
|
|||
* [docker-zsh-completion](https://github.com/felixr/docker-zsh-completion) - Add completions for docker
|
||||
* [docker-zsh](https://github.com/adrien-f/docker-zsh) - Adds tab completion for docker
|
||||
* [etcdctl-zsh](https://github.com/sheax0r/etcdctl-zsh) - etcdctl autocomplete plugin for oh-my-zsh
|
||||
- [gulp-autocompletion-zsh](https://github.com/srijanshetty/gulp-autocompletion-zsh) - gulp autocomplete for oh-my-zsh/antigen
|
||||
- [zsh-pip-completion](https://github.com/srijanshetty/zsh-pip-completion) - pip autocomplete pulgin for oh-my-zsh/antigen
|
||||
* [zsh-completion-generator](https://github.com/RobSis/zsh-completion-generator) - This plugin tries to read the list of options from the help text of programs and generate a completion function automatically. Load it last so it doesn't override completions provided by your other plugins.
|
||||
* [zsh-completions](https://github.com/zsh-users/zsh-completions) is a collection of extra completions for zsh. To use it, add `antigen bundle zsh-users/zsh-completions src` to your .zshrc
|
||||
|
||||
|
|
Loading…
Reference in a new issue