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.
dependabot-preview[bot] 97dc2c571b Bump github.com/mmcdole/gofeed from 1.0.0-beta2 to 1.0.0 (#9)
Bumps [github.com/mmcdole/gofeed](https://github.com/mmcdole/gofeed) from 1.0.0-beta2 to 1.0.0.
- [Release notes](https://github.com/mmcdole/gofeed/releases)
- [Commits](https://github.com/mmcdole/gofeed/compare/v1.0.0-beta2...v1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-23 14:51:58 -04:00
2020-04-08 00:50:44 -04:00
2020-04-04 20:19:46 -04:00
2020-04-04 20:19:46 -04:00
2020-03-31 21:31:52 -04:00
2020-03-31 21:31:52 -04:00
2020-03-31 21:31:52 -04:00
2020-03-31 21:31:52 -04:00
2020-04-04 20:19:46 -04:00
2020-03-31 21:31:52 -04:00
2020-04-12 18:04:23 -04:00

srv

Build Status Go Report Card

View RSS feeds from the terminal.

image

install

via releases

VERSION='0.0.2'; \
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.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
simple rss viewer [checkout: https://github.com/miniflux/v2]
Readme 183 KiB
Languages
Go 96.7%
Makefile 1.7%
Shell 1.6%