diff options
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | config | 36 | ||||
-rwxr-xr-x | rdrview-filter.sh | 2 | ||||
-rw-r--r-- | urls | 29 |
4 files changed, 70 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..8baacf3 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Newsboat files + +My newsboat config @@ -0,0 +1,36 @@ +auto-reload yes +run-on-startup select-tag +download-full-page yes +# use the Chawan browser by default +#browser "cha %u" +browser "newsboat-browser %u" + +# optional preprocessing through rdrview +macro o set browser "rdrview -T title,body -B cha %u" ; open-in-browser ; set browser "cha %u" +# youtube +macro v set browser "setsid -f mpv --really-quiet --no-terminal" ; open-in-browser ; set browser "cha %u" + +color background color8 default +color listnormal color12 default +color listnormal_unread color15 default +color listfocus color0 color10 +color listfocus_unread color0 color10 +color info default color8 +color article color7 default + +# highlights +highlight feedlist "---.*---" color10 default bold +highlight feedlist ".*0/0.." default default invis +highlight feedlist "^─.*$" color15 default bold + +highlight article "^(Feed):.*$" color13 default bold +highlight article "^(Link|Fil|Lien|Liens):.*$" color13 default bold +highlight article "^(Title|Titre|Date|Auteur|Author):.*$" color13 default bold +highlight article "https?://[^ ]+" color5 default underline +highlight article "\\[[0-9]+\\]" color2 default bold +highlight article "\\[image\\ [0-9]+\\]" color2 default bold + +color end-of-text-marker default default invis + + + diff --git a/rdrview-filter.sh b/rdrview-filter.sh new file mode 100755 index 0000000..8a4f35c --- /dev/null +++ b/rdrview-filter.sh @@ -0,0 +1,2 @@ +#!/bin/sh +rdrview -T title,body $0 @@ -0,0 +1,29 @@ +https://old.reddit.com/r/commandline/.rss ~Reddit:Commandline linux +https://old.reddit.com/r/Ghostty/.rss ~Reddit:Ghostty linux +https://old.reddit.com/r/neomutt/.rss ~Reddit:Neomutt linux +https://old.reddit.com/r/dwm/.rss ~Reddit:DWM Linux +https://old.reddit.com/r/newsboat/.rss ~Reddit:Newsboat Linux +https://itsfoss.com/rss/ linux +https://archlinux.org/feeds/news linux +https://www.linuxjournal.com/node/feed linux +https://www.cyberciti.biz/feed/ linux +https://terminaltrove.com/blog.xml linux +https://terminaltrove.com/new.xml linux +http://fossforce.com/feed/ linux +https://www.theatlantic.com/feed/all/ news +https://www.thelocal.fr/feeds/rss.php news +https://www.diplomatie.gouv.fr/spip.php?page=backend-fd news +https://mondediplo.com/backend news +https://frenchdailynews.com/feed news +https://www.euronews.com/rss news +https://tempsreel.nouvelobs.com/rss.xml news +https://www.science.org/rss/news_current.xml science +http://rss.sciam.com/ScientificAmerican-Global science +https://www.newscientist.com/feed/home/?cmpid=RSS%7CNSNS-Home science +http://feeds.feedburner.com/sciencealert-latestnews science +http://awesci.com/feed/ science +https://apod.com/feed.rss science +https://feeds.feedburner.com/TheHackersNews?format=xml tech +https://xkcd.com/rss.xml divertissment +https://wittamore.com/rss.xml other +https://www.youtube.com/feeds/videos.xml?channel_id=UCwHwDuNd9lCdA7chyyquDXw youtube:BreadOnPenguins |