From 1603ff45244bdc8acd3e00b835ee83844d9188f4 Mon Sep 17 00:00:00 2001 From: Orakaro Date: Sat, 19 Jul 2014 16:49:35 +0900 Subject: [PATCH] Update index.rst --- docs/index.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 019909c..a8c0e13 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -212,13 +212,21 @@ Here is full list of supported command: + Even ``cal`` will show the calendar for current month. + Put ``order_rainbow('anything')`` or ``random_rainbow('wahahaha')`` will make more fun :) -**Screening Commands** +**Config** - ``theme`` will list available themes. + ``theme monokai`` will apply *monokai* theme immedaitely. + ``theme current_as_default`` will remember current theme as next time default. +- ``config`` will list all config key. + + + ``config ASCII_ART`` will output current valut of *ASCII_ART* config key. + + ``config ASCII_ART default`` will output default valut of *ASCII_ART* config key. + + ``config ASCII_ART = False`` will set valut of *ASCII_ART* config key to *False*. + +**Screening Commands** + - ``h`` will show the help. - ``c`` will clear the screen. @@ -260,6 +268,9 @@ For detaile information, see `theme usage and customization`_. Config explanation ^^^^^^^^^^^^^^^^^^ +Rainbow Stream has a config file located at ``~/.rainbow_config.json``. +You can view or set a new value of every config key by ``config`` command (See **Interactive mode** section above). + - ``THEME``: current theme. - ``ASCII_ART``: diplay your twitter name by ascii art at stream begin or not. -- 2.25.1