Commit Graph

998 Commits

Author SHA1 Message Date
Morgan Lieberthal b1b142620c Fix a typo in the cmake script 2016-09-26 10:17:45 +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
Syohei YOSHIDA 3d6fb8c708 Merge pull request #449 from KrisShannon/dget
Small update to _dget
2016-09-09 00:22:39 +09: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
Syohei YOSHIDA d04a31c48d Merge pull request #448 from jkraemer/rails-test
adds basic file completion for 'rails test' command
2016-09-03 21:31:21 +09: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
Vadim A. Misbakh-Soloviov e09fa74f2d Merge pull request #439 from leoj3n/patch-1
Update Homebrew README link
2016-08-09 11:32:33 +07:00
Vadim A. Misbakh-Soloviov 8199c63da4 Merge pull request #443 from arcan1s/drop-docker-machine
Delete _docker-machine
2016-08-09 11:31:44 +07: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
Joel Kuzmarski 61d7fe987c Update Homebrew README link 2016-07-30 09:08:56 -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
nicoulaj 41ccde3637 Merge pull request #435 from michaelmior/rsvm
Add completion script for rsvm
2016-07-18 19:26:08 +02:00
nicoulaj 0441cdb5b1 Merge pull request #431 from lukechilds/patch-1
Update antigen command
2016-07-18 19:25:31 +02:00
nicoulaj 753ad965d3 Merge pull request #429 from JonasGroeger/patch-1
Update README.md
2016-07-18 19:25:02 +02:00
Michael Mior 1c95ef8afd Add completion script for rsvm 2016-07-16 10:40:15 -04:00
Luke Childs 675dc38100 Update antigen command 2016-06-30 22:30:58 +01:00
Joshua McKinney 31b4e82887 Add Homebrew Cask completions
This completion was originally sourced from the oh-my-zsh brew cask plugin.
(https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/brew-cask/brew-cask.plugin.zsh)
The original plugin suffers from the following issues (IMO):
1. it is part of oh-my-zsh which some have chosen not to use
2. it acts as a script overriding the existing brew completion rather than as a
standard autoloadable file, this means it must be manually installed rather than
automatically installed as part of compinit.

The changes from the plugin are to fix item 2, as well as update the commands to
those current in homebrew cask. This change relies on a change pending in the
homebrew completion to allow it to call subcommand completions (see
6b010c5700)
and hence should not be merged until that has been merged.

Ideally, this completion would be installed as part of the homebrew cask
installation, but there doesn't seem to be an easy way to do so as it is
homebrew cask is installed as a homebrew tap. It also doesn't really fit in the
homebrew main repo for similar reasons.
2016-06-27 15:01:19 -05:00
Jonas Gröger 644caff81f Update README.md 2016-06-27 14:56:08 +02:00
Julien Nicoulaud 551934dee2 #207: Add license header to @sorin-ionescu compdefs 2016-05-27 20:14:27 +02:00
nicoulaj 9f10736c48 Merge pull request #423 from markupboy/master
add license header to lunchy compdef
2016-05-27 20:06:31 +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
Vadim A. Misbakh-Soloviov 69e89c5e4a Merge pull request #415 from arcan1s/master
Delete _ninja (handled by upstream)
2016-04-30 14:15:20 +07:00
Ilkka Laukkanen ce25039de3 Add BSD license to docker machine completion 2016-04-28 09:49:35 +03:00