modulepackage
0.0.0-20241009065749-434c3453b3d4
Repository: https://github.com/azinkhan/rss.git
Documentation: pkg.go.dev
# README
A simple, non-persistent, RSS client. I use this primarily to keep up with news.
Currently, it requires both Vim and Firefox to be installed, in order to be able to edit the subscription list and render pages in interactive mode.
# Packages
No description provided by the author
# Functions
No description provided by the author
Deduplicate ensures that each feed item only appears in the output once.
Display writes the feed items to the given writer in the provided display mode.
GetFeedItems unpacks the items within the given feeds, applying filters if given.
GetFeeds makes requests to the hosts in parallel and collects the results into a slice.
GetFeedsAsync makes requests to the hosts in parallel and writes the results to the returned channel as they are received.
GetURLs reads the given Reader and returns a list of the urls from which feeds can be fetched.
No description provided by the author
MaxItems enforces a limit on the total number of items in the result.
MaxItemsPerChannel puts a limit on the number of items per channel.
No description provided by the author
OldestItem ensures that the output feed items are less than the max age given.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author