Browse code

Adding some info to the Usage section of the README

Robby Russell authored on 28/08/2009 at 18:46:01
Showing 1 changed files
... ...
@@ -12,6 +12,14 @@ h2. Setup
12 12
 
13 13
 3. Start / restart zsh (open a new terminal is easy enough..)
14 14
 
15
+h2. Usage
16
+
17
+TODO: Update this..
18
+
19
+* 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.
20
+* ssh autocomplete: @ssh (tab)@ or @scp (tab)@
21
+* Git branch, it'll tell you which branch you're in when you're in a git repository directory.
22
+* much much more..
15 23
 
16 24
 h2. Thanks
17 25