Add newsboat RSS reader
This commit is contained in:
parent
edcb5d393d
commit
8e52f9684a
2 changed files with 86 additions and 0 deletions
45
newsboat/.newsboat/config
Normal file
45
newsboat/.newsboat/config
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
# Articles to maximally keep per feed
|
||||||
|
max-items 100
|
||||||
|
|
||||||
|
# All feeds will be automatically reloaded at start up
|
||||||
|
auto-reload yes
|
||||||
|
|
||||||
|
# Use multiple threads to download all the news faster.
|
||||||
|
reload-threads 4
|
||||||
|
|
||||||
|
# Browser
|
||||||
|
browser "qutebrowser %u"
|
||||||
|
|
||||||
|
# Cache
|
||||||
|
cache-file "~/.local/share/cache.db"
|
||||||
|
|
||||||
|
# Make the text width readable
|
||||||
|
text-width 80
|
||||||
|
|
||||||
|
# unbind keys
|
||||||
|
unbind-key j
|
||||||
|
unbind-key k
|
||||||
|
unbind-key J
|
||||||
|
unbind-key K
|
||||||
|
unbind-key ^D
|
||||||
|
unbind-key ^U
|
||||||
|
unbind-key o
|
||||||
|
unbind-key g
|
||||||
|
unbind-key G
|
||||||
|
|
||||||
|
# bind keys - vim style
|
||||||
|
bind-key j down
|
||||||
|
bind-key k up
|
||||||
|
bind-key l open
|
||||||
|
bind-key h quit
|
||||||
|
bind-key ^D pagedown
|
||||||
|
bind-key ^U pageup
|
||||||
|
bind-key b toggle-source-view
|
||||||
|
bind-key U toggle-show-read-feeds
|
||||||
|
bind-key u show-urls
|
||||||
|
bind-key g home
|
||||||
|
bind-key G end
|
||||||
|
bind-key b open-in-browser-and-mark-read
|
||||||
|
bind-key B open-in-browser
|
||||||
|
bind-key i sort
|
||||||
|
bind-key I rev-sort
|
41
newsboat/.newsboat/urls
Normal file
41
newsboat/.newsboat/urls
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
# GStreamer
|
||||||
|
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues.atom "~Gst Issues"
|
||||||
|
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests.atom?state=opened "~Gst MRs"
|
||||||
|
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues.atom "~Gst Rust Issues"
|
||||||
|
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests.atom?state=opened "~Gst Rust MRs"
|
||||||
|
|
||||||
|
# Embedded Sys and finshots
|
||||||
|
https://kill-the-newsletter.com/feeds/w6ts5eirbs9i0v8y.xml "~Finshots"
|
||||||
|
https://kill-the-newsletter.com/feeds/cqikvapgsiaglu76.xml "~EmbeddedSys"
|
||||||
|
|
||||||
|
# Comics
|
||||||
|
https://xkcd.com/atom.xml comic "~XKCD"
|
||||||
|
|
||||||
|
# Tech news
|
||||||
|
https://lwn.net/headlines/rss "~LWN"
|
||||||
|
https://fedoramagazine.org/feed/ "~FedoraMag"
|
||||||
|
https://hub.fosstodon.org/feed.xml "~Fosstodon"
|
||||||
|
https://frame.work/blog.rss "~Framework"
|
||||||
|
|
||||||
|
# Space news
|
||||||
|
https://apod.nasa.gov/apod.rss "~NASA"
|
||||||
|
|
||||||
|
# PL
|
||||||
|
https://haskellweekly.news/newsletter.atom "~Haskell Weekly"
|
||||||
|
|
||||||
|
# Y Combinator
|
||||||
|
https://news.ycombinator.com/rss "~Y"
|
||||||
|
|
||||||
|
# Reddit
|
||||||
|
https://www.reddit.com/r/rust/.rss "~r/Rust"
|
||||||
|
https://www.reddit.com/r/neovim/.rss "~r/Neovim"
|
||||||
|
https://www.reddit.com/r/haskell/.rss "~r/Haskell"
|
||||||
|
|
||||||
|
# WebRTC
|
||||||
|
https://webrtchacks.com/feed/ "~WebRTC Hacks"
|
||||||
|
https://webrtcweekly.com/feed/ "~WebRTC Weekly"
|
||||||
|
|
||||||
|
# News
|
||||||
|
http://feeds.bbci.co.uk/news/world/rss.xml "~BBC World News"
|
||||||
|
https://theprint.in/feed "~ThePrint"
|
||||||
|
https://www.business-standard.com/rss/latest.rss "~BS"
|
Loading…
Reference in a new issue