mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
510 B
510 B
feedreader
A GUI desktop RSS client. More information: https://jangernert.github.io/FeedReader/.
- 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}}