Starts using newsboat
This commit is contained in:
parent
7e64413bfa
commit
398242eee8
2 changed files with 53 additions and 0 deletions
37
newsboat/.config/newsboat/config
Normal file
37
newsboat/.config/newsboat/config
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
# Keybindings
|
||||||
|
bind-key j down
|
||||||
|
bind-key k up
|
||||||
|
bind-key j next articlelist
|
||||||
|
bind-key k prev articlelist
|
||||||
|
bind-key J next-feed articlelist
|
||||||
|
bind-key K prev-feed articlelist
|
||||||
|
bind-key G end
|
||||||
|
bind-key g home
|
||||||
|
bind-key d pagedown
|
||||||
|
bind-key u pageup
|
||||||
|
bind-key l open
|
||||||
|
bind-key h quit
|
||||||
|
bind-key a toggle-article-read
|
||||||
|
bind-key n next-unread
|
||||||
|
bind-key N prev-unread
|
||||||
|
bind-key D pb-download
|
||||||
|
bind-key U show-urls
|
||||||
|
bind-key x pb-delete
|
||||||
|
|
||||||
|
# Colours
|
||||||
|
color listnormal cyan default
|
||||||
|
color listfocus black yellow standout bold
|
||||||
|
color listnormal_unread blue default bold
|
||||||
|
color listfocus_unread yellow default bold
|
||||||
|
color info red black bold
|
||||||
|
color article cyan default
|
||||||
|
|
||||||
|
# Basic options
|
||||||
|
browser linkHandler
|
||||||
|
delete-read-articles-on-quit yes
|
||||||
|
show-read-feeds no
|
||||||
|
external-url-viewer "urlscan -dc -r 'linkHandler {}'"
|
||||||
|
|
||||||
|
# Key bindings
|
||||||
|
macro , open-in-browser
|
||||||
|
macro w set browser "w3m"; open-in-browser ; set browser linkhandler
|
16
newsboat/.config/newsboat/urls
Normal file
16
newsboat/.config/newsboat/urls
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
https://blog.z3bra.org/rss/feed.xml linux
|
||||||
|
https://feeds.bbci.co.uk/news/rss.xml news
|
||||||
|
https://feeds.feedburner.com/ItsFoss linux
|
||||||
|
https://invidio.us/feed/channel/UC4w1YQAJMWOz4qtxinq55LQ invidious tech
|
||||||
|
https://invidio.us/feed/channel/UCXPHFM88IlFn68OmLwtPmZA invidious "~Greg Hurrell - Vim Screencasts" linux
|
||||||
|
https://opensource.com/feed linux
|
||||||
|
https://pentestlab.blog/feed/ security
|
||||||
|
https://thehackernews.com/feeds/posts/default security
|
||||||
|
https://torrentfreak.com/feed/ security
|
||||||
|
https://www.bleepingcomputer.com/feed/ security
|
||||||
|
https://www.fsf.org/static/fsforg/rss/blogs.xml
|
||||||
|
https://www.fsf.org/static/fsforg/rss/news.xml linux
|
||||||
|
https://www.troyhunt.com/rss/ security
|
||||||
|
https://www.wordfence.com/feed/ security
|
||||||
|
https://xkcd.com/atom.xml comic
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue