2017-10-15 23:12:04 +01:00
|
|
|
# rainbowstream
|
|
|
|
|
2017-10-19 21:35:52 +01:00
|
|
|
> 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.
|
2019-05-23 11:56:50 +01:00
|
|
|
> More information: <https://github.com/orakaro/rainbowstream>.
|
2017-10-15 23:12:04 +01:00
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Open RainbowStream:
|
2017-10-19 21:35:52 +01:00
|
|
|
|
|
|
|
`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}}]`
|
|
|
|
|
2017-10-19 21:35:52 +01:00
|
|
|
- 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}}`
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Retweet the tweet with given ID (ID is beside the time):
|
2017-10-15 23:12:04 +01:00
|
|
|
|
|
|
|
`rt {{tweet_id}}`
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- 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}}`
|