Commit Graph

809 Commits

Author SHA1 Message Date
Hideo Hattori b23dd4b3b6 Merge pull request #289 from hhatto/boot2docker
remove bracket for boot2docker
2015-01-29 12:02:01 +09:00
Hideo Hattori dbe105b3e0 remove bracket 2015-01-29 11:37:46 +09:00
Max Rydahl Andersen 651b6e7b40 add tycho.mode=maven support 2015-01-25 00:19:43 +01:00
gkze 5300336e77 Add --sort-keys/-S support to _jq 2015-01-18 17:38:41 -08:00
Laurent Goussard d9a96f4274 [Add] Homestead completion 2015-01-13 16:38:41 +01:00
lineinthesand 6f7a7bda5e Completion for qdbus
I wrote a completion function for qdbus (a command line tool for
communicating with dbus-enabled programs, like kmix, krusader,
pulseaudio…) which I want to share in the hope that it will be useful.
2015-01-10 00:00:25 +01:00
Laurent Goussard 4faaed9f6c [Upg] Allow to invoke console from project instead of app directory 2015-01-07 10:39:53 +01:00
Laurent Goussard e5ea9c45be [Add] Envoy completion 2015-01-06 15:51:11 +01:00
Gabriel Rosendorf 9d118e8e3b added completion for knife diff 2015-01-06 09:30:12 -05:00
Eric Cook fea591f41e fixed offlineauto and health check 2015-01-02 11:12:06 -05:00
Frédéric Combes 84ac7e1dcb Add Docker completion from Felix Riedel & Vincent Bernat 2014-12-01 10:20:17 +01:00
Ryunosuke SATO d81be8c787 heroku: Add completion `heroku open` 2014-11-28 17:47:34 +09:00
Tim Harder 9f0a0e907a Update Gentoo related info
The repo for gentoo specific completions has moved and zsh-completions
is now in the main tree.
2014-11-21 04:02:24 -08:00
nicoulaj c731dbe311 Merge pull request #265 from unixorn/add-antigen-instructions
Add instructions for antigen
2014-11-19 08:25:41 +01:00
nicoulaj f9ac8cfb7c Merge pull request #267 from ohcibi/master
Add projects to list of suggestions when tabbing `mux` with no params
2014-11-19 08:24:23 +01:00
Vincent Breitmoser 123a400720 add hledger completion 2014-11-16 08:16:07 +01:00
Vadim A. Misbakh-Soloviov 31645f0545 Merge pull request #264 from duthils/cask
completion for cask
2014-11-10 15:25:39 +06:00
Tobias Witt ea4576cdd2 Add projects to list of suggestions when tabbing `mux` with no params 2014-10-17 12:00:12 +02:00
Joe Block 94e9631d59 Add instructions for antigen 2014-10-05 17:20:00 -07:00
Sebastien Duthil 86dbad26c5 update cask subcommands 2014-10-05 13:45:33 -04:00
Sebastien Duthil eefc2ff7ed cask: conform to style guide
* no line longer than 79 characters
* indent with 2 spaces
* no capitals in description
2014-10-01 17:45:13 -04:00
Sebastien Duthil aad31f4468 completion for cask
import from github.com/cask/cask, discussed in PR cask/cask#244
2014-10-01 17:43:08 -04:00
Vadim A. Misbakh-Soloviov 08afea0e23 Deleting _envoy (upstream-maintained). Fixes #263 2014-09-30 04:59:54 +07:00
Vadim A. Misbakh-Soloviov 4251bd8bb4 Deleting _docker (upstream-maintained). Fixes #254 2014-09-30 04:58:55 +07:00
Vadim A. Misbakh-Soloviov 595be660c6 README.md: Fixing gentoo overlay info 2014-09-27 23:25:33 +07:00
Vadim A. Misbakh-Soloviov 0a1b2212fd README.md: Fixing gentoo overlay info 2014-09-27 23:25:03 +07:00
Vadim A. Misbakh-Soloviov 890f370145 _pip: removed to obey repo rules:
Upstream (as of 1.4.1) maintain it's own completion
(can be generated by pip/runner.py completion --zsh)

