tldr/pages/common/rainbowstream.md

29 lines
564 B
Markdown
Raw Normal View History

2017-10-15 23:12:04 +01:00
# 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.
2017-10-15 23:20:07 +01:00
- Show your timeline:
2017-10-15 23:12:04 +01:00
`home [{{num_of_last_tweets}}]`
2017-10-15 23:20:07 +01:00
- Show profile of 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}}`