mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
31 lines
641 B
Plaintext
31 lines
641 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# feedreader
|
|
|
|
> A GUI desktop RSS client.
|
|
> Note: FeedReader is no longer being maintained.
|
|
> More information: <https://manned.org/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}}`
|