dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 2668248b25ea4f19bb2ae4902459b2f8af52faeb
parent 491950f9d7e7c15f5fd88adb6f0d8abdcfcbfdfb
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Thu, 24 Sep 2020 16:50:39 +0200

newsboat: fixed macros/URLs, switched RSS-Bridge

I'm now using my own RSS bridge instance, so I changed all of the URLs
to use that too.


Former-commit-id: 6ccceb54505b306c5ad41b0b63da95dfef528272
Diffstat:
Mnewsboat/config | 20++++++++++----------
Mnewsboat/urls | 128++++++++++++++++++++++++++++++++++++++++++-------------------------------------
2 files changed, 78 insertions(+), 70 deletions(-)

diff --git a/newsboat/config b/newsboat/config @@ -46,14 +46,14 @@ color info blue default standout color listfocus_unread white blue standout color listnormal_unread white default -browser "open -g '%u'" +browser "open -g %u" macro , open-in-browser -macro i set browser "youtube-dl --get-title --get-duration --get-description '%u' | less"; open-in-browser; set browser "open -g '%u'" -macro v set browser "mpvq %u 1>/dev/null 2>&1 & disown"; open-in-browser ; set browser "open -g '%u'" -macro w set browser "w3m"; open-in-browser ; set browser "open -g '%u'" -macro l set browser "lynx"; open-in-browser ; set browser "open -g '%u'" -macro c set browser "pbcopy <<<" ; open-in-browser ; set browser "open -g '%u'" -macro u set browser "urlview"; open-in-browser ; set browser "open -g '%u'" -macro a set browser "newsboat-dl aonly %u 1>/dev/null 2>&1 & disown"; open-in-browser ; set browser "open -g '%u'" -macro d set browser "newsboat-dl av %u 1>/dev/null 2>&1 & disown"; open-in-browser ; set browser "open -g '%u'" -macro s set browser "pocketsave '%u' 1>/dev/null 2>&1 & disown"; open-in-browser ; set browser "open -g '%u'" +macro i set browser "youtube-dl --get-title --get-duration --get-description %u | less"; open-in-browser; set browser "open -g %u" +macro v set browser "mpvq %u 1>/dev/null 2>&1 & disown"; open-in-browser ; set browser "open -g %u" +macro w set browser "w3m"; open-in-browser ; set browser "open -g %u" +macro l set browser "lynx"; open-in-browser ; set browser "open -g %u" +macro c set browser "pbcopy <<<" ; open-in-browser ; set browser "open -g %u" +macro u set browser "urlview"; open-in-browser ; set browser "open -g %u" +macro a set browser "newsboat-dl aonly %u 1>/dev/null 2>&1 & disown"; open-in-browser ; set browser "open -g %u" +macro d set browser "newsboat-dl av %u 1>/dev/null 2>&1 & disown"; open-in-browser ; set browser "open -g %u" +macro s set browser "pocketsave %u 1>/dev/null 2>&1 & disown"; open-in-browser ; set browser "open -g %u" diff --git a/newsboat/urls b/newsboat/urls @@ -1,34 +1,37 @@ # Tech blogs -http://lukesmith.xyz/rss.xml "tech" "~Luke Smith" -https://notrelated.libsyn.com/rss "tech" "~Not Related podcast" -https://cli.fan/posts/index.xml "tech" "~cli.fan" -http://thedarnedestthing.com/rss.xml "tech" "~The Darnedest Thing" -https://www.mrspeaker.net/rss "tech" "~O! Mr Speaker" -http://feeds.labnol.org/labnol "tech" "~Digital Inspiration" -https://castel.dev/rss.xml "tech" "~Gilles Castel" -https://til.hashrocket.com/rss "tech" "~TIL Hashrocket" -https://habd.as/post/index.xml "tech" "~Josh Habdas" -# https://www.portexe.com/feed "tech" "~PortEXE" -https://blog.horejsek.com/posts.atom "tech" "~Michal Hořejšek" -https://blog.alex.balgavy.eu/atom.xml "tech" "~My blog" -https://brave.com/feed/?cc=1 "tech" "~Brave Browser" -https://usesthis.com/feed.atom "tech" "~X Uses This" -http://ridiculousfish.com/blog/atom.xml "tech" "~Ridiculous Fish" -https://news.ycombinator.com/rss "tech" "~Hacker News" -https://gizmodo.com/rss "tech" "~Gizmodo" -https://blog.privacytools.io/rss/ "tech" "~PrivacyTools.io" -https://nikodoko.com/index.xml "tech" "~Niko doko" -https://pragmaticpineapple.com/rss.xml "tech" "~Pragmatic Pineapple" -https://vimtricks.substack.com/feed "tech" "~Vimtricks" -https://resynth1943.net/feed.xml "tech" "~Resynth" -https://sysid.github.io/rss "tech" "~sysid" -https://www.ralismark.xyz/feed.xml "tech" "~Timmy Yao" -https://w0rp.com/blog/latest/feed/ "tech" "~w0rp" -https://idlewords.com/index.xml "tech" "~Maciej Ceglowski" +http://lukesmith.xyz/rss.xml "tech" "~Luke Smith" +https://notrelated.libsyn.com/rss "tech" "~Not Related podcast" +https://cli.fan/posts/index.xml "tech" "~cli.fan" +http://thedarnedestthing.com/rss.xml "tech" "~The Darnedest Thing" +https://www.mrspeaker.net/rss "tech" "~O! Mr Speaker" +http://feeds.labnol.org/labnol "tech" "~Digital Inspiration" +https://castel.dev/rss.xml "tech" "~Gilles Castel" +https://til.hashrocket.com/rss "tech" "~TIL Hashrocket" +https://habd.as/post/index.xml "tech" "~Josh Habdas" +# https://www.portexe.com/feed "tech" "~PortEXE" +https://blog.horejsek.com/posts.atom "tech" "~Michal Hořejšek" +https://blog.alex.balgavy.eu/atom.xml "tech" "~My blog" +https://brave.com/feed/?cc=1 "tech" "~Brave Browser" +https://usesthis.com/feed.atom "tech" "~X Uses This" +http://ridiculousfish.com/blog/atom.xml "tech" "~Ridiculous Fish" +https://news.ycombinator.com/rss "tech" "~Hacker News" +https://gizmodo.com/rss "tech" "~Gizmodo" +https://blog.privacytools.io/rss/ "tech" "~PrivacyTools.io" +https://nikodoko.com/index.xml "tech" "~Niko doko" +https://pragmaticpineapple.com/rss.xml "tech" "~Pragmatic Pineapple" +https://vimtricks.substack.com/feed "tech" "~Vimtricks" +https://resynth1943.net/feed.xml "tech" "~Resynth" +https://sysid.github.io/rss "tech" "~sysid" +https://www.ralismark.xyz/feed.xml "tech" "~Timmy Yao" +https://w0rp.com/blog/latest/feed/ "tech" "~w0rp" +https://idlewords.com/index.xml "tech" "~Maciej Ceglowski" +https://rss.alex.balgavy.eu/?action=display&bridge=Reddit&context=multi&rs=vim%2Ccommandline%2Cprivacy%2Cprivacytoolsio&format=Atom "tech" "~Subreddits" +https://rss.alex.balgavy.eu/?action=display&bridge=Reddit&context=single&r=freegamefindings&format=Atom "tech" "~Free games" # Deep web https://pirate.london/feed "deep web" "~pirate dot london" http://feeds.feedburner.com/Torrentfreak "deep web" "~TorrentFreak" +https://darknetlive.com/index.xml "deep web" "~Darknetlive" # News http://www.esa.int/rssfeed/Our_Activities/Space_News "news" "~ESA" @@ -44,6 +47,7 @@ https://www.dutchnews.nl/feed/?news "new https://huntnewsnu.com/feed/ "news" "~Huntington News" https://www.universetoday.com/feed/ "news" "~Universe Today" http://feeds.feedburner.com/sciencealert-latestnews "news" "~ScienceAlert" +https://feeds.feedburner.com/HaveIBeenPwnedLatestBreaches "news" "~Pwned sites" # Misc blogs https://waitbutwhy.com/feed "blogs" "~Wait But Why" @@ -60,6 +64,10 @@ https://www.freelists.org/feed/regolith-linux "sof https://github.com/laurent22/joplin/releases.atom "software-releases" "!" "~Joplin" https://gitlab.com/ajak/tuir/-/tags?format=atom "software-releases" "!" "~Tuir" https://github.com/newsboat/newsboat/releases.atom "software-releases" "!" "~Newsboat" +https://github.com/searx/searx/releases.atom "software-releases" "!" "~Searx" +https://github.com/RSS-Bridge/rss-bridge/commits/master.atom "software-releases" "!" "~RSS Bridge commits" +https://github.com/jbarlow83/OCRmyPDF/commits/master.atom "software-releases" "!" "~OCRmyPDF commits" + "query:Software releases:tags # \"software-releases\"" "tech" # Followed videos @@ -74,7 +82,7 @@ https://youtube.com/feeds/videos.xml?channel_id=UCR1D15p_vdP3HkrH8wgjQRw "yt- https://youtube.com/feeds/videos.xml?channel_id=UCMb0O2CdPBNi-QqPk5T3gsQ "yt-videos" "~James Hoffmann" https://youtube.com/feeds/videos.xml?channel_id=UCsXVk37bltHxD1rDPwtNM8Q "yt-videos" "~Kurzgesagt – In a Nutshell" https://youtube.com/feeds/videos.xml?channel_id=UCS5tt2z_DFvG7-39J3aE-bQ "yt-videos" "~Life of Boris" -#https://youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA "yt-videos" "~Luke Smith" +https://youtube.com/feeds/videos.xml?channel_id=UCi24k820MXfmgNGM0q9p8Kw "yt-videos" "~SlavTek" https://videos.lukesmith.xyz/feeds/videos.xml?accountId=3 "yt-videos" "~Luke Smith" https://youtube.com/feeds/videos.xml?channel_id=UCLRsP4_PvUWsu1sdA1wapyg "yt-videos" "~Mania Chykulay" https://youtube.com/feeds/videos.xml?channel_id=UCpXwMqnXfJzazKS5fJ8nrVw "yt-videos" "~shiey" @@ -257,37 +265,37 @@ https://youtube.com/feeds/videos.xml?channel_id=UCAeU5pSbiHwJ5n0u0Ui4HtA "yt- "query:Youtube Music:tags # \"yt-music\"" # Bands I follow -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=thousandsunsky&type=changes&limit=5&format=Atom "music" "~Thousand Sun Sky" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=sovereigndubstep&type=changes&limit=5&format=Atom "music" "~Sovereign" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=staghorn&type=changes&limit=5&format=Atom "music" "~STAGHORN" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=azuresands&type=changes&limit=5&format=Atom "music" "~Azuresands大麻" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=jinsangbeats&type=changes&limit=5&format=Atom "music" "~jinsang" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=toundra&type=changes&limit=5&format=Atom "music" "~Toundra" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=scienceagainstsphericsilence&type=changes&limit=5&format=Atom "music" "~Science Against Spheric Silence" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=yndihalda&type=changes&limit=5&format=Atom "music" "~yndi halda" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=thiswilldestroyyou&type=changes&limit=5&format=Atom "music" "~This Will Destroy You" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=pglost&type=changes&limit=5&format=Atom "music" "~pg.lost" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=ifthesetreescouldtalk&type=changes&limit=5&format=Atom "music" "~If These Trees Could Talk" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=reallyslowmotion&type=changes&limit=5&format=Atom "music" "~Really Slow Motion" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=moleculestominds&type=changes&limit=5&format=Atom "music" "~Molecules To Minds" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=sleepmakeswaves&type=changes&limit=5&format=Atom "music" "~sleepmakeswaves" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=shponglemusic&type=changes&limit=5&format=Atom "music" "~Shpongle" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=simonposford&type=changes&limit=5&format=Atom "music" "~Simon Posford" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=shelsmusic&type=changes&limit=5&format=Atom "music" "~*shelsmusic" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=god-is-an-astronaut&type=changes&limit=5&format=Atom "music" "~GOD IS AN ASTRONAUT" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=welostthesea&type=changes&limit=5&format=Atom "music" "~We Lost The Sea" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=explosionsinthesky&type=changes&limit=5&format=Atom "music" "~Explosions in the Sky" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=godspeedyoublackemperor&type=changes&limit=5&format=Atom "music" "~Godspeed You! Black Emperor" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=meniscusmusic&type=changes&limit=5&format=Atom "music" "~meniscus" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=the-evpatoria-report&type=changes&limit=5&format=Atom "music" "~The Evpatoria Report" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=fliesarespiesfromhell&type=changes&limit=5&format=Atom "music" "~Flies Are Spies From Hell" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=monoofjapan&type=changes&limit=5&format=Atom "music" "~MONO" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=emancipator&type=changes&limit=5&format=Atom "music" "~emancipator" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=aesthesys&type=changes&limit=5&format=Atom "music" "~Aesthesys" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=changeofplans&type=changes&limit=5&format=Atom "music" "~Change Of Plans" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=dumbsaint&type=changes&limit=5&format=Atom "music" "~Dumbsaint" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=glaston&type=changes&limit=5&format=Atom "music" "~glaston" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=mynameisgriz&type=changes&limit=5&format=Atom "music" "~GRIZ" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=65daysofstatic&type=changes&limit=5&format=Atom "music" "~65daysofstatic" -https://sebsauvage.net/rss-bridge/?action=display&bridge=Bandcamp&context=By+band&band=gramatik&type=changes&limit=5&format=Atom "music" "~Gramatik" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=thousandsunsky&type=changes&limit=5&format=Atom "music" "~Thousand Sun Sky" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=sovereigndubstep&type=changes&limit=5&format=Atom "music" "~Sovereign" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=staghorn&type=changes&limit=5&format=Atom "music" "~STAGHORN" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=azuresands&type=changes&limit=5&format=Atom "music" "~Azuresands大麻" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=jinsangbeats&type=changes&limit=5&format=Atom "music" "~jinsang" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=toundra&type=changes&limit=5&format=Atom "music" "~Toundra" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=scienceagainstsphericsilence&type=changes&limit=5&format=Atom "music" "~Science Against Spheric Silence" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=yndihalda&type=changes&limit=5&format=Atom "music" "~yndi halda" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=thiswilldestroyyou&type=changes&limit=5&format=Atom "music" "~This Will Destroy You" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=pglost&type=changes&limit=5&format=Atom "music" "~pg.lost" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=ifthesetreescouldtalk&type=changes&limit=5&format=Atom "music" "~If These Trees Could Talk" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=reallyslowmotion&type=changes&limit=5&format=Atom "music" "~Really Slow Motion" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=moleculestominds&type=changes&limit=5&format=Atom "music" "~Molecules To Minds" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=sleepmakeswaves&type=changes&limit=5&format=Atom "music" "~sleepmakeswaves" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=shponglemusic&type=changes&limit=5&format=Atom "music" "~Shpongle" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=simonposford&type=changes&limit=5&format=Atom "music" "~Simon Posford" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=shelsmusic&type=changes&limit=5&format=Atom "music" "~*shelsmusic" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=god-is-an-astronaut&type=changes&limit=5&format=Atom "music" "~GOD IS AN ASTRONAUT" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=welostthesea&type=changes&limit=5&format=Atom "music" "~We Lost The Sea" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=explosionsinthesky&type=changes&limit=5&format=Atom "music" "~Explosions in the Sky" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=godspeedyoublackemperor&type=changes&limit=5&format=Atom "music" "~Godspeed You! Black Emperor" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=meniscusmusic&type=changes&limit=5&format=Atom "music" "~meniscus" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=the-evpatoria-report&type=changes&limit=5&format=Atom "music" "~The Evpatoria Report" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=fliesarespiesfromhell&type=changes&limit=5&format=Atom "music" "~Flies Are Spies From Hell" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=monoofjapan&type=changes&limit=5&format=Atom "music" "~MONO" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=emancipator&type=changes&limit=5&format=Atom "music" "~emancipator" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=aesthesys&type=changes&limit=5&format=Atom "music" "~Aesthesys" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=changeofplans&type=changes&limit=5&format=Atom "music" "~Change Of Plans" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=dumbsaint&type=changes&limit=5&format=Atom "music" "~Dumbsaint" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=glaston&type=changes&limit=5&format=Atom "music" "~glaston" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=mynameisgriz&type=changes&limit=5&format=Atom "music" "~GRIZ" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=65daysofstatic&type=changes&limit=5&format=Atom "music" "~65daysofstatic" +https://rss.alex.balgavy.eu/?action=display&bridge=Bandcamp&context=By+band&band=gramatik&type=changes&limit=5&format=Atom "music" "~Gramatik" "query:Music:tags # \"music\""