summaryrefslogtreecommitdiff
path: root/README.textile
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2009-08-28 11:46:01 -0700
committerRobby Russell <robby@planetargon.com>2009-08-28 11:46:01 -0700
commitd1e1869abfca8b6445095c5203d44c2fbbf3b03c (patch)
tree3e19a6679128f9fc069d00ef3468d2ad5ada3a35 /README.textile
parent14b219b5a282f4d2c1df67da533ff23cf0c03fac (diff)
downloadzsh-d1e1869abfca8b6445095c5203d44c2fbbf3b03c.tar.gz
zsh-d1e1869abfca8b6445095c5203d44c2fbbf3b03c.tar.bz2
zsh-d1e1869abfca8b6445095c5203d44c2fbbf3b03c.zip
Adding some info to the Usage section of the README
Diffstat (limited to 'README.textile')
-rw-r--r--README.textile8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.textile b/README.textile
index 2a2ba140f..c3978bef0 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