This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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 |






