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.
c9ba058ae600d41a7e30221c4489edf42ef531ff
srv
View RSS feeds from the terminal.
install
via releases
VERSION='0.1.0'; \
sudo curl --progress-bar \
-L "https://github.com/davegallant/srv/releases/download/v${VERSION}/srv_${VERSION}_$(uname -s)_x86_64.tar.gz" | \
sudo tar -C /usr/bin --overwrite -xvzf - srv
via go
go get github.com/davegallant/srv
configure
srv reads configuration from ~/.config/srv/config.yml
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.yml ~/.config/srv/config.yml
navigate
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 feedsCTRL+C
quit
build
make build
test
make test
lint
make lint
Description
Languages
Go
96.7%
Makefile
1.7%
Shell
1.6%