Autocompletion for your gulp.js tasks in the Z-Shell (zsh).
Install with npm or manually.
$ npm install -g gulp-autocompletion-zsh
After that you have to restart your zsh
.
- Clone this repository to your favorite path (e.g.
~/zsh-extensions/gulp-autocompletion-zsh
) source
the file in your.zshrc
- Restart your
zsh
# Your .zshrc
source $HOME/zsh-extensions/gulp-autocompletion-zsh/gulp-autocompletion.zsh
$ antigen bundle akoenig/gulp-autocompletion-zsh
Switch to your project (a.k.a. the place where the gulpfile.js
lives):
$ gulp <TAB>
Exemplary output:
λ build book → git master* → gulp
appendix concat glossary pdf spellcheck toc build default lof preface statistics
- Added note to README that you have to restart your zsh after installation.
- Implemented core functionality for suggesting the tasks on TAB.
Copyright 2014, André König (andre.koenig@posteo.de)