X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=README.rst;h=49a7c956b6ae9f6af36b60c13374358ba0b5e1e2;hp=c0d70efc658b8b98076c0abf01d56a3641833cde;hb=4e0bf227c08efb403de78559ccdece554dac20ec;hpb=861a4681db4dc6af95475ff89f21af09bae206fe diff --git a/README.rst b/README.rst index c0d70ef..49a7c95 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ 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/v/rainbowstream.svg?style=flat :target: https://pypi.python.org/pypi/rainbowstream @@ -89,10 +89,13 @@ Here is full list of supported command **Action Command** - ``home`` will show your timeline. ``home 10`` will print exactly 10 - tweet. + tweets. - ``view @mdo`` will show @mdo ’s timeline. ``view @dmo 9`` will print - exactly 9 tweet. + exactly 9 tweets. + +- ``mentions`` will show mentions timeline. ``mentions 7`` will show + 7 mention tweets. - ``t the rainbow is god's promise to noah`` will tweet exactly *‘the rainbow is god’s promise to noah’* @@ -111,12 +114,24 @@ Here is full list of supported command - ``s #noah`` will search the word *‘noah’*. Result will come back with highlight. +- ``mes @dtvd88 hi`` will send a ``hi`` message to @dtvd88. + - ``show image 12`` will show the image in tweet with *[id=12]* in your OS's image viewer. -- ``ls fl`` will list all your followers (people who is following you). +- ``ls fl`` will list all your followers (people who are following you). - ``ls fr`` will list all your friends (people who you are following). +- ``inbox`` will show inbox messages. ``inbox 7`` will show newest + 7 message. + +- ``sent`` will show sent messages. ``sent 7`` will show newest + 7 message. + +- ``trash 5`` will remove message with *[message_id=5]*. + +- ``whois @dtvd88`` will show profile of @dtvd88. + - ``fl @dtvd88`` will follow @dtvd88. - ``ufl @dtvd88`` will unfollow @dtvd88.