Fix style issues

coverage
jitakirin 2017-10-15 23:20:07 +01:00 committed by GitHub
parent aa04a481e2
commit a029886205
1 changed files with 6 additions and 6 deletions

View File

@ -3,26 +3,26 @@
> Terminal-based Twitter Client. Realtime tweetstream, compose, search , favorite … and much more. > 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. > Online help with `h`, up and down arrow for history, tab auto-complete, 2-tab suggestion.
- show your timeline - Show your timeline:
`home [{{num_of_last_tweets}}]` `home [{{num_of_last_tweets}}]`
- show profile of given user - Show profile of given user:
`whois @{{user}}` `whois @{{user}}`
- tweet the message as-is - Tweet the message as-is:
`t {{message}}` `t {{message}}`
- retweet the tweet with given id (id beside the time) - Retweet the tweet with given id (id beside the time):
`rt {{tweet_id}}` `rt {{tweet_id}}`
- favorite the tweet with given id - Favorite the tweet with given id:
`fav {{tweet_id}}` `fav {{tweet_id}}`
- perform a search for word (with or without hashtag) - Perform a search for word (with or without hashtag):
`s {{word}}` `s {{word}}`