Crates.io | rss-list |
lib.rs | rss-list |
version | 0.1.0 |
source | src |
created_at | 2023-07-07 15:47:44.627647 |
updated_at | 2023-07-07 15:47:44.627647 |
description | List your rss feed using your terminal |
homepage | https://github.com/Dpbm/rss-list |
repository | https://github.com/Dpbm/rss-list |
max_upload_size | |
id | 910892 |
size | 43,172 |
list your feeds using a rust
based CLI.
https://github.com/Dpbm/rss-list/assets/75098594/44ed53a1-82e2-49db-bc9e-3b595b486a57
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 |
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!
For development use cargo
for manage dependencies
To build the project just run:
cargo build
If you want to help this project, just open and Issue and if your idea was approved, open a pull request