- 15 Jul, 2015 1 commit
-
-
Andrew Janke authored
Refactor the functions and group listings to have fewer functions, but have them take group names as parameters. Pull group definitions in to a single associative array.
-
- 09 Jun, 2014 1 commit
-
-
fallwith authored
-
- 15 May, 2014 1 commit
-
-
Ingo Renner authored
-
- 06 May, 2014 4 commits
-
-
Ingo Renner authored
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.
-
Ingo Renner authored
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.
-
Ingo Renner authored
Vagrant 1.5 introduced Vagrant Share to allow remote access to a Vagrant environment. This adds support for the `share` and `connect` commands.
-
Ingo Renner authored
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.
-
- 19 Apr, 2014 1 commit
-
-
Javier Tejero authored
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 ```
-
- 18 Apr, 2014 3 commits
-
-
Paweł Tomak authored
In Python3 without universal_newlines set to True output from Popen was byte-encoded.
-
Marc Cornellà authored
-
Benjamin Wong authored
Spelling correction in itunes control function.
-
- 04 Apr, 2014 1 commit
-
-
DeLynn Berry authored
The mailcatcher gem does not work correctly when executed through Bundler.
-
- 27 Mar, 2014 1 commit
-
-
Bob Williams authored
adding urldecode_json to compliment urlencode_json and updating readme.md; slight tweak to urlencode_json from previous commit
-
- 26 Mar, 2014 2 commits
-
-
Bob Williams authored
-
Bob Maerten authored
Many deprecations since 0.8 and new commands.
-
- 25 Mar, 2014 25 commits
-
-
Bob Williams authored
-
Kevin Bongart authored
-
Simon Courtois authored
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.
-
Patrick Stadler authored
-
Phil Eichinger authored
-
Bob Williams authored
-
Bob Williams authored
-
cybozuty authored
Rendering the 'vagrant box (remove|repackage)' completion code independant of Vagrant implementation details.
-
fred-o authored
-
fred-o authored
-
fred-o authored
-
fred-o authored
-
fred-o authored
-
fred-o authored
-
fred-o authored
-
fred-o authored
-
fred-o authored
-
fred-o authored
-
fred-o authored
-
fred-o authored
-
fred-o authored
-
William Roe authored
-
Derek Wyatt authored
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.
-
Derek Wyatt authored
-
Derek Wyatt authored
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
-