Additional completion definitions for Zsh.
Go to file
Julien Nicoulaud 43e47c7934 Merge pull request #43 from markupboy/master
added completions for lunchy
2011-08-27 11:52:06 -07:00
README.md Improve README 2011-07-31 20:04:09 +02:00
_ack Copyright statement improvement 2011-08-21 14:06:04 +02:00
_adb #40 adb: Handle adb errors 2011-08-23 18:25:24 +02:00
_android #42 android: Use 2011-08-21 14:06:26 +02:00
_brew
_bundle #31: Add Bundler completion 2011-07-22 01:19:52 +02:00
_cap #32: Add Capistrano completion 2011-07-22 01:20:15 +02:00
_cpanm #25: Add cpanm completion 2011-07-22 01:00:09 +02:00
_emulator #41 Android emulator: Complete -debug* options 2011-08-21 22:08:19 +02:00
_geany Copyright statement improvement 2011-08-21 14:06:04 +02:00
_gem #30: Add gem completion 2011-07-23 00:31:03 +02:00
_git-flow #11: Add git-flow completion 2011-07-23 17:36:39 +02:00
_github #23: Add github gem completion 2011-07-22 00:50:51 +02:00
_jonas #7 JOnAS: Add RMI protocols description 2011-08-27 12:47:53 +02:00
_knife #24: Add knife completion 2011-07-22 00:55:08 +02:00
_lunchy added header block with description and author info 2011-08-27 12:48:02 -06:00
_mvn Copyright statement improvement 2011-08-21 14:06:04 +02:00
_pear #14: Add Pear completion 2011-07-22 11:39:28 +02:00
_pgsql_utils #35: Add PostgreSQL client completion 2011-07-23 02:30:53 +02:00
_pip
_pkcon Add headers 2011-07-23 02:28:09 +02:00
_play #5 Play: Use $service 2011-08-21 17:25:38 +02:00
_redis-cli
_rvm #29: Add rvm completion 2011-07-22 23:21:21 +02:00
_setup.py #34: Add setup.py completion 2011-07-23 12:47:27 +09:00
_showoff #33: Add Showoff completion 2011-07-22 01:20:37 +02:00
_symfony #15: Add Symfony completion 2011-07-22 11:39:54 +02:00
_task #26: Add Taskwarrior completion 2011-07-22 01:11:14 +02:00
_thor
_vagrant #22: Add Vagrant completion 2011-07-22 00:46:53 +02:00
_virtualbox Add headers 2011-07-23 02:28:09 +02:00
_vpnc Copyright statement improvement 2011-08-21 14:06:04 +02:00

README.md

zsh-completions

Additional completion definitions for Zsh.

This projects aims at gathering/developing new completion scripts that are not available in Zsh yet. The scripts are meant to be contributed to the Zsh project when stable enough.

Status

See issues for details on each completion definition.

Usage

  • Clone the repository:

      git clone git://github.com/zsh-users/zsh-completions.git
    
  • Include the directory in your $fpath, for example:

      fpath=(path/to/zsh-completions $fpath)
    

Contributing

Contributions are welcome, just make sure you follow the guidelines:

  • Please add a header containing authors, license info, status and origin of the script (example here).
  • Please try to follow Zsh completion style guide.
  • Send a pull request or ask for committer access.

License

See each file for license details.