Merge pull request #123 from lnalex/master
[rainbowstream.git] / docs / index.rst
index 5152f4fd22065d7b220873b58494c60b47f59f73..ef2c8e2356a6cddb825694612f6e56f344562c7b 100644 (file)
@@ -132,6 +132,8 @@ Here is full list of supported command:
 \r
 -  ``home`` will show your timeline. ``home 10`` will print exactly 10 tweets.\r
 \r
+-  ``me`` will show your latest tweets. ``me 2`` will show your last 2 tweets.\r
+\r
 -  ``notification`` will show your notification from the time you started RainbowStream.\r
 \r
 -  ``mentions`` will show mentions timeline. ``mentions 7`` will show 7 mention tweets.\r
@@ -170,6 +172,8 @@ Here is full list of supported command:
 \r
 -  ``open 12`` will open url in tweet with *[id=12]* in your OS’s default browser.\r
 \r
+-  ``pt 12`` will add tweet with *[id=12]* in your Pocket list.\r
+\r
 **Direct Messages Commands**\r
 \r
 -  ``inbox`` will show inbox messages. ``inbox 7`` will show newest 7 messages.\r
@@ -319,6 +323,8 @@ You also can view or set a new value of every config key by ``config`` command (
 \r
 -  ``IMAGE_ON_TERM``: display tweet's image directly on terminal.\r
 \r
+-  ``IMAGE_RESIZE_TO_FIT``: display tweet's image fit inside terminal view (width and height).\r
+\r
 -  ``THEME``: current theme.\r
 \r
 -  ``ASCII_ART``: diplay your twitter name by ascii art at stream begin or not.\r
@@ -400,6 +406,8 @@ You also can view or set a new value of every config key by ``config`` command (
     + ``#recipient_name``: Message's recipient name\r
     + ``#recipient_nick``: Message's recipient screen name\r
 \r
+- ``POCKET_SUPPORT`` : enable Pocket support.\r
+\r
 In every format, you can use unicode characters like ``\u2665``.\r
 Mac users also can use emoji characters as well (Ex: ``::zap::``).\r
 See `Emoji cheatsheet`_ for details.\r
@@ -421,6 +429,7 @@ steps
        # Consumer information\r
        CONSUMER_KEY = 'APIKey' # Your Twitter application's API key\r
        CONSUMER_SECRET = 'APISecret' # Your Twitter application's API secret\r
+       PCKT_CONSUMER_KEY = 'PocketAPIKey' # Your Pocket application's API key\r
 \r
 -  Use pip to install in local\r
 \r
@@ -446,3 +455,4 @@ steps
 .. _Issue #10: https://github.com/DTVD/rainbowstream/issues/10\r
 .. _default config: https://github.com/DTVD/rainbowstream/blob/master/rainbowstream/colorset/config\r
 .. _Emoji cheatsheet: http://www.emoji-cheat-sheet.com/\r
+.. _Pocket API: http://getpocket.com/developer/docs/overview\r