This repository has been archived on 2024-01-06 . You can view files and clone it, but cannot push or open issues or pull requests.
a13d21296860b81b0607c3d57320a1b40a407ad3
When shrinking the window, scrolling was limited to only the current view buffer. This should implement auto-scrolling. It's a little bit janky, but should be sufficient for now.
srv
View RSS feeds from the terminal.
configure
srv reads configuration from ~/.config/srv/config.yaml
If a configuration is not provided, a default configuration is generated.
feeds
is a list of RSS/Atom feeds to be loaded in srv.externalViewer
defines an application to override the default web browser (optional).
An example config can be copied:
cp ./config-example.yaml ~/.config/srv/config.yaml
control
Key mappings are statically defined for the time being.
TAB
switches between Feeds and Items.UP/DOWN
navigates feeds and items`ENTER
either selects a feed or opens a feed item in an external application.F5
refresh list of feeds
build
make build
test
make test
Description
Languages
Go
96.7%
Makefile
1.7%
Shell
1.6%