Fixes #194

Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
2014-09-27 18:02:01 +07:00
nicoulaj 5e3151d03a Merge pull request #249 from starcraftman/ag_add_completions
Add ag flags based on version 0.24.0.
2014-09-24 23:06:17 +02:00
nicoulaj 9cb3b5c2d5 Merge pull request #257 from vincentbernat/fix/virsh
Various virsh fixes
2014-09-24 22:42:59 +02:00
Hideo Hattori 9dc7328011 Merge pull request #261 from mitukiii/rails
Add 'references' to candidates of migration field
2014-09-22 11:41:47 +09:00
Hideo Hattori 56ab24b3c1 Merge pull request #262 from mitukiii/rspec
Add '--exclude-pattern' option
2014-09-22 11:07:51 +09:00
Kazuya Takeshima be061e6715 Add '--exclude-pattern' option 2014-09-18 15:28:46 +09:00
Kazuya Takeshima 5658941cad Add 'references' to candidates of migration field 2014-09-17 19:51:57 +09:00
Hideo Hattori bc87980ffd Merge pull request #258 from felixbuenemann/fix-pgsql-utils-typo
Fix typo in _pgsql_utils --disable-dollar-quoting
2014-09-16 23:08:50 +09:00
Hideo Hattori 45ce272126 Merge pull request #259 from lexinator/vagrant-improvments
call vagrant directly to get hostnames/box names
2014-09-16 22:57:27 +09:00
Alexius Ludeman 0c35a85dca pull latest bits from oh-my-zsh.git
-pulled in current _vagrant from oh-my-zsh.git
    e7fdb028b5/plugins/vagrant/_vagrant
2014-09-14 09:55:23 -07:00
Alexius Ludeman 9309a82d84 call vagrant directly to get hostnames/box names
-no longer makes the assumption that files are parseable, just call vagrant
    directly to get the information for status|box list
-cache results until Vagrantfile changes
2014-09-14 09:55:22 -07:00
Vincent Bernat 1bcfd00579 virsh: inactive domains don't have an ID 2014-09-03 01:52:31 +02:00
Vincent Bernat 18330b0137 virsh: replace use of compadd with _describe
compadd is more low-level and doesn't setup completion descriptions
correctly. Notably, the description is not put in bold.
2014-09-03 01:52:31 +02:00
Vincent Bernat 29c11456af virsh: make completion work with older versions of virsh
Older versions of virsh doesn't have the `--name` option. Moreover when
completing running domains, the title was "name domains" instead of
expected "running domains".
2014-09-03 01:52:31 +02:00
Felix Bünemann b405c9fae4 Fix typo in _pgsql_utils --disable-dollar-quoting 2014-08-28 18:53:41 +02:00
Hideo Hattori 732cbc81e2 Merge pull request #255 from vincentbernat/feature/rfkill
Completion for `rfkill`
2014-08-27 11:07:14 +09:00
Vincent Bernat 21768854d8 Completion for `rfkill` 2014-08-26 23:01:10 +02:00
Hideo Hattori e5112fa532 Merge pull request #250 from RobSis/completion-nl
Added completion for _nl
2014-08-22 01:31:00 +09:00
Robert Siska ee85a0ad72 Removed uncessesary brackes 2014-08-21 18:00:04 +02:00
Mario Fernández 8d3c8e6541 Merge pull request #245 from loranger/master
[Fix] awk regex for all php console based commands
2014-08-20 17:45:32 +02:00
Mario Fernández f3a4bdac44 Merge pull request #246 from lucy/remove-mpv
Remove mpv completion
2014-08-20 17:45:16 +02:00
Mario Fernández 8d966828d3 Merge pull request #252 from systemfreund/master
add docker completions from oh-my-zsh
2014-08-20 17:44:38 +02:00
Mario Fernández e5977a5ddb Merge pull request #253 from hhatto/boot2docker
add boot2docker completion
2014-08-20 17:43:51 +02:00
Hideo Hattori 235c9b7590 add boot2docker completion 2014-08-14 13:34:21 +09:00