Commit Graph

600 Commits

Author SHA1 Message Date
Philip Dexter 217c35e1fa Update _ghc options to ghc 7.8 2014-04-25 10:33:42 -04:00
Matvey Aksenov d34904f725 Update _cabal completion
Adds support for cabal-install-1.20 features:

  * new `cabal freeze` command

  * new `cabal exec` command

  * new options (e.g. `--allow-newer`)
2014-04-20 19:53:03 +04:00
Philip Dexter ecd3631650 Add ghc, ghci, and ghc-pkg completion 2014-04-15 10:34:46 -04:00
Mario Fernández dae8cb844a Merge pull request #220 from petere/kitchen-completion
Add kitchen completion
2014-04-14 13:55:44 +02:00
Peter Eisentraut 68046d83d7 Add kitchen completion 2014-04-14 07:41:11 -04:00
Mario Fernández cf9135e1e6 Merge pull request #214 from WoLpH/master
Added new version of zfs completion in sync with FreeBSD 10.0 man page
2014-04-13 12:08:16 +02:00
Mario Fernández 16e38f8f2e Merge pull request #210 from loranger/master
[Add] Enable composer completion
2014-04-13 12:07:54 +02:00
Laurent Goussard f12c638bd7 [Add] Envoy completion 2014-04-13 10:53:49 +02:00
Laurent Goussard 6ef029c3cc [Add] symfony/Console completion 2014-04-13 10:53:21 +02:00
Laurent Goussard 7f813c193e [Add] Artisan completion 2014-04-13 10:53:00 +02:00
Laurent Goussard 1c18daf1d5 [Upg] Add copyright header and cleanp 2014-04-13 10:51:23 +02:00
Laurent Goussard 818fe9c8e1 [Upg] Add copyright header and contextual command definition 2014-04-13 10:46:39 +02:00
Laurent Goussard 468ae11b7d Merge branch 'master' of github.com:zsh-users/zsh-completions 2014-04-13 10:33:44 +02:00
Rick van Hattem d3fa6d9fb2 Update _zfs 2014-04-13 00:57:07 +02:00
Mario Fernández 0e553f729e Merge pull request #219 from lucapette/patch-1
Fix typo in _jekyll completion
2014-04-12 13:09:52 +02:00
Mario Fernández 0e6e4d5507 Merge pull request #216 from wernight/master
Add VBoxManager modifyhd auto-complete.
2014-04-12 13:08:36 +02:00
Mario Fernández 0265542b64 Merge pull request #203 from TimofeyTitovets/master
add completion for xinput and shutdown
2014-04-12 13:07:43 +02:00
Mario Fernández 4ab5826a5d Merge pull request #205 from arcan1s/patch-2
Update _yaourt
2014-04-12 13:03:44 +02:00
Mario Fernández 74ee44cb42 Merge pull request #212 from IgorTimoshenko/feature/phing
Added completion script for Phing
2014-04-12 13:03:11 +02:00
Mario Fernández 6f79c98502 Merge pull request #215 from zakkak/master
Add completion for pass (password-store)
2014-04-12 13:01:05 +02:00
Mario Fernández a1fa7768a6 Merge pull request #209 from sorin-ionescu/rename-attach-to-atach
Rename attach to atach
2014-04-12 13:00:14 +02:00
Mario Fernández acff08bec8 Merge pull request #211 from lukesteensen/patch-1
Add 'services' command to homebrew completion
2014-04-12 12:59:49 +02:00
Mario Fernández 072ad18eb7 Merge pull request #206 from arcan1s/patch-4
Update README.md
2014-04-12 12:59:15 +02:00
Joe Bloggs 6b0f09ddb2 Completion for ps command, for iw and a how-to guide for creating
completion files
2014-04-12 12:53:41 +02:00
lucapette deb6a6fa4e Fix typo in _jekyll completion
As per subject
2014-03-29 18:43:38 +01:00
Pablo Speciale f64b1183a3 Added '_cmake' completions.
Original github repository: https://github.com/skroll/zsh-cmake-completion
2014-03-27 22:21:43 -03:00
Werner Beroux 48d1cb8e9c Add VBoxManager modifyhd auto-complete. 2014-03-22 14:25:56 +01:00
Foivos 545c7b6d6b Add completion for pass (password-store)
This is a copy of https://github.com/zx2c4/password-store/blob/master/contrib/pass.zsh-completion
2014-03-19 04:44:48 +02:00
Rick van Hattem 05483ab4c2 Added new version of zfs completion in sync with FreeBSD 10.0 man page 2014-03-15 11:43:53 +01:00
Vadim A. Misbakh-Soloviov 107bdaba20 Fix _eselect completion (to latest eselect syntax changes)
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
2014-02-23 03:23:58 +07:00
Igor Timoshenko d3e55a2c1a Fixed typo 2014-02-12 16:25:53 +00:00
Igor Timoshenko c0ebcbe56b Added completion script for Phing 2014-02-12 16:08:44 +00:00
Luke Steensen 5edeb23f10 Add 'services' command to homebrew completion 2014-02-11 21:22:44 -06:00
Laurent Goussard 74cd5edbf4 [Add] Glances completion 2014-02-06 15:22:51 +01:00
Laurent Goussard a4492f0f25 [Add] Enable composer completions 2014-02-06 15:20:18 +01:00
Sorin Ionescu abc6dccadc Rename attach to atach 2014-01-28 18:35:27 -05:00
Evgeniy Alexeev 14232ac66d Update README.md
Edited links to Archlinux packages (the link to *-git is out-of-date, zsh-completion now available in [community])
2014-01-09 03:35:16 +03:00
Evgeniy Alexeev 7187ffd3b7 Update _yaourt
I have the next function in .zshrc:

      pacman () {
        /usr/bin/sudo /usr/bin/pacman $* && echo "$*" | grep -q "S\|R" && rehash
      }

