GitHub - nonnontrivial/ross: keyboard-driven RSS reader for macOS

1 min read Original article ↗

keyboard-driven RSS reader for macOS.

ross.mp4

install

n.b. assumes you have hammerspoon installed.

  • clone this repo
  • move it to ~/.hammerspoon/Spoons/Ross.spoon
  • edit ~/.hammerspoon/init.lua to have the following:
hs.loadSpoon("Ross"):bindHotKeys({
    showReader = { { "cmd", "alt" }, "h" },
}):start()
  • create ~/.hammerspoon/Spoons/Ross.spoon/config.toml
  • add the RSS feed(s) you want to track:
[hackernews]
url = "https://hnrss.org/frontpage"

[wired]
url = "https://www.wired.com/feed/tag/ai/latest/rss"
  • reload your hammerspoon config
  • cmd+opt+h to open the reader
  • esc to close the reader