dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 880e898a987963ae904852e1712ab052e3542a9e
parent 954ac629f797ca1164d1528f7292b3e00e0750e2
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri,  8 Dec 2023 20:33:39 +0000

migrate newsboat

Diffstat:
Anewsboat/.config/newsboat/config | 66++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Anewsboat/.config/newsboat/urls | 234+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Dnewsboat/.newsboat/config | 65-----------------------------------------------------------------
Dnewsboat/.newsboat/urls | 232-------------------------------------------------------------------------------
Dnewsboat/bin/boat_sync | 9---------
5 files changed, 300 insertions(+), 306 deletions(-)

diff --git a/newsboat/.config/newsboat/config b/newsboat/.config/newsboat/config @@ -0,0 +1,66 @@ +# ░█▀█░█▀▀░█░█░█▀▀░█▀▄░█▀█░█▀█░▀█▀░░ +# ░█░█░█▀▀░█▄█░▀▀█░█▀▄░█░█░█▀█░░█░░░ +# ░▀░▀░▀▀▀░▀░▀░▀▀▀░▀▀░░▀▀▀░▀░▀░░▀░░░ +auto-reload no +reload-threads 100 + +browser lynx +save-path ~/tmp +notify-program /usr/bin/notify-send +player mpv +confirm-mark-feed-read no + +# interface +text-width 0 +max-items 10 + +# interface colours +color info color11 black +color listfocus color7 color8 +color listfocus_unread color11 color8 +color listnormal color7 default +color listnormal_unread color13 default + +# feedlist format and colours +highlight feedlist "┣." color241 default +highlight feedlist "━" color241 default +highlight feedlist "┃" color241 default +highlight feedlist "■" color59 default +highlight feedlist "▓" color241 default +highlight feedlist "▒" color241 default +highlight feedlist "░" color241 default +highlight feedlist " [1-9]. " color15 default +# the 'whitespace' here is digraphs #188 (ctrl-k 14) +highlight feedlist "⋯[a-z].*⋯" color15 default +feedlist-format "%?l?▓ %=2i %t &▓▓▒▒░░ %t ░░▒▒?" + + +# article format and colours +#articlelist-format "%?T? │ %2i %f %t?" +highlight articlelist "▓" color241 default +articlelist-format "▓ %2i %t" +highlight article "^Feed:.*" color1 default +highlight article "^Title:.*" color6 default +highlight article "^Author:.*" color7 default +highlight article "^Date:.*" color15 default +highlight article "^Link:.*" color15 color236 + +# key bindings +bind-key j down +bind-key k up +bind-key h quit +bind-key l open + +# macros +macro ; open-in-browser +macro m set browser "mpv --profile=quick %u" ; open-in-browser ; set browser lynx +macro r set browser "~/bin/newstuir %u" ; open-in-browser ; set browser lynx +macro i set browser "~/bin/webimg" ; open-in-browser ; set browser lynx +macro y set browser "youtube-dl -o '~/lib/videos/youtube/sort_out/%(title)s.%(ext)s' '%u'" ; open-in-browser ; set browser lynx + +# podboat +download-path "~/lib/audio/podcasts/%n" +download-filename-format "%n-%t" +max-downloads 3 +player "mpv --profile=quick --no-audio-display --input-ipc-server=/tmp/mpvsock" +podlist-format "%4i %-10S %b diff --git a/newsboat/.config/newsboat/urls b/newsboat/.config/newsboat/urls @@ -0,0 +1,234 @@ +blogs +https://www.stashmycomics.com/user-rss.asp?w=s&usercode=clengrorneq "~stash" "comics" +https://log.pyratebeard.net/rss.xml "~pyratebeard" "blogs" +http://feeds.xero.nu/rss/blog/newest "~xero" "blogs" +https://venam.nixers.net/blog/feed.xml "~venam" "blogs" +https://lonesysadmin.net/feed/ "~lonesysadmin" "blogs" +http://comicsbulletin.com/feed/ "~comics bulletin" "blogs" "comics" +http://www.previewsworld.com/Rss/1/1/71 "~previews world" "blogs" "comics" +https://www.comicsbeat.com/feed/ "~the beat" "blogs" "comics" +https://www.digitalrights.ie/feed/ "~digital rights ireland" "blogs" +https://drkhsh.at/rss.xml "~drkhsh" "blogs" + +newsletters +https://nixers.net/newsletter/feed.xml "~nixers" "newsletters" +https://www.archlinux.org/feeds/news/ "~arch" "newsletters" +https://pluralistic.net/feed/ "~cory - pluralistic" "newsletters" +https://fedoramagazine.org/feed/ "~fedora magazine" "newsletters" +https://itsfoss.com/feed/ "~it's foss" "newsletters" +http://feeds.feedburner.com/comiclistfeed "~comic list - this week" "newsletters" "comics" +http://feeds.feedburner.com/comiclistnextweek "~comic list - next week" "newsletters" "comics" +http://www.metalstorm.net/rss/news.xml "~metalstorm" "newsletters" "music" + +reddit +https://reddit.com/r/unixart.rss "~unixart" "reddit" +https://reddit.com/r/vim.rss "~vim" "reddit" +https://reddit.com/r/zsh.rss "~zsh" "reddit" +https://reddit.com/r/privacy.rss "~privacy" "reddit" +https://reddit.com/r/opensource.rss "~opensource" "reddit" +https://reddit.com/r/comicbooks.rss "~comicbooks" "reddit" "comics" +https://reddit.com/r/comicbookcollecting.rss "~comicbookcollecting" "reddit" "comics" + +mastodon +https://mastodon.social/@pyratebeard.rss "~pyratebeard" "mastodon" +https://mastodon.social/@eff.rss "~eff" "mastodon" +https://mastodon.social/@x0rz.rss "~x0rz" "mastodon" +https://infosec.exchange/@0xmrtn.rss "~0xmrtn" "mastodon" + +twitter +https://nitter.net/rikkuness/rss "~rikkuness" "twitter" +https://nitter.net/moongoosedani/rss "~moongoosedani" "twitter" +https://nitter.net/dogspacesuit/rss "~dogspacesuit" "twitter" +https://nitter.net/_glasshalfphil/rss "~_glasshalfphil" "twitter" +https://nitter.net/fontvirus/rss "~fontvirus" "twitter" +https://nitter.net/doctorow/rss "~doctorow" "twitter" +https://nitter.net/pyratebeard/lists/tech/rss "~tech list" "twitter" "tech" + +podcasts +https://podcast.nixers.net/feed/feed.xml "~nixers" "podcasts" +http://www.2600.com/oth-broadband.xml "~off the hook" "podcasts" +http://feeds.feedburner.com/doctorow_podcast "~cory doctorow" "podcasts" +http://feeds.soundcloud.com/users/soundcloud:users:261098918/sounds.rss "~priv, sec, osint" "podcasts" +https://feeds.feedburner.com/xplainthexmen "~x-plain the x-men" "podcasts" +https://myhauntedhead.libsyn.com/rss "~my haunted head" "podcasts" +https://bigpunchstudios.squarespace.com/jlacast?format=rss "~the jlacast" "podcasts" "comics" +https://latenightlinux.com/feed/all "~late night linux" "podcasts" +https://destinationlinux.org/feed/mp3 "~destination linux" "podcasts" +https://www.smashingsecurity.com/rss "~smashing security" "podcasts" +https://linuxmatters.sh/episode/index.xml "~linux matters" "podcasts" + +videos +https://invidious.snopyta.org/feed/channel/UC3s0BtrBJpwNDaflRSoiieQ "~hak5" "youtube" +https://invidious.snopyta.org/feed/channel/UCeUMZ4t3ezEJFhXHJg9rshQ "~bangertv" "youtube" +https://invidious.snopyta.org/feed/channel/UCRcgy6GzDeccI7dkbbBna3Q "~lemmino" "youtube" +https://invidious.snopyta.org/feed/channel/UCpFFItkfZz1qz5PpHpqzYBw "~nexpo" "youtube" +https://invidious.snopyta.org/feed/channel/UCQ-EfYqpcN0zOQPAPgG6rhQ "~xero" "youtube" +https://invidious.snopyta.org/feed/channel/UCPWjCY320JFSGqTlaD8ktqA "~sideshowmonkeyart" "youtube" "art" +https://invidious.snopyta.org/feed/channel/UC0-xeMXO_Vu8_wqqKf_Nipg "~david finch" "youtube" "art" +https://invidious.snopyta.org/feed/channel/UC8bW15a945PVgNYGdUkzLhg "~robert marzullo" "youtube" "art" +https://tilvids.com/feeds/videos.xml?videoChannelId=2775 "~veronica explains" "peertube" "tech" +https://invidious.snopyta.org/feed/channel/UCEFW1E8QzP-hKxjO2Rj68wg "~nat's what i reckon" "youtube" "comedy" + +music +https://media.defcon.org/DEF%20CON%20rss/defcon-18-music.rss "~defcon" "music" +http://www.hrhmag.com/category/event-news/hrh-vikings/feed "~hrh vikings" "music" + +code +https://www.kernel.org/feeds/kdist.xml "~kernel releases" "code" +https://code.briarproject.org/briar/briar/-/tags?format=atom "~briar - tags" "code" + +security +https://nvd.nist.gov/feeds/xml/cve/misc/nvd-rss.xml "~nvd all" "security" +https://nvd.nist.gov/feeds/xml/cve/misc/nvd-rss-analyzed.xml "~nvd analysed" "security" + +news +https://www.irishtimes.com/cmlink/news-1.1319192 "~irish times" "news headlines" +http://feeds.bbci.co.uk/news/rss.xml "~bbc top stories" "news headlines" +https://soylentnews.org/index.rss "~soylent news" "news headlines" +https://www.phoronix.com/rss.php "~phoronix" "news tech" + +#lazybear +# ## bloggers +#https://andregarzia.com/feeds/all.atom.xml +#https://amycastor.com/feed/ +#https://fury.hk/feed.xml +#https://pimoore.ca/feed.xml +#https://bbbhltz.codeberg.page/rss.xml +#https://eli.li/feed.rss +#https://alirezahayati.com/feed +#https://lucasdidthis.com/feed +#https://jetgirl.art/feed +#https://www.edwinwenink.xyz/index.xml +#https://nolanlawson.com/feed +#https://erzadel.net/feed.xml +#https://thoughtshrapnel.com/feed/ +#https://dougbelshaw.com/blog/feed/ +#https://austinkleon.com/feed/ +#https://baez.link/feed/ +#https://belmoussaoui.com/feed +#https://benjamincongdon.me/blog/feed.xml +#https://blog.melyanna.net/feed/ +#https://boats.gitlab.io/blog/index.xml +#https://bravenewgeek.com/feed/ +#https://desmondrivet.com/feeds/all.rss +#https://drewdevault.com/feed.xml +#https://feed.ctrl.blog/latest.atom +#https://gilest.org/feed/ +#https://hund.tty1.se/feed.xml +#https://jamesvandyne.com/feed/ +#https://jamiesnotes.com/feed/ +#https://jan.boddez.net/feed +#https://jlelse.blog/index.xml +#https://julian.digital/rss +#https://jvns.ca/atom.xml +#https://lemire.me/blog/feed/ +#https://m.signalvnoise.com/feed/ +#https://markosaric.com/feed/ +#https://michael.stapelberg.ch/feed.xml +#https://miek.nl/index.xml +#https://pluralistic.net/feed/ +#https://sivers.org/en.atom +#https://strangevistas.com/feed/ +#https://trivial.observer/index.xml +#https://werd.io/content/all?_t=rss +#https://without.boats/index.xml +#https://www.dandevri.es/weeknotes/feed.xml +#https://www.jefftk.com/news.rss +#https://www.stefanjudis.com/rss.xml +#https://yarmo.eu/rss/all +#https://zerokspot.com/index.xml +#http://feeds.feedburner.com/nakedcapitalism?format=xml +#https://rakhim.org/index.xml +#https://xiu.io/index.xml +#https://melindawyers.com/feed/rss +#https://paulphilippov.com/articles.rss +#https://oscarbenedito.com/blog/index.xml +#https://colinwalker.blog/dailyfeed.rss +#https://wilw.dev/feeds +#https://rusingh.com/feed/ +#https://tilde.town/~kzimmermann/articles/atom.xml +#https://gomakethings.com/feed/index.xml +#https://elswr.co/feed/ +#https://ashfurrow.com/feed.xml +# +### Linux - system - foss +#https://lwn.net/headlines/newrss +#https://adamdesk.com/feed/blog.xml +#https://hunden.linuxkompis.se/feed.xml +#https://www.researchut.com/index.xml +#http://jimmac.musichall.cz/feed.xml +#https://planet.debian.org/rss20.xml +#http://ithare.com/feed/ +#https://unixism.net/feed/ +# +### Vim - tmux +#https://ctoomey.com/atom.xml +# +### Rust related +#https://this-week-in-rust.org/rss.xml +#https://feeds.feedburner.com/steveklabnik/words +#https://fasterthanli.me/index.xml +# +### Photography +#https://fujixweekly.com/feed/ +#https://www.japancamerahunter.com/feed +#https://blog.joaoalmeidaphotography.com/en/feed/ +#https://jonasraskphotography.com/feed/ +#https://waylonwalker.com/rss.xml +#https://fujilove.com/feed/ +#https://www.fujixpassion.com/feed/ +#https://yannickschutz.com/index.xml +#https://paulstamatiou.com/ +#https://gregorymignard.com/index.xml +#https://readframes.com/feed/ +#http://www.peterdrastrup.com/personal?format=rss +# +### Art +#https://saulsteinbergfoundation.org/feed/ +# +## Infosec +#https://www.schneier.com/feed/ +#https://www.welivesecurity.com/feed +#https://feeds.feedburner.com/TheHackersNews?format=xml +#https://portswigger.net/daily-swig/rss +#https://threatpost.com/feed +#https://www.nist.gov/news-events/nist-rss-feeds +#https://www.cisa.gov/uscert/ncas/all.xml +#https://www.lightbluetouchpaper.org/feed +# +### Privacy +#https://ar.al/index.xml +#https://edwardsnowden.substack.com/feed/ +#https://www.icij.org/feed +# +### Literary +#https://www.karlcalagan.com/reads?format=rss +#https://lithub.com/feed/ +# +### Web design +#https://alistapart.com/main/feed/ +#https://css-tricks.com/feed/ +# +### Doodling - drawing - comics +#https://feeds.feedburner.com/DoodlersAnonymous +#https://dilbert.com/feed.rss +#https://www.monkeyuser.com/feed.xml +#https://emmaclit.com/feed/ +#https://weeklypencil.com/the-weekly-pencil?format=rss +#https://newspaperblackout.com/rss +# +### Stoicism +#https://ryanholiday.net/feed/atom/ +# +### Technology - News +#https://annoying.technology/index.xml +#https://www.protocol.com/feeds/feed.rss +#https://hackernoon.com/feed +#https://netflixtechblog.com/feed +#https://hackaday.com/feed/ +#https://www.theatlantic.com/feed/best-of/ +#https://factourism.com/feed +# +# +### Desktop design +#https://www.makerstations.io/rss/ diff --git a/newsboat/.newsboat/config b/newsboat/.newsboat/config @@ -1,65 +0,0 @@ -# ░█▀█░█▀▀░█░█░█▀▀░█▀▄░█▀█░█▀█░▀█▀░░ -# ░█░█░█▀▀░█▄█░▀▀█░█▀▄░█░█░█▀█░░█░░░ -# ░▀░▀░▀▀▀░▀░▀░▀▀▀░▀▀░░▀▀▀░▀░▀░░▀░░░ -auto-reload no - -browser lynx -save-path ~/tmp -notify-program /usr/bin/notify-send -player mpv -confirm-mark-feed-read no - -# interface -text-width 0 -max-items 10 - -# interface colours -color info color11 black -color listfocus color7 color8 -color listfocus_unread color11 color8 -color listnormal color7 default -color listnormal_unread color13 default - -# feedlist format and colours -highlight feedlist "┣." color241 default -highlight feedlist "━" color241 default -highlight feedlist "┃" color241 default -highlight feedlist "■" color59 default -highlight feedlist "▓" color241 default -highlight feedlist "▒" color241 default -highlight feedlist "░" color241 default -highlight feedlist " [1-9]. " color15 default -# the 'whitespace' here is digraphs #188 (ctrl-k 14) -highlight feedlist "⋯[a-z].*⋯" color15 default -feedlist-format "%?l?▓ %=2i %t &▓▓▒▒░░ %t ░░▒▒?" - - -# article format and colours -#articlelist-format "%?T? │ %2i %f %t?" -highlight articlelist "▓" color241 default -articlelist-format "▓ %2i %t" -highlight article "^Feed:.*" color1 default -highlight article "^Title:.*" color6 default -highlight article "^Author:.*" color7 default -highlight article "^Date:.*" color15 default -highlight article "^Link:.*" color15 color236 - -# key bindings -bind-key j down -bind-key k up -bind-key h quit -bind-key l open - -# macros -macro ; open-in-browser -macro m set browser "mpv --profile=quick %u" ; open-in-browser ; set browser lynx -macro r set browser "~/bin/newstuir %u" ; open-in-browser ; set browser lynx -macro i set browser "~/bin/webimg" ; open-in-browser ; set browser lynx -macro y set browser "youtube-dl -o '~/lib/videos/youtube/sort_out/%(title)s.%(ext)s' '%u'" ; open-in-browser ; set browser lynx - -# podboat -download-path "~/lib/audio/podcasts/%n" -download-filename-format "%n-%t" -max-downloads 3 -player "mpv --profile=quick --no-audio-display --input-ipc-server=/tmp/mpvsock" -podlist-format "%4i %-10S %b diff --git a/newsboat/.newsboat/urls b/newsboat/.newsboat/urls @@ -1,232 +0,0 @@ -blogs -https://www.stashmycomics.com/user-rss.asp?w=s&usercode=clengrorneq "~stash" "comics" -https://log.pyratebeard.net/rss.xml "~pyratebeard" "blogs" -http://feeds.xero.nu/rss/blog/newest "~xero" "blogs" -https://venam.nixers.net/blog/feed.xml "~venam" "blogs" -https://lonesysadmin.net/feed/ "~lonesysadmin" "blogs" -http://comicsbulletin.com/feed/ "~comics bulletin" "blogs" "comics" -http://www.previewsworld.com/Rss/1/1/71 "~previews world" "blogs" "comics" -https://www.comicsbeat.com/feed/ "~the beat" "blogs" "comics" -https://www.digitalrights.ie/feed/ "~digital rights ireland" "blogs" -https://drkhsh.at/rss.xml "~drkhsh" "blogs" - -newsletters -https://nixers.net/newsletter/feed.xml "~nixers" "newsletters" -https://www.archlinux.org/feeds/news/ "~arch" "newsletters" -https://pluralistic.net/feed/ "~cory - pluralistic" "newsletters" -https://fedoramagazine.org/feed/ "~fedora magazine" "newsletters" -https://itsfoss.com/feed/ "~it's foss" "newsletters" -http://feeds.feedburner.com/comiclistfeed "~comic list - this week" "newsletters" "comics" -http://feeds.feedburner.com/comiclistnextweek "~comic list - next week" "newsletters" "comics" -http://www.metalstorm.net/rss/news.xml "~metalstorm" "newsletters" "music" - -reddit -https://reddit.com/r/unixart.rss "~unixart" "reddit" -https://reddit.com/r/vim.rss "~vim" "reddit" -https://reddit.com/r/zsh.rss "~zsh" "reddit" -https://reddit.com/r/privacy.rss "~privacy" "reddit" -https://reddit.com/r/opensource.rss "~opensource" "reddit" -https://reddit.com/r/comicbooks.rss "~comicbooks" "reddit" "comics" -https://reddit.com/r/comicbookcollecting.rss "~comicbookcollecting" "reddit" "comics" - -mastodon -https://mastodon.social/@pyratebeard.rss "~pyratebeard" "mastodon" -https://mastodon.social/@eff.rss "~eff" "mastodon" -https://mastodon.social/@x0rz.rss "~x0rz" "mastodon" -https://infosec.exchange/@0xmrtn.rss "~0xmrtn" "mastodon" - -twitter -https://nitter.net/rikkuness/rss "~rikkuness" "twitter" -https://nitter.net/moongoosedani/rss "~moongoosedani" "twitter" -https://nitter.net/dogspacesuit/rss "~dogspacesuit" "twitter" -https://nitter.net/_glasshalfphil/rss "~_glasshalfphil" "twitter" -https://nitter.net/fontvirus/rss "~fontvirus" "twitter" -https://nitter.net/doctorow/rss "~doctorow" "twitter" -https://nitter.net/pyratebeard/lists/tech/rss "~tech list" "twitter" "tech" - -podcasts -https://podcast.nixers.net/feed/feed.xml "~nixers" "podcasts" -http://www.2600.com/oth-broadband.xml "~off the hook" "podcasts" -http://feeds.feedburner.com/doctorow_podcast "~cory doctorow" "podcasts" -http://feeds.soundcloud.com/users/soundcloud:users:261098918/sounds.rss "~priv, sec, osint" "podcasts" -https://feeds.feedburner.com/xplainthexmen "~x-plain the x-men" "podcasts" -https://myhauntedhead.libsyn.com/rss "~my haunted head" "podcasts" -https://bigpunchstudios.squarespace.com/jlacast?format=rss "~the jlacast" "podcasts" "comics" -https://latenightlinux.com/feed/all "~late night linux" "podcasts" -https://destinationlinux.org/feed/mp3 "~destination linux" "podcasts" -https://www.smashingsecurity.com/rss "~smashing security" "podcasts" - -videos -https://invidious.snopyta.org/feed/channel/UC3s0BtrBJpwNDaflRSoiieQ "~hak5" "youtube" -https://invidious.snopyta.org/feed/channel/UCeUMZ4t3ezEJFhXHJg9rshQ "~bangertv" "youtube" -https://invidious.snopyta.org/feed/channel/UCRcgy6GzDeccI7dkbbBna3Q "~lemmino" "youtube" -https://invidious.snopyta.org/feed/channel/UCpFFItkfZz1qz5PpHpqzYBw "~nexpo" "youtube" -https://invidious.snopyta.org/feed/channel/UCQ-EfYqpcN0zOQPAPgG6rhQ "~xero" "youtube" -https://invidious.snopyta.org/feed/channel/UCPWjCY320JFSGqTlaD8ktqA "~sideshowmonkeyart" "youtube" "art" -https://invidious.snopyta.org/feed/channel/UC0-xeMXO_Vu8_wqqKf_Nipg "~david finch" "youtube" "art" -https://invidious.snopyta.org/feed/channel/UC8bW15a945PVgNYGdUkzLhg "~robert marzullo" "youtube" "art" -https://tilvids.com/feeds/videos.xml?videoChannelId=2775 "~veronica explains" "peertube" "tech" - -music -https://media.defcon.org/DEF%20CON%20rss/defcon-18-music.rss "~defcon" "music" -http://www.hrhmag.com/category/event-news/hrh-vikings/feed "~hrh vikings" "music" - -code -https://www.kernel.org/feeds/kdist.xml "~kernel releases" "code" -https://code.briarproject.org/briar/briar/-/tags?format=atom "~briar - tags" "code" - -security -https://nvd.nist.gov/feeds/xml/cve/misc/nvd-rss.xml "~nvd all" "security" -https://nvd.nist.gov/feeds/xml/cve/misc/nvd-rss-analyzed.xml "~nvd analysed" "security" - -news -https://www.irishtimes.com/cmlink/news-1.1319192 "~irish times" "news headlines" -http://feeds.bbci.co.uk/news/rss.xml "~bbc top stories" "news headlines" -https://soylentnews.org/index.rss "~soylent news" "news headlines" -https://www.phoronix.com/rss.php "~phoronix" "news tech" - -#lazybear -# ## bloggers -#https://andregarzia.com/feeds/all.atom.xml -#https://amycastor.com/feed/ -#https://fury.hk/feed.xml -#https://pimoore.ca/feed.xml -#https://bbbhltz.codeberg.page/rss.xml -#https://eli.li/feed.rss -#https://alirezahayati.com/feed -#https://lucasdidthis.com/feed -#https://jetgirl.art/feed -#https://www.edwinwenink.xyz/index.xml -#https://nolanlawson.com/feed -#https://erzadel.net/feed.xml -#https://thoughtshrapnel.com/feed/ -#https://dougbelshaw.com/blog/feed/ -#https://austinkleon.com/feed/ -#https://baez.link/feed/ -#https://belmoussaoui.com/feed -#https://benjamincongdon.me/blog/feed.xml -#https://blog.melyanna.net/feed/ -#https://boats.gitlab.io/blog/index.xml -#https://bravenewgeek.com/feed/ -#https://desmondrivet.com/feeds/all.rss -#https://drewdevault.com/feed.xml -#https://feed.ctrl.blog/latest.atom -#https://gilest.org/feed/ -#https://hund.tty1.se/feed.xml -#https://jamesvandyne.com/feed/ -#https://jamiesnotes.com/feed/ -#https://jan.boddez.net/feed -#https://jlelse.blog/index.xml -#https://julian.digital/rss -#https://jvns.ca/atom.xml -#https://lemire.me/blog/feed/ -#https://m.signalvnoise.com/feed/ -#https://markosaric.com/feed/ -#https://michael.stapelberg.ch/feed.xml -#https://miek.nl/index.xml -#https://pluralistic.net/feed/ -#https://sivers.org/en.atom -#https://strangevistas.com/feed/ -#https://trivial.observer/index.xml -#https://werd.io/content/all?_t=rss -#https://without.boats/index.xml -#https://www.dandevri.es/weeknotes/feed.xml -#https://www.jefftk.com/news.rss -#https://www.stefanjudis.com/rss.xml -#https://yarmo.eu/rss/all -#https://zerokspot.com/index.xml -#http://feeds.feedburner.com/nakedcapitalism?format=xml -#https://rakhim.org/index.xml -#https://xiu.io/index.xml -#https://melindawyers.com/feed/rss -#https://paulphilippov.com/articles.rss -#https://oscarbenedito.com/blog/index.xml -#https://colinwalker.blog/dailyfeed.rss -#https://wilw.dev/feeds -#https://rusingh.com/feed/ -#https://tilde.town/~kzimmermann/articles/atom.xml -#https://gomakethings.com/feed/index.xml -#https://elswr.co/feed/ -#https://ashfurrow.com/feed.xml -# -### Linux - system - foss -#https://lwn.net/headlines/newrss -#https://adamdesk.com/feed/blog.xml -#https://hunden.linuxkompis.se/feed.xml -#https://www.researchut.com/index.xml -#http://jimmac.musichall.cz/feed.xml -#https://planet.debian.org/rss20.xml -#http://ithare.com/feed/ -#https://unixism.net/feed/ -# -### Vim - tmux -#https://ctoomey.com/atom.xml -# -### Rust related -#https://this-week-in-rust.org/rss.xml -#https://feeds.feedburner.com/steveklabnik/words -#https://fasterthanli.me/index.xml -# -### Photography -#https://fujixweekly.com/feed/ -#https://www.japancamerahunter.com/feed -#https://blog.joaoalmeidaphotography.com/en/feed/ -#https://jonasraskphotography.com/feed/ -#https://waylonwalker.com/rss.xml -#https://fujilove.com/feed/ -#https://www.fujixpassion.com/feed/ -#https://yannickschutz.com/index.xml -#https://paulstamatiou.com/ -#https://gregorymignard.com/index.xml -#https://readframes.com/feed/ -#http://www.peterdrastrup.com/personal?format=rss -# -### Art -#https://saulsteinbergfoundation.org/feed/ -# -## Infosec -#https://www.schneier.com/feed/ -#https://www.welivesecurity.com/feed -#https://feeds.feedburner.com/TheHackersNews?format=xml -#https://portswigger.net/daily-swig/rss -#https://threatpost.com/feed -#https://www.nist.gov/news-events/nist-rss-feeds -#https://www.cisa.gov/uscert/ncas/all.xml -#https://www.lightbluetouchpaper.org/feed -# -### Privacy -#https://ar.al/index.xml -#https://edwardsnowden.substack.com/feed/ -#https://www.icij.org/feed -# -### Literary -#https://www.karlcalagan.com/reads?format=rss -#https://lithub.com/feed/ -# -### Web design -#https://alistapart.com/main/feed/ -#https://css-tricks.com/feed/ -# -### Doodling - drawing - comics -#https://feeds.feedburner.com/DoodlersAnonymous -#https://dilbert.com/feed.rss -#https://www.monkeyuser.com/feed.xml -#https://emmaclit.com/feed/ -#https://weeklypencil.com/the-weekly-pencil?format=rss -#https://newspaperblackout.com/rss -# -### Stoicism -#https://ryanholiday.net/feed/atom/ -# -### Technology - News -#https://annoying.technology/index.xml -#https://www.protocol.com/feeds/feed.rss -#https://hackernoon.com/feed -#https://netflixtechblog.com/feed -#https://hackaday.com/feed/ -#https://www.theatlantic.com/feed/best-of/ -#https://factourism.com/feed -# -# -### Desktop design -#https://www.makerstations.io/rss/ diff --git a/newsboat/bin/boat_sync b/newsboat/bin/boat_sync @@ -1,9 +0,0 @@ -#!/usr/bin/env bash - -export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus -/usr/bin/newsboat -x reload -sleep 10 - -#if [ ! -f ~/.newsboat/cache.db.lock ] ; then -# rsync -azu ~/.newsboat/cache.db blacksun:newsboat/cache.db -#fi