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
Stanislav Schultz
092ec04fb9
Add Ruby 2.1.1 support to rvm plugin
2014-11-28 14:37:02 +01:00
Bob Williams
acb6c19686
adding urldecode_json to compliment urlencode_json and updating readme.md; slight tweak to urlencode_json from previous commit
2014-11-28 14:37:01 +01:00
Bob Williams
f560453573
adding urlencode_json and associated README.md details
2014-11-28 14:37:01 +01:00
Bob Maerten
d59d009d2b
Matching autocomplete for Docker v0.9.1
...
Many deprecations since 0.8 and new commands.
2014-11-28 14:37:01 +01:00
Bob Williams
76b511032c
adding the is_json tool and associated readme.md details
2014-11-28 14:37:01 +01:00
Kevin Bongart
26c97fd35d
Add README file to rake-fast plugin
2014-11-28 14:36:58 +01:00
Simon Courtois
a01ae84b0f
Allowing path with spaces in pow plugin
...
This commit allows for paths with spaces to be symlinked
in Pow.
If an application is located in a folder like `/some path/to the/app`
the powit command would fail when it shouldn't. It's not the case
anymore.
2014-11-28 14:36:58 +01:00
Patrick Stadler
64cd0e9809
brew-cask plugin: use spaces instead of tabs
2014-11-28 14:36:58 +01:00
Bob Williams
cd67d8c75b
adding support for node
2014-11-28 14:36:58 +01:00
Bob Williams
ffa0907fbd
Adds command line aliases useful for dealing with JSON
2014-11-28 14:36:58 +01:00
fred-o
e29f06e752
application completion
2014-11-28 14:36:51 +01:00
fred-o
c95038a628
library completion
2014-11-28 14:36:51 +01:00
fred-o
7bf39bbc51
in hindsight, this is probably a bad idea
2014-11-28 14:36:51 +01:00
fred-o
b61c2d7d85
completion of targets
2014-11-28 14:36:51 +01:00
fred-o
c2270f02a7
instance and cluster completion
2014-11-28 14:36:50 +01:00
fred-o
ce375a48dc
node completion
2014-11-28 14:36:50 +01:00
fred-o
1487020028
help command, node completion
2014-11-28 14:36:50 +01:00
fred-o
a0c3c8a358
added _files values for certain options
2014-11-28 14:36:50 +01:00
fred-o
b71c1c06c8
completion options
2014-11-28 14:36:50 +01:00
fred-o
80c4f4b20a
added alias
2014-11-28 14:36:50 +01:00
fred-o
2915834d69
added completions for all known arguments to all known commands
2014-11-28 14:36:47 +01:00
fred-o
07c604b31e
apparently, this file must exist for the plugin to load
2014-11-28 14:36:47 +01:00
fred-o
d7216fb432
added completion for all asadmin subcommands
2014-11-28 14:36:47 +01:00
Derek Wyatt
c540f1bd8a
Added an <esc> to the begining of everything. I ran something when I was in insert mode once and all it did was shove !args... into the buffer. <esc> first.
2014-11-28 14:36:40 +01:00
Derek Wyatt
5b06a087e1
Updated the README to include documentation on the postCallVim callout
2014-11-28 14:36:40 +01:00
Derek Wyatt
863123504c
Added an optional callout to the end of the interaction function. I put it in to allow me to put the window focus on MacVim / GVim depending on the different OS I happen to be on
2014-11-28 14:36:40 +01:00
Derek Wyatt
e2a6152a7b
Fixed: If you callvim on a non-existant file with a relative path, the CWD of the running gvim process is used, and that's not right. We use the PWD explicitly instead, in this case
2014-11-28 14:36:40 +01:00
Derek Wyatt
e8d3c0fab1
A plugin that makes it easier to interact with the (single) running instance of gvim
2014-11-28 14:36:40 +01:00
cmar
a0b28392d0
command to restart pow process
2014-11-28 14:36:37 +01:00
cmar
07a873748f
added powed command to list pow urls
2014-11-28 14:36:37 +01:00
Leif Ringstad
1a0497ebbe
Plugin: Rake-fast: Support both *nix and Darwin
2014-11-28 14:36:33 +01:00
Phil Eichinger
f7901bb91a
New aliases for 'apt-get' and 'aptitude' as they were overwritten by later aliases
2014-11-28 14:36:33 +01:00
Florian Franzen
b9fdd005ec
history-substring-search: bindkey now checks if terminfo is available first.
2014-11-28 14:36:33 +01:00
Bob Williams
f402c6118c
adding xargs -0 to node aliases
2014-11-28 14:36:33 +01:00
Bob Williams
8572334237
updated readme.md and using tab char for formatting with node
2014-11-28 14:36:33 +01:00
Bob Williams
4e34b85f9d
bug fix for node pp_json version
2014-11-28 14:36:33 +01:00
Jan Ehrhardt
8a0a2b1499
Add check for display list equals nil
...
Emacs returns either a sequence of availbale displays or nil. Checking
nil fixes this script to work as expected.
2014-11-28 14:36:32 +01:00
Bob Williams
ccfd0783ef
updating README.md
2014-11-28 14:36:32 +01:00
Bob Williams
62d0d9a433
adding README.md for jsontools
2014-11-28 14:36:32 +01:00
Miguel Flores Ruiz de Eguino
52ff06973e
Sort bundled commands alphabetically
2014-11-28 14:36:32 +01:00
jieryn
ef872b7b84
add common video formats FLV and WEBM
2014-11-28 14:36:32 +01:00
Miguel Flores Ruiz de Eguino
2f7e37f534
Add irb to the list of bundled commands
2014-11-28 14:36:32 +01:00
Kevin Bongart
5be3f20011
Add new brew cask commands
2014-11-28 14:36:32 +01:00
Arno Fortelny
f294a2ef8f
atom plugin
2014-11-28 14:36:32 +01:00
Antoine Dechaume
2eebeee265
Fix dirpersist plugin
...
This plugin did not work, I just found the same functionnality in grml, this one works.
2014-11-28 14:36:31 +01:00