This repository has been archived on 2024-01-06 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
073db44b812135d1ab47eb4652377d34aa9d5169
In order to pass in options like `--new-window` to an external viewer like `firefox`, optional args can now be defined in configuration. See config-example.yaml for an example.
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.
feedsis a list of RSS/Atom feeds to be loaded in srv.externalViewerdefines 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.
TABswitches between Feeds and Items.UP/DOWNnavigates feeds and items`ENTEReither selects a feed or opens a feed item in an external application.F5refresh list of feeds
build
make build
test
make test
Description
Languages
Go
96.7%
Makefile
1.7%
Shell
1.6%
