gulp-autocompletion-zsh

0.1.4 • Public • Published

gulp-autocompletion-zsh

Autocompletion for your gulp.js tasks in the Z-Shell (zsh).

Installation

Install with npm or manually.

Via npm

$ npm install -g gulp-autocompletion-zsh

After that you have to restart your zsh.

Manually

  1. Clone this repository to your favorite path (e.g. ~/zsh-extensions/gulp-autocompletion-zsh)
  2. source the file in your .zshrc
  3. Restart your zsh
# Your .zshrc 
source $HOME/zsh-extensions/gulp-autocompletion-zsh/gulp-autocompletion.zsh

Via antigen

$ antigen bundle akoenig/gulp-autocompletion-zsh

Usage

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  

Author

Copyright 2014-2015, André König (andre.koenig@posteo.de)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.4
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.4
    5
  • 0.1.3
    6
  • 0.1.2
    3
  • 0.1.1
    4
  • 0.1.0
    4

Package Sidebar

Install

npm i gulp-autocompletion-zsh

Weekly Downloads

8

Version

0.1.4

License

MIT

Last publish

Collaborators

  • akoenig