Update README with new command-line parameters.

main
Jesus P Rey (Chuso) 2023-08-30 13:50:18 +02:00
parent 87d1b74cba
commit 2e6781ee55
No known key found for this signature in database
GPG Key ID: 0E663E0721D67C24
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@
Prints the URL of a random follower from your list of Mastodon followers you are not following as a suggestion for the next user you may consider following.
As simple as that.
By default, it doesn't suggest a user that has already been suggested previously. To ignore previous suggestions, you can use the `--ignore-repeats` (or `-i`) parameter.
Currently, it only downloads your list of followers and followings once and it uses that local copy with any subsequent executions.
To force an update of the cache, you can use the `--update-cache` (or `-u`) option.
## Configuration