tldr/pages/common/rainbowstream.md

34 lines
765 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.
2017-11-04 04:50:38 +00:00
> Online help with `h`, up and down arrows for history, tab to auto-complete and 2-tab for suggestion.
> More information: <https://github.com/orakaro/rainbowstream>.
2017-10-15 23:12:04 +01:00
- Open RainbowStream:
`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}}`
- Retweet the tweet with given ID (ID is beside the time):
2017-10-15 23:12:04 +01:00
`rt {{tweet_id}}`
- Favorite the tweet with given ID:
2017-10-15 23:12:04 +01:00
`fav {{tweet_id}}`
2017-11-04 04:50:38 +00:00
- Perform a search for a given word (with or without hashtag):
2017-10-15 23:12:04 +01:00
`s {{word}}`