pause + replay
[rainbowstream.git] / docs / index.rst
index f4ed3ae3d5056a734f9ae2999799c80131b93e7a..a9a3e00e509c7a6ffff9deee536b00fafd8edd7e 100644 (file)
@@ -61,7 +61,7 @@ You can try it with:
 \r
     rainbowstream -iot # Or rainbowstream --image-on-term\r
 \r
-You also can change the config key ``IMAGE_ON_TERM`` to ``True`` inside the app \r
+You also can change the config key ``IMAGE_ON_TERM`` to ``True`` inside the app\r
 to enable above feature (see `config management`_ section).\r
 \r
 In the first time you will be asked for authorization of Rainbow Stream\r
@@ -233,6 +233,10 @@ Here is full list of supported command:
 \r
 -  ``h`` will show the help.\r
 \r
+-  ``p`` will pause the stream.\r
+\r
+-  ``r`` will unpause the stream.\r
+\r
 -  ``c`` will clear the screen.\r
 \r
 -  ``q`` will quit.\r
@@ -309,20 +313,20 @@ You can view or set a new value of every config key by ``config`` command (See *
 \r
 -  ``FORMAT``: display format for tweet and message.\r
 \r
-  + `CLOCK_FORMAT`: time format, see `Python's strftime format`_.\r
-  + `DISPLAY`: decide how tweet will be printed.\r
\r
-    + `#name`: Twitter's name\r
-    + `#nick`: Twitter's screen name\r
-    + `#clock`: Datetime\r
-    + `#id`: ID\r
-    + `#fav`: favorited symbol\r
-    + `#tweet`: Tweet's content\r
-    + `#sender_name`: Message's sender name\r
-    + `#sender_nick`: Message's sender screen name\r
-    + `#to`: '>>>' symbol\r
-    + `#recipient_name`: Message's recipient name\r
-    + `#recipient_nick`: Message's recipient screen name\r
+  + ``CLOCK_FORMAT``: time format, see `Python's strftime format`_.\r
+  + ``DISPLAY``: decide how tweet will be printed.\r
+\r
+    + ``#name``: Twitter's name\r
+    + ``#nick``: Twitter's screen name\r
+    + ``#clock``: Datetime\r
+    + ``#id``: ID\r
+    + ``#fav``: favorited symbol\r
+    + ``#tweet``: Tweet's content\r
+    + ``#sender_name``: Message's sender name\r
+    + ``#sender_nick``: Message's sender screen name\r
+    + ``#to``: '>>>' symbol\r
+    + ``#recipient_name``: Message's recipient name\r
+    + ``#recipient_nick``: Message's recipient screen name\r
 \r
 \r
 Development\r