From: Orakaro Date: Sun, 13 Jul 2014 04:08:57 +0000 (+0900) Subject: add documents X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bef3349114b3a166456d48b33c47cb44130be04d;p=rainbowstream.git add documents --- diff --git a/docs/index.rst b/docs/index.rst index 87131f9..08a98d4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -159,6 +159,34 @@ Here is full list of supported command: - ``report @dtvd88`` will report @dtvd88 as a spam account. +**Twitter list** + +- ``list`` will show all lists you are belong to. + +- ``list home`` will show timeline of list. You will be asked for list's name. + +- ``list all_mem`` will show list's all members. + +- ``list all_sub`` will show list's all subscribers. + +- ``list add`` will add specific person to a list owned by you. + You will be asked for list's name and person's name. + +- ``list rm`` will remove specific person from a list owned by you. + You will be asked for list's name and person's name. + +- ``list sub`` will subscribe you to a specific list. + +- ``list unsub`` will unsubscribe you from a specific list. + +- ``list own`` will show all list owned by you. + +- ``list new`` will create a new list. + +- ``list update`` will update a list owned by you. + +- ``list del`` will delete a list owned by you. + **Switching Stream Commands** - ``switch public #AKB48`` will switch current stream to public stream diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index 3c40162..dfd60da 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -1317,7 +1317,7 @@ def help_list(): usage += s * 2 + light_green('list') + \ ' will show all lists you are belong to.\n' usage += s * 2 + light_green('list home') + \ - ' will show timeline of list. You will be asked for list\'s name\n' + ' will show timeline of list. You will be asked for list\'s name.\n' usage += s * 2 + light_green('list all_mem') + \ ' will show list\'s all members.\n' usage += s * 2 + light_green('list all_sub') + \