mop / hss watch
public
Description: my first and only haskell project - a ncurses based feed reader for RSS 2.0, created for learning haskell
Home | Edit | New

Home

HSS

This program is in a pre-alpha stage and shouldn’t be used for production, since it is very immature and supports only RSS 2.0 feeds.

Dependencies

There are a view dependencies you should install for running it:

  • hscurses
  • haxml <= 1.13 – higher versions break API compatibility :(
  • simpleHTTP

Usage

Just start the program with runhaskell Main.hs.
The following key-combinations are available:

Key Action
a adds a new Feed
x Deletes the selected feed
j Selects the next item
k Selects the previous item
h Scrolls up in the content-view
l Scrolls down in the content-view
J Selects the next feed
K Selects the previous feed
q Quits the program
Last edited by mop, Sat Aug 09 11:19:01 -0700 2008
Home | Edit | New
Versions: