LinuxCommandLibrary

rss2email

Tool for delivering news from RSS feeds to an email program.

TLDR

List all feeds

$ r2e list
copy


Convert RSS entries to email
$ r2e run
copy


Add a feed
$ r2e add [feed_address]
copy


Add a feed with a specific email address
$ r2e add [feed_address] [new_email@example.com]
copy


Delete a specific feed
$ r2e delete [number_of_feed_in_list]
copy


Display help
$ r2e -h
copy

Copied to clipboard