summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
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.
2011-07-18Bringing inline with oh-my-zsh coding convensionsPaul Serby
2011-07-17Merge pull request #474 from PabloSerbo/masterRobby Russell
Adding a completion plugin for cake the coffee-script
2011-07-17Merge pull request #452 from franklouwers/masterRobby Russell
chef "knife" plugin
2011-07-17Merge pull request #477 from totolici/patch-1Robby Russell
redis-cli plugin: fixed typo for one of the subcommands
2011-07-17Merge pull request #404 from gwjo/ssh-agentRobby Russell
ssh-agent improvements
2011-07-17Fixed typo for one of the subcommands (linset -> linsert)alexandru totolici
2011-07-16Added archlinux pluginBenjamin Boudreau
2011-07-16Completion for cake the coffee-script build toolPaul Serby
2011-07-15Merge pull request #370 from lepht/taskwarrior-pluginRobby Russell
Taskwarrior plugin
2011-07-15Merge pull request #451 from matthewmccullough/cloudapppluginRobby Russell
Added cloudapp from @holman of @GitHub fame
2011-07-14refactor _run-with-bundlerHakan Ensari
2011-07-13clean up rails plugin, removing bundler-specific logicHakan Ensari
2011-07-13alias bundle listHakan Ensari
2011-07-13merge bundler and bundle-exec pluginsHakan Ensari
2011-07-13fix indentationHakan Ensari
2011-07-13update bundled commandsHakan Ensari
2011-07-13Moved opening bracesBodo Tasche
2011-07-13forgot to rename one variableBodo Tasche
2011-07-13changed names of functions and variables to fit naming conventionsBodo Tasche
2011-07-13use lowercase for variablenamesBodo Tasche
2011-07-13Added bundler-exec pluginBodo Tasche
2011-06-30knife autocompletionFrank Louwers
2011-06-28Added cloudapp from @holman of @GitHub fameMatthew McCullough
2011-06-09Add Django plugin.Marc Abramowitz
This is a slight modification of the Django zsh completions that I found at https://raw.github.com/technolize/zsh-completion-funcs/master/_manage.py
2011-06-04Add support for loading mulitple identitiesgwjo
2011-06-04Add support for agent forwardinggwjo
2011-06-04Fix typos in the svn plugin that would cause calls to 'svn' when not in an ↵Matt Doran
svn working copy.
2011-06-01Handle tar.xz and tar.lzma better (credit: @gwjo).Sorin Ionescu
2011-06-01Added extract plugin.Sorin Ionescu
2011-06-01Added man-preview completion suggested by @webflo.Sorin Ionescu
2011-06-01Vastly improved osx plugin.Sorin Ionescu
2011-06-01Merge pull request #380 from brianjriddle/masterRobby Russell
fixes for ant plugin. tested on mac.