From aa04a481e22f627cc9505011eae269b8ae70c52a Mon Sep 17 00:00:00 2001 From: jitakirin Date: Sun, 15 Oct 2017 23:12:04 +0100 Subject: [PATCH] rainbowstream: add page Ref #1162 --- pages/common/rainbowstream.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/rainbowstream.md diff --git a/pages/common/rainbowstream.md b/pages/common/rainbowstream.md new file mode 100644 index 000000000..baee5ecb1 --- /dev/null +++ b/pages/common/rainbowstream.md @@ -0,0 +1,28 @@ +# rainbowstream + +> Terminal-based Twitter Client. Realtime tweetstream, compose, search , favorite … and much more. +> Online help with `h`, up and down arrow for history, tab auto-complete, 2-tab suggestion. + +- show your timeline + +`home [{{num_of_last_tweets}}]` + +- show profile of given user + +`whois @{{user}}` + +- tweet the message as-is + +`t {{message}}` + +- retweet the tweet with given id (id beside the time) + +`rt {{tweet_id}}` + +- favorite the tweet with given id + +`fav {{tweet_id}}` + +- perform a search for word (with or without hashtag) + +`s {{word}}`