From aa04a481e22f627cc9505011eae269b8ae70c52a Mon Sep 17 00:00:00 2001 From: jitakirin Date: Sun, 15 Oct 2017 23:12:04 +0100 Subject: [PATCH 1/4] 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}}` From a0298862051ea09f7d762539b62de741349dbef9 Mon Sep 17 00:00:00 2001 From: jitakirin Date: Sun, 15 Oct 2017 23:20:07 +0100 Subject: [PATCH 2/4] Fix style issues --- pages/common/rainbowstream.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/common/rainbowstream.md b/pages/common/rainbowstream.md index baee5ecb1..e6b642c4d 100644 --- a/pages/common/rainbowstream.md +++ b/pages/common/rainbowstream.md @@ -3,26 +3,26 @@ > 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 +- Show your timeline: `home [{{num_of_last_tweets}}]` -- show profile of given user +- Show profile of given user: `whois @{{user}}` -- tweet the message as-is +- Tweet the message as-is: `t {{message}}` -- retweet the tweet with given id (id beside the time) +- Retweet the tweet with given id (id beside the time): `rt {{tweet_id}}` -- favorite the tweet with given id +- Favorite the tweet with given id: `fav {{tweet_id}}` -- perform a search for word (with or without hashtag) +- Perform a search for word (with or without hashtag): `s {{word}}` From bd46cab5c5129526ef597510ef902b0c1f41370e Mon Sep 17 00:00:00 2001 From: jitakirin Date: Thu, 19 Oct 2017 21:35:52 +0100 Subject: [PATCH 3/4] rainbowstream: improve language and explanations --- pages/common/rainbowstream.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pages/common/rainbowstream.md b/pages/common/rainbowstream.md index e6b642c4d..6d2e723dc 100644 --- a/pages/common/rainbowstream.md +++ b/pages/common/rainbowstream.md @@ -1,13 +1,17 @@ # 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. +> Terminal-based Twitter client supporting realtime tweetstream, trends, sending, search, favorites and user management. +> Online help with `h`, up and down arrows for history, tab auto-complete, 2-tab suggestion. -- Show your timeline: +- Open rainbowstream normally: + +`rainbowstream` + +- Show your timeline (optional number of tweets to display, default is 5): `home [{{num_of_last_tweets}}]` -- Show profile of given user: +- Show profile of a given user: `whois @{{user}}` From 3e50a71cfdc3c60f2a317445fa50a9bce1152e24 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Sat, 4 Nov 2017 10:20:38 +0530 Subject: [PATCH 4/4] rainbowstream: simplify descriptions --- pages/common/rainbowstream.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/common/rainbowstream.md b/pages/common/rainbowstream.md index 6d2e723dc..80ce6c521 100644 --- a/pages/common/rainbowstream.md +++ b/pages/common/rainbowstream.md @@ -1,9 +1,9 @@ # rainbowstream > Terminal-based Twitter client supporting realtime tweetstream, trends, sending, search, favorites and user management. -> Online help with `h`, up and down arrows for history, tab auto-complete, 2-tab suggestion. +> Online help with `h`, up and down arrows for history, tab to auto-complete and 2-tab for suggestion. -- Open rainbowstream normally: +- Open rainbowstream: `rainbowstream` @@ -19,7 +19,7 @@ `t {{message}}` -- Retweet the tweet with given id (id beside the time): +- Retweet the tweet with given id (id is beside the time): `rt {{tweet_id}}` @@ -27,6 +27,6 @@ `fav {{tweet_id}}` -- Perform a search for word (with or without hashtag): +- Perform a search for a given word (with or without hashtag): `s {{word}}`