And I have the next line in `/etc/yaourtrc`:

      PACMAN="/usr/bin/pacman"

But if I try to get autocomplite for `yaourt -Ss` (for example) it requires a sudo password. With this patch path to `pacman` (`PACMAN` variable) will be read from the configuration file and this command will not require the password.

It is a correct variant :)
2014-01-08 14:54:56 +03:00
Timofey 2b6e045b24 add base completion for xinput
Completions for button and property
2014-01-04 09:37:42 +02:00
Timofey 4bd7b7547f add support for shutdown command 2014-01-04 09:35:58 +02:00
Julien Nicoulaud 4ffedd4ac8 Merge pull request #198 from TimofeyTitovets/master
added simple completion for exportfs
2014-01-02 00:43:12 -08:00
Timofey 538ac13e48 added simple completion for exportfs 2014-01-02 02:35:58 +02:00
Julien Nicoulaud 6d05992de1 Merge pull request #193 from xuhdev/improve-brew-link
Improve the link command in _brew.
2013-12-24 03:33:38 -08:00
Julien Nicoulaud a46792b006 Merge pull request #195 from babysnakes/fix-vagrant-completions
Fix vagrant vm name matching
2013-12-24 03:33:06 -08:00
Haim Ashkenazi 7bf946eba1 Fix vagrant vm name matching:
- escaping of single quotes
- match older vagrant files which uses keywords as vm names.
2013-12-23 22:08:39 +02:00
Hong Xu 24ead6192e Improve the link command in _brew. 2013-12-16 12:30:13 -08:00
Hideo Hattori 1d6a2aa024 Merge pull request #190 from hhatto/improve-managepy
improve manage.py completion #188
2013-11-27 09:52:11 -08:00
hhatto 6ea9474bae improve manage.py completion #188 2013-11-23 21:24:41 +09:00
hhatto 3c3e6a653b improved startproject sub-command for manage.py #189 2013-11-23 05:50:49 +09:00
Hideo Hattori 475587dc97 Merge pull request #189 from aronj/patch-1
_manage.py support for startproject
2013-11-22 12:11:38 -08:00