Update README.md
[rainbowstream.git] / README.rst
index c2ef135fab86998fe2c9703ed67b7153a6e3206d..ee85b178ea2cd01d1e41e45fdca63e6363e43e0e 100644 (file)
@@ -1,6 +1,12 @@
 Rainbow Stream\r
 --------------\r
 \r
+.. image:: http://img.shields.io/pypi/dm/rainbowstream.svg?style=flat\r
+   :target: https://pypi.python.org/pypi/rainbowstream/0.0.3\r
+   \r
+.. image:: http://img.shields.io/pypi/v/rainbowstream.svg?style=flat\r
+   :target: https://pypi.python.org/pypi/rainbowstream/0.0.3\r
+\r
 Terminal-based Twitter Client. Realtime tweetstream, compose, search ,\r
 favorite … and much more fun directly from terminal.\r
 \r
@@ -10,9 +16,11 @@ Streaming API`_ and inspired by `EarthQuake`_
 Screenshot\r
 ----------\r
 \r
-.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStreamvSS.png\r
+.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStream.png\r
    :alt: v0.0.1\r
 \r
+.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStreamIOT.png\r
+   :alt: v0.0.3\r
 \r
 Install\r
 -------\r
@@ -37,6 +45,13 @@ Just type
 \r
 and see your stream.\r
 \r
+I shipped a feature which can display **tweet's images directly on terminal**.\r
+You can try it with:\r
+\r
+.. code:: bash\r
+\r
+    rainbow -iot # Or rainbow --image-on-term\r
+\r
 In the first time you will be asked for authorization of Rainbow Stream\r
 app at Twitter. Just click the “Authorize access” button and paste PIN\r
 number to the terminal, the rainbow will start.\r
@@ -46,11 +61,11 @@ The interactive mode
 \r
 While your personal stream is continued, you are also ready to tweet,\r
 search, reply, retweet… directly from console. Simply type “h” and hit\r
-the Enter key to see the help\r
+the Enter key to see the help.\r
 \r
 Input is in interactive mode. It means that you can use arrow key to\r
 move up and down history, tab-autocomplete or 2 tab to view available\r
-suggestion\r
+suggestion. Input history from previous run is available as well.\r
 \r
 Here is full list of supported command\r
 \r
@@ -96,9 +111,11 @@ Here is full list of supported command
 -  ``s #noah`` will search the word *‘noah’*. Result will come back\r
    with highlight.\r
 \r
--  ``fr`` will list all friend (You are following people).\r
+-  ``show image 12`` will show the image in tweet with *[id=12]* in your OS's image viewer.\r
+\r
+-  ``fl @dtvd88`` will follow @dtvd88.\r
 \r
--  ``fl`` will list all follower.\r
+-  ``ufl @dtvd88`` will unfollow @dtvd88.\r
 \r
 -  ``h`` will show the help.\r
 \r
@@ -111,8 +128,7 @@ For example see the screenshot above.
 Bug Report\r
 ----------\r
 \r
-Please `create an issue`_ or contact me at\r
-[@dtvd88](https://twitter.com/dtvd88)\r
+Please `create an issue`_ or contact me at `@dtvd88`_\r
 \r
 License\r
 -------\r
@@ -125,3 +141,4 @@ details
 .. _Twitter Streaming API: https://dev.twitter.com/docs/api/streaming\r
 .. _EarthQuake: https://github.com/jugyo/earthquake\r
 .. _create an issue: https://github.com/DTVD/rainbowstream/issues/new\r
+.. _@dtvd88: https://twitter.com/dtvd88\r