2025-03-14 21:59:59 -06:00
|
|
|
# feedreader
|
|
|
|
|
|
|
|
|
|
> A GUI desktop RSS client.
|
|
|
|
|
> Note: FeedReader is no longer being maintained.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://manned.org/feedreader>.
|
2025-03-14 21:59:59 -06: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}}`
|