Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-10 | Merge pull request #594 from sirech/fix-bundle-compl | Robby Russell | |
Fix completion for bundled commands using the bundler plugin | |||
2011-10-10 | Merge pull request #595 from zachriggle/grails-plugin | Robby Russell | |
Grails plugin | |||
2011-10-10 | Merge pull request #607 from vddgil/patch-1 | Robby Russell | |
Textmate plugin update to take Gemfile and cucumber features in account | |||
2011-10-10 | Merge pull request #614 from philippbosch/feature/terminitor-plugin | Robby Russell | |
terminitor plugin | |||
2011-10-10 | Merge pull request #622 from foozmeat/master | Robby Russell | |
This is the correct way to check the return value | |||
2011-10-10 | Merge pull request #626 from nickstenning/upstream | Robby Russell | |
Better cake completion | |||
2011-10-10 | Merge pull request #631 from danshearmur/git-merge-alias | Robby Russell | |
added git merge as gm | |||
2011-10-10 | Merge pull request #418 from ptrv/master | Robby Russell | |
Added Mercurial plugin | |||
2011-10-10 | Merge pull request #441 from Gonzih/master | Robby Russell | |
Create gnzh theme and vundle plugin | |||
2011-10-10 | Merge pull request #273 from blueyed/hub-alias-only-with-ruby | Robby Russell | |
Minor fix for the github plugin: check for `ruby`. | |||
2011-10-10 | Merge pull request #225 from Soliah/plugin-bundler | Robby Russell | |
Add tab completion to bundler plugin | |||
2011-10-10 | Merge pull request #205 from sorin-ionescu/plugin-gnu-utils | Robby Russell | |
gnu-utils plugin | |||
2011-10-10 | Merge pull request #428 from matthewmccullough/gradleplugin | Robby Russell | |
Added a gradle build tool plugin | |||
2011-10-10 | Merge pull request #319 from sorin-ionescu/plugin-npm | Robby Russell | |
Replace npm 0.x completion with 1.0 completion. | |||
2011-10-10 | Merge pull request #274 from diofeher/master | Robby Russell | |
A python plugin | |||
2011-09-26 | added git merge as gm | Dan Shearmur | |
2011-09-24 | Better cake completion: don't barf on options, and don't clobber user's ↵ | Nick Stenning | |
namespace | |||
2011-09-23 | This is the correct way to check the return value | James Moore | |
2011-09-23 | This needs to explicitly check the return value | James Moore | |
2011-09-15 | terminitor plugin: add autocompletion also for edit, delete and setup ↵ | Philipp Bosch | |
subcommands. | |||
2011-09-15 | terminitor plugin: add autocompletion for start subcommand. | Philipp Bosch | |
2011-09-15 | Add basic autocompletion for terminitor (https://github.com/achiu/terminitor). | Philipp Bosch | |
2011-09-14 | Textmate plugin update to take Gemfile and cucumber features in account | Gil Vandendriesssche | |
2011-09-10 | [plugins/grails] Remove warning message; it's always displayed | Zach Riggle | |
2011-09-10 | [plugins/grails] Use globbing instead of grep | Zach Riggle | |
2011-09-10 | [plugins/grails] Added grails plugin | Zach Riggle | |
2011-09-10 | fix completion for commands wrapped with bundler | Mario Fernandez | |
2011-09-02 | Merge branch 'master' of github.com:Gonzih/oh-my-zsh | Max Gonzih | |
2011-09-02 | vundle call fixed for new vundle version | Max Gonzih | |
2011-08-30 | Merge pull request #408 from thunfischbrot/patch-1 | Robby Russell | |
Included some essential aliases in the lol plugin | |||
2011-08-27 | Add an alias for ga --> git add, too | Mark Szymanski | |
2011-08-27 | Add gss alias for git status -s | Mark Szymanski | |
2011-08-13 | Add guard to bundler plugin's wrapped commands | Ches Martin | |
2011-08-12 | Merge pull request #543 from dmondark/heroku-completion | Robby Russell | |
Heroku completion plugin | |||
2011-08-11 | Added a gradle build tool plugin | Matthew Git McCullough | |
* Enhanced gradle plugin to parse tasks from a quick execution of the tool * Added a duplicated function for gradlew completion that uses gradlew internally. Builds like Gradle itself (built with Gradle) are sensitive to being run with a matching gradlew version. * Fixed broken caching of gradle task names. Added - and -- argument completions. | |||
2011-08-12 | Heroku completion plugin | Ali B | |
2011-08-02 | Added auto complete plugin for powder gem https://github.com/Rodreegez/powder | Rahul Trikha | |
2011-07-30 | Replace forgotten rubies with authors | Fredrik Wallgren | |
2011-07-30 | Add autocomplete for gas. Based on the rvm plugin. | Fredrik Wallgren | |
2011-07-27 | Merge pull request #494 from EspadaV8/master | Robby Russell | |
Fixed an issue where the SVN plugin would mark a folder as being dirty when there was an svn:external set. | |||
2011-07-27 | Merge pull request #496 from semmons99/master | Robby Russell | |
add alias for `bundle package` to the bundler plugin | |||
2011-07-27 | move history-substring-search* files into plugins/ | Suraj N. Kurapati | |
2011-07-25 | add alias for `bundle package` to the bundler plugin | Shane Emmons | |
2011-07-25 | The original SVN pluging would mark a folder as dirty if there was an | Andrew Smith | |
svn:external set and the output of 'svn status' returned the check for the external. E.g. $ svn st X Application Performing status on external item at 'Application' Shouldn't be marked as being dirty. By grepping for only the valid output for what should be class as dirty, it won't return false positives. | |||
2011-07-25 | Replace a duplicated test to see if we're in an SVN folder with a call to ↵ | Andrew Smith | |
the 'in_svn' function. | |||
2011-07-23 | Merge pull request #488 from dreur/upstream-archlinux-plugin | Robby Russell | |
Remove sudo when using yaourt + do not rely on abs when not in path - In | |||
2011-07-23 | Merge pull request #259 from dereine/master | Robby Russell | |
Add a plugin to support kate the kde text editor | |||
2011-07-23 | Merge pull request #208 from sorin-ionescu/plugin-extract | Robby Russell | |
extract plugin | |||
2011-07-23 | Merge pull request #206 from sorin-ionescu/plugin-osx | Robby Russell | |
Vastly improved Mac OS X plugin | |||
2011-07-23 | fixing issue with last commit merge. missed a conflict | Robby Russell | |