Commit Graph

500 Commits

Author SHA1 Message Date
Aron Janarv 49d925054a _manage.py support for startproject
Description from https://docs.djangoproject.com/en/dev/ref/django-admin/
2013-11-22 20:44:23 +01:00
Julien Nicoulaud 2791693ece Merge pull request #183 from xuhdev/improve-brew
Improve homebrew completion.
2013-11-19 11:45:42 -08:00
Julien Nicoulaud 270e7e102d Merge pull request #185 from benohara/master
Fix matching for vm names im Vagrant file when using dashes or underscor...
2013-11-19 11:45:22 -08:00
Julien Nicoulaud f46c990c40 Merge pull request #150 from SiSGroup/dget
Add first draft of dget completion
2013-11-19 11:44:59 -08:00
Vincent Breitmoser 85cf623d7e Merge branch '_mpv' 2013-11-15 13:07:36 +01:00
Vincent Breitmoser 35b5cf0152 _mpv: complete --profile 2013-11-15 13:07:24 +01:00
Vadim A. Misbakh-Soloviov 820772a839 _eselect: fix function existance checking.
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
2013-11-15 02:15:18 +07:00
Vincent Breitmoser 88b268e1a9 Merge branch '_mpv' 2013-11-14 19:34:33 +01:00
Vincent Breitmoser cb059a45ae _mpv: simple parsing for complex parameters 2013-11-14 19:33:13 +01:00
Vincent Breitmoser fc1249fc78 _mpv: add credit notice 2013-11-14 19:29:31 +01:00
Vincent Breitmoser dba027f91a _mpv: add show-advanced option, enable by default on -- 2013-11-14 19:27:48 +01:00
Vincent Breitmoser 6384a4ea3d _mpv: more specialized parameter handling 2013-11-14 18:48:22 +01:00
Vincent Breitmoser cfc4738ad9 _mpv: fix --ao and --vo, ditch unused $state cases 2013-11-14 17:19:09 +01:00
Vincent Breitmoser 78478451bb _mpv: add suppressed option groups, and more work on parameter args 2013-11-14 17:09:04 +01:00
Vincent Breitmoser 062a0734c3 _mpv: add parameter types 2013-11-14 16:43:44 +01:00
Vincent Breitmoser c2bf84027c _mpv initial version 2013-11-14 15:42:14 +01:00
Vadim A. Misbakh-Soloviov de603da79a _eselect news function rewriten. NB: todo mark inside. Fixes #186
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
2013-11-12 01:00:44 +07:00
Ben O'Hara 0ad97c79dd Fix missing redirect for no file 2013-11-09 00:58:24 +10:00
Vincent Breitmoser 918b318cc5 Merge branch 'httpie' 2013-11-06 16:54:44 +01:00
Vincent Breitmoser 5524dac94d _httpie: more _arguments updates 2013-11-06 16:54:17 +01:00
Vincent Breitmoser 512b6357e1 _httpie: fix for -pH problem 2013-11-06 16:54:15 +01:00
Vincent Breitmoser dbd9c214fc _httpie: use NORMARG for positioning 2013-11-06 16:54:12 +01:00
Vincent Breitmoser b94ba8198c _httpie: improve _arguments definitions, add print flags 2013-11-06 16:54:10 +01:00
Vincent Breitmoser 90be119649 _httpie: properly work with parameters 2013-11-06 16:54:02 +01:00
Vincent Breitmoser 15690458fd _httpie: method is first argument, always 2013-11-06 16:53:56 +01:00
Ben O'Hara 4ea8b2548e Fix matching for vm names im Vagrant file when using dashes or underscores 2013-11-07 00:05:04 +10:00
Vincent 210b3c1304 Merge pull request #184 from glidenote/add_httpie_completion
add httpie completion
2013-11-05 08:54:17 -08:00
Akira Maeda 3f401f5a1d add httpie completion http://httpie.org 2013-11-05 13:46:17 +09:00
Hong Xu 39fe5829d1 Improve homebrew completion. 2013-10-31 19:26:36 -07:00
hhatto 897060e332 update _setup.py 2013-10-15 01:03:52 +09:00
hhatto 54eed22221 remove local site-package path 2013-10-15 00:54:45 +09:00
hhatto ec3b9c8954 fix #181 2013-10-15 00:49:46 +09:00
Massimiliano Torromeo d992bd0ab9 Add salt completion 2013-10-03 19:07:13 +02:00
Julien Nicoulaud 43a3bc1b96 Merge pull request #168 from PaBLoX-CL/update-rvm-completion
Update rvm completion
2013-09-26 17:33:05 -07:00
Julien Nicoulaud f1434c0983 Merge pull request #179 from supki/update-cabal-completion.1
Update cabal completion
2013-09-26 17:30:38 -07:00
Matvey Aksenov 951823c68c Update cabal completion
Added support for the new cabal-install-1.18 features:

  * `cabal repl`, `cabal run` and `cabal sandbox` commands are added

  * `cabal get` is an alternative name for the `cabal unpack` command

  * some commands received new options

Also some unrelated enhancements:

  * generic `--with-PROG`, `--PROG-options`, and `--PROG-option`
  are replaced with real options (e.g. `--with-gcc`, `--gcc-options`,
  `--gcc-option` and the like) where possible

  * `cabal install` completion supports both [hackage] cabal packages
  and local .cabal files as arguments now
2013-09-26 01:39:05 +04:00
Hideo Hattori 9609ebb826 Merge pull request #176 from tt/improve-heroku-completion
Improve `heroku` completion
2013-09-19 04:10:47 -07:00
Hideo Hattori ac57d0737d Merge pull request #178 from wonbyte/homebrew_reinstall_completion
tab completion for homebrew reinstall command
2013-09-19 03:38:37 -07:00
Greg Sieranski cd9bde7846 tab completion for homebrew reinstall command 2013-09-18 14:56:15 -04:00
Hideo Hattori 0cab208c4f Merge pull request #172 from glidenote/add_gist_completion
add gist completion
2013-09-18 06:28:17 -07:00
Hideo Hattori 835b564b04 Merge pull request #174 from wonbyte/audit_tab_homebrew
add audit command to homebrew tab completion
2013-09-18 06:20:57 -07:00
Hideo Hattori b3d8ee87a5 Merge pull request #171 from syohex/support-new-option
add newly options
2013-09-18 00:22:22 -07:00
Troels Thomsen af8ee4b78d Add completion entry for "plugins:update" command 2013-09-12 20:35:09 -07:00
Greg Sieranski d6dd5f1d89 add audit command to homebrew tab completion 2013-09-05 11:01:29 -04:00
Akira Maeda 632a949a27 add gist completion 2013-09-05 20:23:51 +09:00
Syohei YOSHIDA 4a0e577c45 add newly options 2013-09-05 12:42:09 +09:00
Pablo Olmos de Aguilera Corradini ab126e1aa5 Update rvm completion 2013-08-29 22:14:00 -04:00
Vadim A. Misbakh-Soloviov 5b15bec0e4 some fixes and additions for optirun completion
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
2013-08-27 19:28:41 +07:00
Julien Nicoulaud bfb970cad3 Merge pull request #165 from jozefizso/feature_middleman
Completion for middleman
2013-08-20 03:21:49 -07:00
Jozef Izso 4963f12ff3 Basic command completion for middleman tool. 2013-08-18 17:42:41 +02:00