
feedreader
List of commands for feedreader:
-
feedreader:tldr:1feeb feedreader: Add a URL for a feed to follow.$ feedreader --addFeed=${feed_url}try on your machineexplain this command
-
feedreader:tldr:74944 feedreader: Grab a specific article using its URL.$ feedreader --grabArticle=${article_url}try on your machineexplain this command
-
feedreader:tldr:8bd1f feedreader: Play media from a URL.$ feedreader --playMedia=${article_url}try on your machineexplain this command
-
feedreader:tldr:f0074 feedreader: Print the count of unread articles.$ feedreader --unreadCounttry on your machineexplain this command
-
feedreader:tldr:ffe96 feedreader: Download all images from a specific article.$ feedreader --url=${feed_url} --grabImages=${article_path}try on your machineexplain this command