Added 'ls' demo to README

This commit is contained in:
Nathan Broadbent
2012-08-22 02:46:30 +12:00
parent 8c868c8583
commit 861ad3000a

View File

@@ -20,13 +20,20 @@ Whenever you view your SCM status, each modified path is stored in a numbered en
You can configure the variable prefix, which is 'e' by default. You can configure the variable prefix, which is 'e' by default.
### git_status_shortcuts(): ### Git Status Shortcuts:
<div class="centered"> <div class="centered">
<img src="http://madebynathan.com/images/posts/2011/10/status_with_shortcuts-resized-post.png" width="590" alt="Git Status With Shortcuts" /> <img src="http://madebynathan.com/images/posts/2011/10/status_with_shortcuts-resized-post.png" width="590" alt="Git Status With Shortcuts" />
</div> </div>
<br/> <br/>
### UPDATE: Now with 'ls' shortcuts:
<div class="centered">
<img src="http://i.imgur.com/72GE1.png" alt="Ls With Shortcuts" />
</div>
<br/>
These numbers (or ranges of numbers) can be used with any SCM or system command. These numbers (or ranges of numbers) can be used with any SCM or system command.
For example, if `ga` was your alias for `git add`, instead of typing something like: For example, if `ga` was your alias for `git add`, instead of typing something like: