updated readme to recent commits
This commit is contained in:
parent
c41ccc66bc
commit
58246116b2
|
@ -34,7 +34,7 @@ drivel mentions
|
|||
To get up to the last 200 tweets of @USER:
|
||||
|
||||
```
|
||||
drivel timeline [--with-replies] USER
|
||||
drivel timeline USER
|
||||
```
|
||||
|
||||
To like a tweet with a specific ID:
|
||||
|
@ -58,7 +58,7 @@ drivel lookup TWEET_ID1 [TWEET_ID2 TWEET_ID3 ...]
|
|||
To wipe your timeline and likes (keepDays defaults to 10, can only reach back as far as the result of the timeline):
|
||||
|
||||
```
|
||||
drivel wipe [--keep-days=N]
|
||||
drivel wipe
|
||||
```
|
||||
|
||||
|
||||
|
@ -90,6 +90,8 @@ The results of the 'home' and 'mentions' commands can be filtered to exclude cer
|
|||
|
||||
Each command (other than wipe) can use a go text template to format the printed results - pass a file name to '--template'. The template is executed with a slice of []Status. See types.go for available data fields and example.template for a minimalist example.
|
||||
|
||||
For more options consult 'drivel help COMMAND'.
|
||||
|
||||
|
||||
final note
|
||||
----------
|
||||
|
|
Loading…
Reference in New Issue
Block a user