tldr/pages/common/rainbowstream.md

33 lines
689 B
Markdown
Raw Normal View History

2017-10-15 23:12:04 +01:00
# 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.
2017-10-15 23:12:04 +01:00
- Open rainbowstream normally:
`rainbowstream`
- Show your timeline (optional number of tweets to display, default is 5):
2017-10-15 23:12:04 +01:00
`home [{{num_of_last_tweets}}]`
- Show profile of a given user:
2017-10-15 23:12:04 +01:00
`whois @{{user}}`
2017-10-15 23:20:07 +01:00
- Tweet the message as-is:
2017-10-15 23:12:04 +01:00
`t {{message}}`
2017-10-15 23:20:07 +01:00
- Retweet the tweet with given id (id beside the time):
2017-10-15 23:12:04 +01:00
`rt {{tweet_id}}`
2017-10-15 23:20:07 +01:00
- Favorite the tweet with given id:
2017-10-15 23:12:04 +01:00
`fav {{tweet_id}}`
2017-10-15 23:20:07 +01:00
- Perform a search for word (with or without hashtag):
2017-10-15 23:12:04 +01:00
`s {{word}}`