From 549393867ceb6099f9660c85f686e8fe871f9179 Mon Sep 17 00:00:00 2001 From: overkill <22098433+0verk1ll@users.noreply.github.com> Date: Fri, 2 Aug 2019 13:35:12 +0000 Subject: [PATCH] feedreader: add page (#3218) --- pages/linux/feedreader.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pages/linux/feedreader.md diff --git a/pages/linux/feedreader.md b/pages/linux/feedreader.md new file mode 100644 index 000000000..d9d7bdbd0 --- /dev/null +++ b/pages/linux/feedreader.md @@ -0,0 +1,23 @@ +# feedreader + +> A GUI desktop RSS client. More information: . + +- 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}}`