Skip to content

Dpbm/rss-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS List CLI

list your feeds using a rust based CLI.

cli.mp4

Install

To install rss-list run the command below:

cargo install rss-list

Arguments

short long description
-u --url url from a feed
-f --file file with a list of feeds urls
-l --limit limit of recent posts for each url

Usage

rss-list -u <FEED_URL> -f <TXT_FILE> -l <POSTS_LIMIT>
or
rss-list --url <FEED_URL> --file <TXT_FILE> --limit <POSTS_LIMIT>

Example:

rss-list -u https://css-tricks.com/feed -l 20
rss-list -f ./feed.txt 

Note: in your file, feed.txt, make sure that each line has only an url, and there are no empty lines!

Dev

For development use cargo for manage dependencies

To build the project just run:

cargo build

Contributing

If you want to help this project, just open and Issue and if your idea was approved, open a pull request