HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

rainbowstream — Interactive Twitter client supporting realtime tweetstream, trends, sending, search, favorites, and

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandclientsupportingclitwitterinteractiverealtimerainbowstream

Problem

How to use the rainbowstream command: Interactive Twitter client supporting realtime tweetstream, trends, sending, search, favorites, and user management. Online help with <h>, <ArrowUp> and <ArrowDown> for history, <Tab> to auto-complete and 2-<Tab> for suggestion. More information: <https://github.com/orakaro/rainbowstream>.

Solution

rainbowstream — Interactive Twitter client supporting realtime tweetstream, trends, sending, search, favorites, and user management. Online help with <h>, <ArrowUp> and <ArrowDown> for history, <Tab> to auto-complete and 2-<Tab> for suggestion. More information: <https://github.com/orakaro/rainbowstream>.

Open RainbowStream:
rainbowstream


[Interactive] Show your timeline (optional number of tweets to display, default is 5):
home [{{num_of_last_tweets}}]


[Interactive] Show profile of a given user:
whois @{{user}}


[Interactive] Tweet the message as-is:
t {{message}}


[Interactive] Retweet the tweet with given ID (ID is beside the time):
rt {{tweet_id}}


[Interactive] Favorite the tweet with given ID:
fav {{tweet_id}}


[Interactive] Perform a search for a given word (with or without hashtag):
s {{word}}

Code Snippets

Open RainbowStream

rainbowstream

[Interactive] Show your timeline (optional number of tweets to display, default is 5)

home [{{num_of_last_tweets}}]

[Interactive] Show profile of a given user

whois @{{user}}

[Interactive] Tweet the message as-is

t {{message}}

[Interactive] Retweet the tweet with given ID (ID is beside the time)

rt {{tweet_id}}

Context

tldr-pages: common/rainbowstream

Revisions (0)

No revisions yet.