Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 933 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 933 Bytes

Kalina

2020-04-28-170814_884x382_scrot 2020-04-28-170809_884x382_scrot

Kalina is an experimental RSS reader written in Haskell. Its design is strongly inspired by Newsboat.

It currently supports the most basic things: fetching RSS feeds, browsing news items and opening them in a browser. In a nutshell, it's a glue between wreq for fetching feeds, feed for parsing them, pandoc for rendering HTML as plaintext, and brick for terminal interaction.

You can install it with stack install, and run with kalina. If you have Newsboat urls file in ~/.newsboat/urls Kalina will read urls from it, otherwice run kalina --help to see what you can do.