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.
9eb31f4e082769a3da0a6290839216a0e6f53518
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/spf13/afero/releases) - [Commits](https://github.com/spf13/afero/compare/v1.3.1...v1.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
srv
View RSS feeds from the terminal.
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 copied:
cp ./config-example.yml ~/.config/srv/config.yml
navigate
Key mappings are statically defined for the time being.
Key | Description |
---|---|
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. |
CTRL+R |
refresh list of feeds |
CTRL+C |
quit |
build
make build
test
make test
lint
make lint
Description
Languages
Go
96.7%
Makefile
1.7%
Shell
1.6%