Categorygithub.com/davegallant/srv
modulepackage
0.1.2
Repository: https://github.com/davegallant/srv.git
Documentation: pkg.go.dev

# README

srv

Build Status Go Report Card

View RSS feeds from the terminal.

image

install

via releases

curl -fsSL https://raw.githubusercontent.com/davegallant/srv/master/install.sh | bash

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 found here.

navigate

Key mappings are statically defined for the time being.

KeyDescription
TABswitches between Feeds and Items.
UP/DOWNnavigates feeds and items`
ENTEReither selects a feed or opens a feed item in an external application.
CTRL+Rrefresh list of feeds
CTRL+Cquit

build

make build

test

make test

lint

make lint

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package file contains filesystem functions.
No description provided by the author