Commit graph

1,244 commits

Author SHA1 Message Date
kubamarchwicki
cd38adbf15 Spring boot autocomplete 2014-11-28 14:37:11 +01:00
Ben Zörb
c1a86116d5 #2893 generalized symfony2 console directory 2014-11-28 14:37:08 +01:00
Helge Rausch
6554716f5b Make bundler plugin run binstubbed cmd if existing 2014-11-28 14:37:08 +01:00
fjcapdevila
c9fa90be25 Basic support for Docker related commands.
Add basic support for Docker related commands.
2014-11-28 14:37:08 +01:00
Rob Loach
8de2a5c17a Add Composer's global binaries to PATH 2014-11-28 14:37:08 +01:00
Arandi López
a618f56ebd Add /usr/bin/subl path for who has linked sublime text there 2014-11-28 14:37:08 +01:00
Jannik Zschiesche
2ce55bdb58 Plugin jump: autocompletion for numbers and dots
This change fixes the autocompletion for marks which contain numbers or dots.

Fixes #2578

`\d` in sed regular expressions doesn't work (see http://stackoverflow.com/questions/14671293/why-does-d-doesnt-work-in-regular-expression-in-sed)
2014-11-28 14:37:08 +01:00
Peter Butkovic
4d9a880c2c added useful mvn aliases 2014-11-28 14:37:08 +01:00
Helge Rausch
62600d9b7e Add spring to bundled commands 2014-11-28 14:37:08 +01:00
Marc Cornellà
ab9f6c73d1 Add missing quotes to within-bundler-project function 2014-11-28 14:37:08 +01:00
Fenhl
3bfa36ea6d Add pip2 and pip-2.7 support to pip plugin 2014-11-28 14:37:07 +01:00
Fenhl
ab4aeef8ed Add pip3 completion support to pip plugin 2014-11-28 14:37:07 +01:00
willmendesneto
c92efe144e Add new plugin: "frontend-search" 2014-11-28 14:37:07 +01:00
Hong Xu
0947245f33 Autojump plugin: check user local installation first.
Users may install their own version of autojump to override the system
installed version.
2014-11-28 14:37:07 +01:00
Pieter Kokx
ecfec3697d Vundle plugin now works with submodules.
If you are using a submodule, ~/.vim/bundle/vundle/.git is a file,
not a directory. So I changed the test for that.
2014-11-28 14:37:07 +01:00
Gaetan Semet
b8ddb22afb New alias for repo: ru and rst
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2014-11-28 14:37:07 +01:00
Julia Medina
c05c89d0c1 Add startproject to django command completions 2014-11-28 14:37:07 +01:00
Tim Kelty
a95923112d Adding compression to rsync commands
This speeds up transfers significantly. No reason not to include it as far as I know.
2014-11-28 14:37:07 +01:00
Chris Krycho
c4b16f300d Add a command to show unresolve files in merge 2014-11-28 14:37:07 +01:00
Jérôme Macias
ccb0887a2b Add alias for container:debug task 2014-11-28 14:37:07 +01:00
ncanceill
ce7fa60ed7 specify python2 in shebang
as suggested in #2382
2014-11-28 14:37:07 +01:00
Yachi Lo
4d5a687515 use ls instead of find to avoid incompatibility with gnu find 2014-11-28 14:37:07 +01:00
Doug Jones
4845d1933f Fix comparison used to determine if the cache is outdated. 2014-11-28 14:37:07 +01:00
ncanceill
74a71c650f add gfa alias for recursive formatting
inspired from #2018
2014-11-28 14:37:06 +01:00
ncanceill
a0c2d91e7e Fix permissions on wd plugin
continuating #1923
2014-11-28 14:37:06 +01:00
Theodore Kokkoris
e5542f241a Removed unnecessary execute permissions for some plugins 2014-11-28 14:37:06 +01:00
Christophe Bliard
329e94bf14 Update colorize.plugin.zsh
correctly detect when pygmentize is not installed
do not exit shell if when pygmentize is not installed
2014-11-28 14:37:06 +01:00
Frank Louwers
b36f73bb71 drop the foreach, make it even shorter. thanks Marc Cornellà! 2014-11-28 14:37:06 +01:00
MrTux
3e986df8bf Correct wrong plugin file name 2014-11-28 14:37:06 +01:00
Jim Hester
befbb6914c Fix path for colemak plugin 2014-11-28 14:37:06 +01:00
Andrey Koleshko
5e0964f928 Update plugins/rbenv/rbenv.plugin.zsh
Fix rbenv plugin for OS X latest homebrew
2014-11-28 14:37:06 +01:00
James Magnarelli
c16037ca63 Corrected syntax error in github plugin's empty_gh function 2014-11-28 14:37:06 +01:00
Josh Datko
9c5cfb6957 Adds itunes vol command.
Adds itunes vol, which takes an argument from 0 to 100 to set the
volume from the shell.
2014-11-28 14:37:06 +01:00
Frank Behrens
9e2dfc661b extract plugin will unzip *.sublime-package files 2014-11-28 14:37:06 +01:00
pangratz
a9d4ec5ee1 Fix function/alias naming clash between bower and bundle plugin
Since the `bower` plugin specifies a `bi` alias and `bundle` plugin
specifies a `bi` function, there is a name clash when using both
plugins, which results in the message "Can't 'bundle install' outside a
bundled project" when trying to execute `bower`.

