Skip to content

Feed Reader

An RSS & Atom feed reader.

Configuration

feedreader:
  enabled: true
  feeds:
  - https://news.ycombinator.com/rss
  - https://rss.cbc.ca/lineup/topstories.xml
  feedLimit: 10
  position:
    top: 4
    left: 1
    height: 1
    width: 2
  refreshInterval: 4h

Screenshots

feedreader screenshot

Attributes

Name Value
feedLimit
The number of stories from each feed to be displayed. Default is -1, which will display all available stories.
feeds
List of RSS or Atom feed URLs.

Keyboard

Key Action
/ Open/close the widget's help modal
[return] Open the selected story in the browser
j Select the next item in the list
k Select the previous item in the list
o Open the selected story in the browser
r Refresh the data
t Switches the display mode between `title`, `link`, and `title and content`
Select the next item in the list
Select the previous item in the list

Source Code

https://github.com/wtfutil/wtf/tree/master/modules/feedreader