Matvey Aksenov
|
aad3ce6ca7
|
Add cabal-install completion.
|
2012-11-29 12:51:39 +04:00 |
Changwoo Park
|
47bc3f75c8
|
Fix typo. 'nvm' -> 'docpad'
|
2012-11-28 09:20:34 +09:00 |
Mario Fernandez
|
0783dccfac
|
Add completions for _mussh
|
2012-11-27 17:47:22 +01:00 |
Changwoo Park
|
8934613b1c
|
Add docpad completion
|
2012-11-28 00:09:33 +09:00 |
Mario Fernández
|
c9d9512df4
|
Merge pull request #114 from Poapfel/master
Updated bundle completions
|
2012-11-12 00:48:10 -08:00 |
Poapfel
|
09ced5f209
|
Added outdated command to bundler completions
|
2012-11-10 21:05:09 +01:00 |
Poapfel
|
b15dbf4cd5
|
Added platform command to bundler completions
|
2012-11-10 21:03:33 +01:00 |
Mario Fernández
|
f7c0f031ca
|
Merge pull request #113 from dakrone/master
Update leiningen completions
|
2012-10-24 02:10:52 -07:00 |
Lee Hinman
|
af82b11240
|
update leiningen completion for lein 2
|
2012-10-23 10:56:33 -06:00 |
Julien Nicoulaud
|
b70c7f9799
|
Merge pull request #109 from markcornick/knife_environment
Update _knife with environment sub-commands
|
2012-10-04 05:09:39 -07:00 |
Julien Nicoulaud
|
0c587caa36
|
Merge pull request #110 from markcornick/chef_x_remote
Update _chef_X_remote functions for current knife output
|
2012-10-04 05:09:22 -07:00 |
Mark Cornick
|
6b8d711aec
|
Update _chef_X_remote functions for current knife output
The format of the output from "knife X list" commands has changed since
this completion script was written.
|
2012-10-02 12:59:40 -04:00 |
Mark Cornick
|
3c833c6491
|
Fix _chef_environments_remote for current knife output
All of these functions need to be fixed, but I'll fix the others in a
different branch.
|
2012-10-02 12:55:08 -04:00 |
Mark Cornick
|
31ec2904f0
|
Update _knife with environment sub-commands
Environments were added in Chef 0.10.
|
2012-10-02 12:46:15 -04:00 |
Julien Nicoulaud
|
5031fbd255
|
Merge pull request #108 from spk/_gem_push
Added gem push completion.
|
2012-10-01 10:40:12 -07:00 |
Laurent Arnoud
|
104562a111
|
Added gem push completion.
|
2012-10-01 00:29:10 +02:00 |
Julien Nicoulaud
|
9ef8d2f088
|
Merge pull request #107 from potix2/brew-update
Update brew completion to the latest version
|
2012-09-25 08:44:27 -07:00 |
Katsunori Kanda
|
3bea535045
|
Update brew completion to the latest version
|
2012-09-23 02:41:21 +09:00 |
Julien Nicoulaud
|
1fe53ac70c
|
Merge pull request #106 from dserodio/pg_dumpall
pg_dumpall completion (PostgreSQL)
|
2012-09-21 07:18:53 -07:00 |
Julien Nicoulaud
|
0d0bc8c8b5
|
Merge pull request #105 from ehamberg/patch-1
Fix completion of “vagrant ssh-config”
|
2012-09-21 07:18:39 -07:00 |
Daniel Serodio
|
e9f3294210
|
pg_dumpall completion
|
2012-09-21 10:24:37 -03:00 |
Erlend Hamberg
|
fc4c46365a
|
Fix completion of “vagrant ssh-config”
The completion for vagrant incorrectly listed “ssh_config” as a command. This should be “ssh-config”.
|
2012-09-21 15:57:42 +03:00 |
Julien Nicoulaud
|
9cca892132
|
Merge pull request #104 from dark-panda/pg-dump-enhancements
pg_dump enhancements
|
2012-09-11 11:37:48 -07:00 |
J Smith
|
1b2dabcd2e
|
Add a bunch of additional options for pg_dump.
|
2012-09-11 14:29:00 -04:00 |
J Smith
|
625eaa58ce
|
Add the -T/--exclude-table option for pg_dump.
|
2012-09-11 14:29:00 -04:00 |
J Smith
|
d1e2e96be8
|
Add the -N/--exclude-schema option for pg_dump.
|
2012-09-11 14:29:00 -04:00 |
J Smith
|
bc8ef15557
|
Add _pgsql_schemas to grab the list of schemas for pg_dump.
|
2012-09-11 14:29:00 -04:00 |
J Smith
|
5921809d49
|
Add the -E/--encoding option for pg_dump.
|
2012-09-11 14:29:00 -04:00 |
Julien Nicoulaud
|
b46f6e74e8
|
Merge pull request #101 from aschrab/vnstat
Completion for vnstat
|
2012-09-10 10:24:03 -07:00 |
Julien Nicoulaud
|
79f156f5cd
|
Merge pull request #102 from dark-panda/pgsql-enhancements
Enhancements and fixes for PostgreSQL completion
|
2012-09-10 10:23:33 -07:00 |
Massimiliano Torromeo
|
42d34118a0
|
Implemented sdd completion script
|
2012-09-10 16:51:19 +02:00 |
Aaron Schrab
|
f01ede0bf8
|
Completion for vnstat
|
2012-09-10 09:44:07 -04:00 |
J Smith
|
603bd2f4e1
|
Add the initdb command.
|
2012-09-10 01:18:33 -04:00 |
J Smith
|
6b1c882e9d
|
Add the createuser and dropuser commands.
|
2012-09-10 01:18:33 -04:00 |
J Smith
|
cfb8da6fb2
|
Get the list of encodings from the database cluster.
|
2012-09-10 01:18:33 -04:00 |
J Smith
|
c5a5033e08
|
Connect to template1 when getting the list of databases.
We can't assume that the user will have a database that shares their
user name.
|
2012-09-10 01:18:33 -04:00 |
J Smith
|
98f5f1abc1
|
Fix typo -- "oin" should be "oid".
|
2012-09-10 01:18:33 -04:00 |
Julien Nicoulaud
|
9966dd96a0
|
Merge pull request #97 from luolimao/master
AUR/Pactree package completion
|
2012-09-09 08:15:19 -07:00 |
luolimao
|
47a175cbcf
|
added proper file header
|
2012-09-09 08:58:09 -04:00 |
Julien Nicoulaud
|
fd7749f79f
|
Merge pull request #100 from aschrab/rvm-patch
Complete argument for rvm --patch option
|
2012-09-09 00:26:42 -07:00 |
Aaron Schrab
|
56d914b8c8
|
Complete argument for rvm --patch option
The rvm --patch option takes an argument that is one or more file names
separated by commas.
|
2012-09-05 14:38:14 -04:00 |
Vadim A. Misbakh-Soloviov
|
b0e171924e
|
fix #98
(update gentoo completions to reflect current portage files state)
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
|
2012-09-06 01:01:16 +07:00 |
luolimao
|
b6f3d51dc7
|
fixed indentation in general
|
2012-09-02 02:26:59 -04:00 |
luolimao
|
a89cb91318
|
turned tabs into spaces
|
2012-09-02 02:23:03 -04:00 |
luolimao
|
b015709f56
|
added pactree completion
|
2012-09-01 10:22:55 -04:00 |
luolimao
|
0f7eebbfac
|
added completions for AUR packages
|
2012-08-31 04:45:03 -04:00 |
Julien Nicoulaud
|
589938ffc9
|
Merge pull request #96 from aschrab/rvm
Rvm completion updates
|
2012-08-26 06:48:19 -07:00 |
Aaron Schrab
|
99a1daad2f
|
Revert _rvm changing from local to typeset
This was changed in 4f68928 , but the old way is the conventional way.
|
2012-08-26 09:40:27 -04:00 |
Aaron Schrab
|
8520b72484
|
Fix excluding options
When one option should exclude several others the ones to be excluded
are separated by a space, not a pipe character.
|
2012-08-26 02:26:02 -04:00 |
Aaron Schrab
|
aefaacabe7
|
Options don't need to exclude themselves
_arguments by default will leave an already used option out of the
completions, there's no need to explicitly tell it to do so.
|
2012-08-26 02:22:14 -04:00 |