This adresses #2486
2014-11-28 14:37:06 +01:00
Brian Hartvigsen
e32fefbfb6 Fix dud alias. Switch --max-depth for just -d
As far as I can tell (tested on Linux & Darwin, BSD man page seems to agree), `-d` is pretty univerally accepted as the depth argument.  So instead of doing a test, we can just use -d and call it a day.
2014-11-28 14:37:02 +01:00
Brian Hartvigsen
7d98fb6209 This is already done in lib/theme-and-appearance.zsh and supports Darwin/BSD/etc 2014-11-28 14:37:02 +01:00
Trevor Strieber
c9a5f41f76 Fixing typo. 2014-11-28 14:37:02 +01:00
ncanceill
6fe13cfe7a typo, fixes #1806 2014-11-28 14:37:02 +01:00
Ingo Renner
fe13d43479 Improve consistency, remove dots at end of command descriptions 2014-11-28 14:37:02 +01:00
Ingo Renner
fe95a79f79 [FEATURE] Support vagrant global-status
Vagrant 1.6 introduced the `global-status` command which allows
to get a quick overview of all active Vagrant environments for the
currently logged in user.
2014-11-28 14:37:02 +01:00
Ingo Renner
36319d9b1f [FEATURE] Support Vagrant Cloud commands
Vagrant 1.5 added Vagrant Cloud to share boxes. Some boxes
may be protected, the `login` command allows to access those
protected boxes from Vagrant Cloud.
2014-11-28 14:37:02 +01:00
Ingo Renner
bc6015b54e [FEATURE] Support Vagrant Share
Vagrant 1.5 introduced Vagrant Share to allow remote access to a Vagrant
environment. This adds support for the `share` and `connect` commands.
2014-11-28 14:37:02 +01:00
Ingo Renner
c5b62081e0 [FEATURE] Support Vagrant 1.6 version command
Vagrant 1.6 introduces a couple new commands, including the `version` command.
The `version` command shows the currently installed version information and
also checks for new updates available.
2014-11-28 14:37:02 +01:00
Nicolas Brousse
7eb298ba78 Update brew.plugin.zsh 2014-11-28 14:37:02 +01:00
Javier Tejero
2be20de6ec Fix docker rmi tab completion
This is exactly what happens on tab completion for docker rmi. This commit
fixes that.

```sh
$ docker rmi <hit TAB>
_arguments:comparguments:312: invalid argument: __docker_images
_arguments:comparguments:312: invalid argument: __docker_images
_arguments:comparguments:312: invalid argument: __docker_images
```
2014-11-28 14:37:02 +01:00
Paweł Tomak
f0dcfa8ffd Fix for Python3
In Python3 without universal_newlines set to True
output from Popen was byte-encoded.
2014-11-28 14:37:02 +01:00
Marc Cornellà
e183de3999 Use cache folder inside $ZSH, delete with unaliased rm 2014-11-28 14:37:02 +01:00
Benjamin Wong
1ea5a0865c Spelling correction in itunes control function.
Spelling correction in itunes control function.
2014-11-28 14:37:02 +01:00
DeLynn Berry
2a0d45f15b Remove mailcatcher
The mailcatcher gem does not work correctly when executed through Bundler.
2014-11-28 14:37:02 +01:00