2019-08-02 13:35:12 +00:00
|
|
|
# feedreader
|
|
|
|
|
2019-08-04 19:36:01 +05:30
|
|
|
> A GUI desktop RSS client.
|
2024-05-28 11:25:30 -05:00
|
|
|
> Note: FeedReader is no longer being maintained.
|
|
|
|
> More information: <https://github.com/jangernert/FeedReader>.
|
2019-08-02 13:35:12 +00:00
|
|
|
|
|
|
|
- Print the count of unread articles:
|
|
|
|
|
|
|
|
`feedreader --unreadCount`
|
|
|
|
|
|
|
|
- Add a URL for a feed to follow:
|
|
|
|
|
|
|
|
`feedreader --addFeed={{feed_url}}`
|
|
|
|
|
|
|
|
- Grab a specific article using its URL:
|
|
|
|
|
|
|
|
`feedreader --grabArticle={{article_url}}`
|
|
|
|
|
|
|
|
- Download all images from a specific article:
|
|
|
|
|
|
|
|
`feedreader --url={{feed_url}} --grabImages={{article_path}}`
|
|
|
|
|
|
|
|
- Play media from a URL:
|
|
|
|
|
|
|
|
`feedreader --playMedia={{article_url}}`
|