Adding some info to the Usage section of the README

This commit is contained in:
Robby Russell 2009-08-28 11:46:01 -07:00
parent 14b219b5a2
commit d1e1869abf
1 changed files with 8 additions and 0 deletions

View File

@ -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