Jindrich Pilar
3c98c2d308
Completion for archlinux-java
...
Completion script for archlinux-java a tool for selecting default Java runtime (https://wiki.archlinux.org/index.php/java )
2016-10-07 18:22:16 +02:00
dannyzen
f0438a05ed
adding cloudfoundry compdef
2016-09-13 14:05:09 -04:00
Julien Nicoulaud
0713143ec8
#207 : remove compdefs without a license header
2016-09-08 22:26:58 +02:00
Kris Shannon
c941533edb
Add copyright notice
2016-09-05 18:24:46 +10:00
Kris Shannon
2063ac3079
Add --backup option and force --no-conf to be first option
2016-09-05 18:23:40 +10:00
Jens Kraemer
5233dbed36
adds basic file completion for 'rails test' command
2016-09-03 11:10:34 +08:00
nicoulaj
4696b8e99c
Merge pull request #447 from olejorgenb/util-linux-lsblk
...
lsblk completion
2016-09-01 21:47:36 +02:00
nicoulaj
12b0137289
Merge pull request #442 from syohex/fix-go-tool-pprof
...
Fix 'go tool pprof' completion error
2016-09-01 21:45:35 +02:00
nicoulaj
23968059f9
Merge pull request #440 from leoj3n/patch-2
...
Delete _github
2016-09-01 21:42:05 +02:00
nicoulaj
adebe610b5
Merge pull request #437 from syohex/trailing-space
...
Remove trailing spaces
2016-09-01 21:41:24 +02:00
Ole Jørgen Brønner
3c7788c909
Add header (copyright, etc) and some description adjustments
...
- Comply with zsh/Etc/completion-style-guide
- Comply with zsh-completions contribution guidelines
2016-08-09 17:59:43 +02:00
Ole Jørgen Brønner
fc617458c1
Complete major numbers too (--include/--exclude)
2016-08-09 17:40:44 +02:00
Ole Jørgen Brønner
1ecc42490e
Only complete device files (and directories)
...
+ Some cleanup
2016-08-09 17:21:36 +02:00
Ole Jørgen Brønner
db301d4b32
Complete output column names
2016-08-08 20:56:26 +02:00
Ole Jørgen Brønner
80bee25a20
Don't suggest same option twice
2016-08-08 19:54:39 +02:00
Ole Jørgen Brønner
99713ff544
Minor adjustments to the descriptions
2016-08-08 19:30:36 +02:00
Ole Jørgen Brønner
8c7c094558
Autogenerated the easy parts
2016-08-08 19:26:53 +02:00
Evgeniy Alekseev
e81c1ec00f
Delete _docker-machine
...
Upstream has own version of completions: https://github.com/docker/machine/blob/master/contrib/completion/zsh/_docker-machine . It is provided in the latest release (0.8.0) at least.
2016-08-05 13:55:03 +04:00
Syohei YOSHIDA
c94729ac5c
Fix 'go tool pprof' completion error
2016-08-02 10:37:36 +09:00
Joel Kuzmarski
4312917036
Delete _github
...
closes #438
2016-07-30 09:10:35 -05:00
Syohei YOSHIDA
24d3bd1c7c
Remove trailing spaces
2016-07-20 17:58:50 +09:00
Julien Nicoulaud
4195d4f6ee
#207 : Add license header to _cmake, with explicit permission from Scott Kroll <skroll@gmail.com>
2016-07-18 19:58:36 +02:00
Michael Mior
1c95ef8afd
Add completion script for rsvm
2016-07-16 10:40:15 -04:00
Julien Nicoulaud
551934dee2
#207 : Add license header to @sorin-ionescu compdefs
2016-05-27 20:14:27 +02:00
Blake Walters
9f2fea9180
add license header to lunchy compdef
2016-05-27 12:01:18 -06:00
Julien Nicoulaud
0f883ba365
#207 : add license headers to compdefs from zsh-users mailing list
2016-05-27 19:52:25 +02:00
Julien Nicoulaud
7aa6322377
#207 : add license header to _google (with permission of @dadrc)
2016-05-27 19:51:51 +02:00
Julien Nicoulaud
b40b89e00b
#207 : delete heroku, no license header and author not reachable
2016-05-27 19:51:01 +02:00
nicoulaj
d8fb351fa2
Merge pull request #422 from vasilykraev/drush-license-update
...
Add license to drush
2016-05-27 19:35:15 +02:00
nicoulaj
6ea83298e6
Merge pull request #421 from g5pw/master
...
Add license header for _port
2016-05-27 19:34:49 +02:00
nicoulaj
39e1b752f0
Merge pull request #420 from ilkka/patch-1
...
Add BSD license to docker machine completion
2016-05-27 19:34:14 +02:00
nicoulaj
e0f10867e0
Merge pull request #419 from vhbit/patch-1
...
Added license header for _fab
2016-05-27 19:33:48 +02:00
nicoulaj
1441017b61
Merge pull request #418 from Soliah/master
...
Add license for _tmuxinator
2016-05-27 19:33:20 +02:00
nicoulaj
324eab5a8c
Merge pull request #416 from peteryates/master
...
Added licence info for _ralio
2016-05-27 19:31:21 +02:00
Vasily Kraev
562c4516d3
Add license to drush
2016-05-16 10:07:15 +03:00
Aljaž "g5pw" Srebrnič
383f6efa1f
Add license header for _port
2016-05-01 13:16:19 +02:00
Ilkka Laukkanen
ce25039de3
Add BSD license to docker machine completion
2016-04-28 09:49:35 +03:00
Valerii Hiora
f20a910a74
updated license header for _fab
...
As requested in #207
2016-04-27 15:34:40 +03:00
Christopher Chow
5a51750491
Add license for _tmuxinator
2016-04-27 21:47:49 +10:00
Peter Yates
ccb92df731
Added licence info for _ralio
2016-04-27 09:38:28 +01:00
Evgeniy Alekseev
1cfc9a7743
Delete _ninja
...
[Upstream](https://github.com/ninja-build/ninja ) already provides own well-maintained completion for some time. Moreover completion is already included to official packages in the latest release (was made at 29 Jun 2015) so it almost has no sense to include ninja completions to this package. (Completion has been added by @netromdk about Apr 4 2016.)
2016-04-27 11:13:15 +04:00
nicoulaj
17743e1e17
Merge pull request #410 from dserodio/docker-machine
...
Added all docker-machine commands as of 0.6.0
2016-04-26 21:22:11 +02:00
nicoulaj
f60d445ae2
Merge pull request #406 from superlukas/permissions
...
Fix file permissions
2016-04-26 21:19:47 +02:00
nicoulaj
56f1f77f3d
Merge pull request #405 from JindrichPilar/scrub
...
Completion for scrub
2016-04-26 21:19:30 +02:00
nicoulaj
7c5adfe84f
Merge pull request #403 from xen0l/ansible
...
Update ansible, ansible-playbook and ansible-galaxy to correspond wit…
2016-04-26 21:18:43 +02:00
nicoulaj
66bc74123f
Merge pull request #404 from netromdk/master
...
add completion function for ninja command
2016-04-26 21:17:54 +02:00
nicoulaj
f0c92cef8b
Merge pull request #401 from JindrichPilar/chattr
...
Completion for chattr
2016-04-26 21:17:26 +02:00
nicoulaj
7b86b613b3
Merge pull request #400 from JindrichPilar/jrnl
...
Completion for jrnl added
2016-04-26 21:16:54 +02:00
nicoulaj
825837152d
Merge pull request #399 from fumikony/fumikony-patch-1
...
add --ssh-config-path completion for fab
2016-04-26 21:16:35 +02:00
nicoulaj
654252ff21
Merge pull request #398 from Cronos87/master
...
Now Artisan autocompletion display the text helper for each command
2016-04-26 21:16:22 +02:00