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
Aron Janarv
49d925054a
_manage.py support for startproject
...
Description from https://docs.djangoproject.com/en/dev/ref/django-admin/
2013-11-22 20:44:23 +01:00
Julien Nicoulaud
2791693ece
Merge pull request #183 from xuhdev/improve-brew
...
Improve homebrew completion.
2013-11-19 11:45:42 -08:00
Julien Nicoulaud
270e7e102d
Merge pull request #185 from benohara/master
...
Fix matching for vm names im Vagrant file when using dashes or underscor...
2013-11-19 11:45:22 -08:00
Julien Nicoulaud
f46c990c40
Merge pull request #150 from SiSGroup/dget
...
Add first draft of dget completion
2013-11-19 11:44:59 -08:00
Vincent Breitmoser
85cf623d7e
Merge branch '_mpv'
2013-11-15 13:07:36 +01:00
Vincent Breitmoser
35b5cf0152
_mpv: complete --profile
2013-11-15 13:07:24 +01:00
Vadim A. Misbakh-Soloviov
820772a839
_eselect: fix function existance checking.
...
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
2013-11-15 02:15:18 +07:00
Vincent Breitmoser
88b268e1a9
Merge branch '_mpv'
2013-11-14 19:34:33 +01:00
Vincent Breitmoser
cb059a45ae
_mpv: simple parsing for complex parameters
2013-11-14 19:33:13 +01:00
Vincent Breitmoser
fc1249fc78
_mpv: add credit notice
2013-11-14 19:29:31 +01:00
Vincent Breitmoser
dba027f91a
_mpv: add show-advanced option, enable by default on --
2013-11-14 19:27:48 +01:00
Vincent Breitmoser
6384a4ea3d
_mpv: more specialized parameter handling
2013-11-14 18:48:22 +01:00