X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=README.rst;h=49a7c956b6ae9f6af36b60c13374358ba0b5e1e2;hp=92ddebed73826590e2a8dbbd05dc1978c2dc87f0;hb=d286f104862476fd637ee14314beb44784537805;hpb=e7e289b4fdaacdd81fd611b41f0f349d47edba3e diff --git a/README.rst b/README.rst index 92ddebe..49a7c95 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,12 @@ 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 + Terminal-based Twitter Client. Realtime tweetstream, compose, search , favorite … and much more fun directly from terminal. @@ -83,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’* @@ -105,8 +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 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.