From d1e1869abfca8b6445095c5203d44c2fbbf3b03c Mon Sep 17 00:00:00 2001 From: Robby Russell Date: Fri, 28 Aug 2009 11:46:01 -0700 Subject: [PATCH] Adding some info to the Usage section of the README --- README.textile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.textile b/README.textile index 2a2ba140..c3978bef 100644 --- a/README.textile +++ b/README.textile @@ -12,6 +12,14 @@ h2. Setup 3. Start / restart zsh (open a new terminal is easy enough..) +h2. Usage + +TODO: Update this.. + +* Rake autocomplete: @rake (tab)@. Will generate a cache of all your rake tasks and then let you auto-complete and/or select the task to run. +* ssh autocomplete: @ssh (tab)@ or @scp (tab)@ +* Git branch, it'll tell you which branch you're in when you're in a git repository directory. +* much much more.. h2. Thanks