Update README.md
[rainbowstream.git] / README.md
index f84f0a4905a3af9ed6c23a170c1049b56d2948fe..a14986456dacb24c766ac27aaab5cf3ca6d59960 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,8 @@
-## Rainbow Stream
+## Rainbow Stream 
+
+[![Download](http://img.shields.io/pypi/dm/rainbowstream.svg?style=flat)](https://pypi.python.org/pypi/rainbowstream)
+[![Version](http://img.shields.io/pypi/v/rainbowstream.svg?style=flat)](https://pypi.python.org/pypi/rainbowstream)
+
 Terminal-based Twitter Client. 
 Realtime tweetstream, compose, search , favorite ... and much more fun directly from terminal.
 
@@ -56,11 +60,13 @@ You can setup 2 list above at ```config.py```
 
 __Action Command__
 
-* ```home```will show your timeline. ```home 10``` will print exactly 10 tweet.
+* ```home```will show your timeline. ```home 10``` will print exactly 10 tweets.
+
+* ```view @mdo```will show @mdo 's timeline. ```view @dmo 9``` will print exactly 9 tweets.
 
-* ```view @mdo```will show @mdo 's timeline. ```view @dmo 9``` will print exactly 9 tweet.
+* ```mentions```will show mentions timeline. ```mentions 7``` will show 7 mention tweets.
 
-* ```t the rainbow is god's promise to noah```will tweet exactly *'the rainbow is god's promise to noah'*
+* ```t the rainbow is god's promise to noah```will tweet exactly *'the rainbow is god's promise to noah'*.
 
 * ```rt 12```will retweet the tweet with *[id=12]*. You can see id of each tweet beside the time.
 
@@ -74,8 +80,22 @@ __Action Command__
 
 * ```s #noah```will search the word *'noah'*. Result will come back with highlight.
 
+* ```mes @dtvd88 hi```will send a ```hi``` message to @dtvd88.
+
 * ```show image 12``` will show the image in tweet with *[id=12]* in your OS's image viewer.
 
+* ```ls fl```will list all your followers (people who are following you).
+
+* ```ls fr```will list all your friends (people who you are following).
+
+* ```inbox```will show inbox messages. ```inbox 7``` will show newest 7 messages.
+
+* ```sent```will show sent messages. ```sent 7``` will show newest 7 messages.
+
+* ```trash 5```will remove message with *[message_id=5]*
+
+* ```whois @dtvd88```will show profile of @dtvd88.
+
 * ```fl @dtvd88```will follow @dtvd88.
 
 * ```ufl @dtvd88```will unfollow @dtvd88.