streamliner

Crates.iostreamliner
lib.rsstreamliner
version0.0.0
sourcesrc
created_at2024-11-29 17:45:06.202405
updated_at2024-11-29 17:45:06.202405
descriptionA sane RSS reader for the modern age.
homepage
repositoryhttps://github.com/icorbrey/streamliner
max_upload_size
id1465857
size613,299
Isaac Corbrey (icorbrey)

documentation

README

Streamliner

A sane RSS reader for the modern age.

Planned features

  • Syndicated feeds: Allow multiple feed URLs to be combined into a single feed, for example if they belong to a single creator.
  • Proper tag support: Allow feeds to have multiple tags.
  • Views: Allow the creation of views which filter feeds based on tags, keywords, date, read status, etc.
  • Inline viewer: Allow rendering the contents of posts inside the application instead of just listing URLs.

Contributing

Clone the repository and download dependencies:

git clone https://github.com/icorbrey/streamliner.git
cd streamliner
cargo run

License

Streamliner is distributed under the GPLv3 license. See LICENSE for details.

Commit count: 4

cargo fmt