X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=docs%2Findex.rst;h=5152f4fd22065d7b220873b58494c60b47f59f73;hp=9dd732e337696fdf94a99b57ed38a1d4b26dae90;hb=321a893a73ae8cd02000a02c9d0898b578df9560;hpb=3dead39b623ee52ff8f6ff00bc19afc9df6055da diff --git a/docs/index.rst b/docs/index.rst index 9dd732e..5152f4f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,10 +1,10 @@ Rainbow Stream -------------- -.. image:: http://img.shields.io/pypi/dm/rainbowstream.svg?style=flat - :target: https://pypi.python.org/pypi/rainbowstream +.. image:: http://img.shields.io/pypi/l/rainbowstream.svg?style=flat-square + :target: https://github.com/DTVD/rainbowstream/blob/master/LICENSE.txt -.. image:: http://img.shields.io/pypi/v/rainbowstream.svg?style=flat +.. image:: http://img.shields.io/pypi/v/rainbowstream.svg?style=flat-square :target: https://pypi.python.org/pypi/rainbowstream Terminal-based Twitter Client. Realtime tweetstream, compose, search , @@ -154,7 +154,9 @@ Here is full list of supported command: - ``conversation 12`` will show the chain of replies prior to the tweet with *[id=12]*. -- ``rep 12 Really`` will reply *‘Really’* to the tweet with *[id=12]*. +- ``rep 12 Really`` will reply *‘Really’* to the owner of the tweet with *[id=12]*. + +- ``repall 12 Really`` will reply *‘Really’* to all people in the tweet with *[id=12]*. - ``fav 12`` will favorite the tweet with *[id=12]*. @@ -325,10 +327,10 @@ You also can view or set a new value of every config key by ``config`` command ( - ``PREFIX``: display formated string of prompt. - + ``#me``: Your username with '@' - + ``#place``: Current list name or public for public stream - + ``#owner``: Owner of the current list - + ``#keyword``: Keyword for a public stream + + ``#me``: Your username with '@', only available in personal stream. + + ``#place``: List name, only available in list stream. + + ``#owner``: Owner of list name, only available in list stream. + + ``#keyword``: Keyword, only available on public stream. - ``SEARCH_TYPE``: search type in 'search' command ('mixed','recent','popular').