rss-list

Crates.iorss-list
lib.rsrss-list
version0.1.0
sourcesrc
created_at2023-07-07 15:47:44.627647
updated_at2023-07-07 15:47:44.627647
descriptionList your rss feed using your terminal
homepagehttps://github.com/Dpbm/rss-list
repositoryhttps://github.com/Dpbm/rss-list
max_upload_size
id910892
size43,172
Alexandre (Dpbm)

documentation

README

RSS List CLI

list your feeds using a rust based CLI.

https://github.com/Dpbm/rss-list/assets/75098594/44ed53a1-82e2-49db-bc9e-3b595b486a57

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

Commit count: 13

cargo fmt