ckampfe / russ

A TUI RSS reader with vim-like controls and a local-first, offline-first focus
GNU Affero General Public License v3.0
173 stars 18 forks source link

[FEATURE] add local rss file #9

Open Cyrix126 opened 2 years ago

Cyrix126 commented 2 years ago

Is there an existing issue for this?

Feature description

I would like to add a local rss file. For example with file:///home/user/myrssfile.rss

With this I could use my generated rss files without an http web server.

ckampfe commented 2 years ago

Hey @Cyrix126, thanks for opening the issue. This should be possible, let me poke around a bit and get back to you.

r3k2 commented 1 year ago

I am interested in this, also an auto-refresh option

Cyrix126 commented 1 year ago

just made a proof of concept. It works but didn't go enough deep into the implications. https://github.com/ckampfe/russ/pull/20

ckampfe commented 1 year ago

Apologies for the delay here @Cyrix126 , I will attempt to take a look at implementing this soon.

ckampfe commented 5 months ago

@Cyrix126 @r3k2 could you elaborate a bit more on the use case here? What kinds of things do you use that generate RSS files on your local filesystem? I'm just trying to get a better idea of the issue. Thanks.

Cyrix126 commented 5 months ago

@Cyrix126 @r3k2 could you elaborate a bit more on the use case here? What kinds of things do you use that generate RSS files on your local filesystem? I'm just trying to get a better idea of the issue. Thanks.

With this I could use my generated rss files without an http web server.

Sometime content from internet does not offer rss. Instead, you use a script to scrap the data and generate an rss file. If I can load a local rss file, I don't need a web server to serve it but could use it directly, reducing a step.