Commit Graph

618 Commits

Author SHA1 Message Date
Limao Luo 6d10579ba0 added _primus completion for primusrun 2013-05-26 17:22:24 -04:00
Julien Nicoulaud 0de5be492d Merge pull request #145 from mitukiii/mina
Add mina completion.
2013-05-26 02:34:52 -07:00
Julien Nicoulaud f2d0ee66c2 Merge pull request #144 from graywh/patch-1
Separate values for bundle help
2013-05-26 02:34:31 -07:00
Julien Nicoulaud a45c2760bf Merge pull request #141 from luolimao/yaourt
Added new Yaourt options
2013-05-26 02:30:06 -07:00
Julien Nicoulaud 0a46b6d482 Merge pull request #140 from peteryates/master
Added completion for Ralio
2013-05-26 02:29:26 -07:00
Julien Nicoulaud 2daa8c6d1d Merge pull request #138 from zhaocai/feature/_ack
Update ack to work with version 2+
2013-05-26 02:28:51 -07:00
Julien Nicoulaud f038f70214 Merge pull request #137 from zhaocai/feature/_gem
Use cache-policy for _gem
2013-05-26 02:28:04 -07:00
Julien Nicoulaud f43b425224 Merge pull request #136 from markcornick/vagrant_plugin
Update vagrant completion with "plugin" subcommand
2013-05-26 02:27:07 -07:00
Kazuya Takeshima 1c667bfebb Add mina completion. 2013-05-24 16:11:06 +09:00
Peter Yates e737b496a7 Removed reference to git flow 2013-05-22 10:15:37 +01:00
Will Gray a59f5c3a0a Separate values for bundle help 2013-05-20 17:08:55 -04:00
Limao Luo b1aa5e2f1e separate branches 2013-05-11 11:31:29 -04:00
Limao Luo 1f177e5680 more consistent completion messages 2013-05-11 11:28:19 -04:00
Limao Luo aa58f2f8b9 added new opts 2013-05-11 11:27:21 -04:00
Limao Luo 7ecc156ef7 Merge branch 'master' of https://github.com/zsh-users/zsh-completions 2013-05-11 11:10:36 -04:00
Zhao Cai dab8775218 (ack) handle ack version string containing commit sha1 2013-05-10 07:05:24 -04:00
Peter Yates 5977c94275 Specify the help text for the -t option 2013-05-02 16:30:43 +01:00
Peter Yates 2a8463b814 Remove superfluous create/delete options 2013-05-02 16:28:39 +01:00
Peter Yates bd5f9232db Added completion for ralio, a rally client 2013-05-02 16:04:23 +01:00
Zhao Cai 75bf6f64c2 (gem) Add open command 2013-04-29 20:25:40 -04:00
Zhao Cai d3a6d8fbcc Check GEM_HOME to compare recency 2013-04-29 20:19:50 -04:00
Zhao Cai d2ce821cc8 Use cache-policy for _gem 2013-04-29 20:19:50 -04:00
Zhao Cai d94703edf8 Update ack to work with version 2+ 2013-04-28 22:46:52 -04:00
Mark Cornick 92238046cc Update vagrant completion with "plugin" subcommand
This subcommand was added in Vagrant 1.1.
2013-04-26 12:38:48 -07:00
Julien Nicoulaud 9cbd2b6762 Merge pull request #134 from zhaocai/feature/_gem
_gem: update for browse, edit and clone commands
2013-04-11 15:02:40 -07:00
Julien Nicoulaud d29381c6fa Merge pull request #133 from zhaocai/brew
_brew update
2013-04-11 15:02:28 -07:00
Julien Nicoulaud d516916824 Merge pull request #128 from pcasaretto/add-remote-argument-to-heroku
Add 'remote' argument to heroku
2013-04-11 15:02:05 -07:00
Zhao Cai 7e02122470 _gem: update for browse, edit and clone commands 2013-04-11 17:39:32 -04:00
Paulo L F Casaretto 779b6020b6 Namespace git commands under heroku 2013-04-11 14:18:51 -03:00
Zhao Cai 3ebbd136df _brew update
1. use _call_program
2. formulae completion for search
3. formulae completion for upgrade
4. add pin/unpin command
2013-04-11 11:33:42 -04:00
Julien Nicoulaud 5a4ab02e40 Merge pull request #132 from mollifier/svm-completion
Add svm(Scala Version Manager) completion.
2013-04-10 11:24:33 -07:00
Julien Nicoulaud 28a2710f99 Merge pull request #130 from g5pw/master
Overhauled port command completion
2013-04-10 11:24:10 -07:00
mollifier 4fc0541ad1 Add svm(Scala Version Manager) completion. 2013-04-10 06:20:10 +09:00
Vincent Breitmoser 7f739d0f1b _id3v2: complete at least one option before filenames 2013-04-06 23:02:35 +02:00
Vincent Breitmoser 590ba19ead _id3: small update in descriptions and logic
use present tense. also, complete at least one option before filenames,
calling id3 with just file arguments is not a valid operation.
2013-04-06 23:01:45 +02:00
Vincent Breitmoser 6c0e222b0c _id3v2: initial commit 2013-04-06 22:51:04 +02:00
Vincent Breitmoser 513546f59f _id3: initial commit 2013-04-03 01:27:02 +02:00
Aljaž "g5pw" Srebrnič 8d9cdfc589 Add completion for rev-upgrade subcommand 2013-04-02 21:56:07 +02:00
Aljaž "g5pw" Srebrnič 7b412ed1ba Fix bug introduced in 3e6040e01
I can't call a function from _arguments
2013-04-02 21:53:38 +02:00
Aljaž "g5pw" Srebrnič 3e6040e01d Do not use state mechanism
Call a dispatch function instead, simplifying the nested select case.
2013-04-01 00:30:04 +02:00
Aljaž "g5pw" Srebrnič 54ed122d25 Set cache-policy before calling _arguments 2013-04-01 00:30:04 +02:00
Aljaž "g5pw" Srebrnič 810840e0e0 Remove unnecessary parenthesis escaping 2013-04-01 00:29:38 +02:00
Aljaž "g5pw" Srebrnič 1168563524 _port: add upgrade completions
Port upgrade completes only outdated ports.
2013-03-31 23:47:35 +02:00
Aljaž "g5pw" Srebrnič 4aa41e2267 Use message instead of guard
Use _message instead of _guard when completing the search pattern.
2013-03-31 23:47:35 +02:00
Mark Cornick ef8d5806c4 Add completion for knife user commands
These commands were added in Chef 11.0.0.
2013-03-31 23:47:35 +02:00
Vincent Breitmoser 2b9822ef8f _dzen2: initial commit 2013-03-31 15:35:54 +02:00
Aljaž "g5pw" Srebrnič f2cff3dbf3 Use own cache policy
This checks modification dates of the repository database and completion cache
and refreshes the latter if it is older than the database.
2013-03-24 22:31:08 +01:00
Aljaž "g5pw" Srebrnič d8a2e94fa0 Use native caching system 2013-03-24 22:29:51 +01:00
Aljaž "g5pw" Srebrnič 2224f3ae71 Moved port_select function to bottom 2013-03-24 22:26:32 +01:00
Limao Luo 1ddccf7dc6 Merge branch 'master' of https://github.com/zsh-users/zsh-completions 2013-03-24 13:56:54 -04:00