From 8f7d770cb2dcab0ba18cda09de2e67e1bfabba47 Mon Sep 17 00:00:00 2001 From: mrtazz Date: Thu, 9 Dec 2010 05:05:17 -0800 Subject: [PATCH] add descriptions for brew, gem, pip Updated Plugins (markdown) --- Plugins.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Plugins.md b/Plugins.md index 76eb585..7b6ac84 100644 --- a/Plugins.md +++ b/Plugins.md @@ -2,11 +2,11 @@ The following plugins are bundled. TODO: Work on descriptions and list who the lead maintainer is... -* brew - +* brew - completion plugin for the homebrew OSX package manager * command-not-found -- If a command is not recognized in the $PATH, this will use Ubuntu's command-not-found package to find it or suggest spelling mistakes. * cap -- a few commands for Capistrano, a deployment tool built in Ruby * dirpersist -* gem +* gem - completion plugin for the gem command * git - adds a lot of git aliases ( g*x* e.g. gd - git diff) and functions for pulling for dealing with the current branch * github - adds autocomplete to the github gem installable via gem install github-gem * lighthouse - open lighthouse tickets using the command *open_lighthouse_ticket* ( see [[http://screencast.com/t/ZDgwNDUwNT]] @@ -14,7 +14,7 @@ TODO: Work on descriptions and list who the lead maintainer is... * mysql - aliases for starting stopping and getting mysql status ( *mysqlstart*, *mysqlstop*, *mysqlstatus*) * osx - open the current directory in a new tab via the *tab* command * phing - auto complete for phing targets. -* pip +* pip - completion plugin for the pip command * rails - rails 2.3 commands (mostly) for running scripts * ruby - alias for sudo gem ( *sgem* ) and a find ruby files in directory alias ( *rfind* ) * ssh-agent - cygwin ssh-agent plugin for starting agent (see - http://www.cygwin.com/ml/cygwin/2001-06/msg00537.html )