summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2011-09-19Splitting wakeonlan plugin completion into separate filePaul Gideon Dann
2011-09-19Forgot to quote the path parameter to wakeonlanPaul Gideon Dann
2011-09-19Tweaks to the wakeonlan pluginPaul Gideon Dann
These were suggested by sorin-ionescu in pull request #343.
2011-09-15terminitor plugin: add autocompletion also for edit, delete and setup ↵Philipp Bosch
subcommands.
2011-09-15terminitor plugin: add autocompletion for start subcommand.Philipp Bosch
2011-09-15Add basic autocompletion for terminitor (https://github.com/achiu/terminitor).Philipp Bosch
2011-09-14Textmate plugin update to take Gemfile and cucumber features in accountGil Vandendriesssche
2011-09-10[plugins/grails] Remove warning message; it's always displayedZach Riggle
2011-09-10[plugins/grails] Use globbing instead of grepZach Riggle
2011-09-10[plugins/grails] Added grails pluginZach Riggle
2011-09-10fix completion for commands wrapped with bundlerMario Fernandez
2011-09-02Merge branch 'master' of github.com:Gonzih/oh-my-zshMax Gonzih
2011-09-02vundle call fixed for new vundle versionMax Gonzih
2011-08-31add foreman, nanoc, and rainbows to list of bundled commandsHakan Ensari
2011-08-31order aliases alphabeticallyHakan Ensari
2011-08-30Merge pull request #408 from thunfischbrot/patch-1Robby Russell
Included some essential aliases in the lol plugin
2011-08-27Add an alias for ga --> git add, tooMark Szymanski
2011-08-27Add gss alias for git status -sMark Szymanski
2011-08-13Remove -s switch from apt-copyDaniel Bolton
2011-08-13Add guard to bundler plugin's wrapped commandsChes Martin
2011-08-12Merge pull request #543 from dmondark/heroku-completionRobby Russell
Heroku completion plugin
2011-08-11Added a gradle build tool pluginMatthew 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-12Heroku completion pluginAli B
2011-08-07Extend root ops, switch apt-copy to plain zshDaniel Bolton
2011-08-07Add options for su(do) and apt(itude|-get)Daniel Bolton
2011-08-06Add functions for new GH repos.Daniel Bolton
2011-08-06Add functions for new GH repos.Daniel Bolton
2011-08-06Fix su commandsDaniel Bolton
2011-08-06Merge "deb" and "debian" plugins.Daniel Bolton
2011-08-02Added auto complete plugin for powder gem https://github.com/Rodreegez/powderRahul Trikha
2011-07-30Replace forgotten rubies with authorsFredrik Wallgren
2011-07-30Add autocomplete for gas. Based on the rvm plugin.Fredrik Wallgren
2011-07-27Merge pull request #494 from EspadaV8/masterRobby Russell
Fixed an issue where the SVN plugin would mark a folder as being dirty when there was an svn:external set.
2011-07-27Merge pull request #496 from semmons99/masterRobby Russell
add alias for `bundle package` to the bundler plugin
2011-07-27move history-substring-search* files into plugins/Suraj N. Kurapati
2011-07-25add alias for `bundle package` to the bundler pluginShane Emmons
2011-07-25The original SVN pluging would mark a folder as dirty if there was anAndrew 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-25Replace a duplicated test to see if we're in an SVN folder with a call to ↵Andrew Smith
the 'in_svn' function.
2011-07-23Merge pull request #488 from dreur/upstream-archlinux-pluginRobby Russell
Remove sudo when using yaourt + do not rely on abs when not in path - In
2011-07-23Merge pull request #259 from dereine/masterRobby Russell
Add a plugin to support kate the kde text editor
2011-07-23Merge pull request #208 from sorin-ionescu/plugin-extractRobby Russell
extract plugin
2011-07-23Merge pull request #206 from sorin-ionescu/plugin-osxRobby Russell
Vastly improved Mac OS X plugin
2011-07-23fixing issue with last commit merge. missed a conflictRobby Russell
2011-07-23adding git svn aliasesSven Lito
2011-07-23added git log with graphSven Lito
2011-07-23Merge pull request #484 from msabramo/f9bf396e4ac68299f1370ed54350cc14ce954eeaRobby Russell
As requested, here is the Django zsh completions alone without other cruft, such as 8e05d64
2011-07-23Remove sudo when using yaourt + do not rely on abs when not in path - In ↵Benjamin Boudreau
archlinux plugin
2011-07-19Merge pull request #483 from dreur/upstream-archlinux-pluginRobby Russell
Fix typo in archlinux plugin
2011-07-19Fix typoBenjamin Boudreau
2011-07-18Merge pull request #480 from PabloSerbo/masterRobby Russell
I've just read your coding standards and updated the code to match.