diff options
author | Tyler Davis <tyler@gluecode.net> | 2024-05-27 04:03:43 +0000 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2024-05-27 04:03:43 +0000 |
commit | 315fc69a6d1ea20dbf310679a298bbde4a410bee (patch) | |
tree | a4646d33c72882b6f619c4c949dd40bda45df661 | |
parent | 9cffe29038413ca16be553bceed67c36eb97fd14 (diff) | |
download | dotfiles-315fc69a6d1ea20dbf310679a298bbde4a410bee.tar.gz dotfiles-315fc69a6d1ea20dbf310679a298bbde4a410bee.zip |
rss: add snownews
-rw-r--r-- | .config/snownews/colors | 21 | ||||
-rw-r--r-- | .config/snownews/keybindings | 39 | ||||
-rw-r--r-- | .config/snownews/urls.opml | 21 |
3 files changed, 81 insertions, 0 deletions
diff --git a/.config/snownews/colors b/.config/snownews/colors new file mode 100644 index 0000000..8675dde --- /dev/null +++ b/.config/snownews/colors @@ -0,0 +1,21 @@ +# Snownews color definitons +# black:0 +# red:1 +# green:2 +# orange:3 +# blue:4 +# magenta(tm):5 +# cyan:6 +# gray:7 +# brightred:9 +# brightgreen:10 +# yellow:11 +# brightblue:12 +# brightmagenta:13 +# brightcyan:14 +# white:15 +# no color:-1 +enabled:1 +new item:5 +goto url:4 +feedtitle:-1 diff --git a/.config/snownews/keybindings b/.config/snownews/keybindings new file mode 100644 index 0000000..d5a571b --- /dev/null +++ b/.config/snownews/keybindings @@ -0,0 +1,39 @@ +# Snownews keybindings configfile +# Main menu bindings +add feed:a +delete feed:D +reload all feeds:R +change default browser:B +move item up:K +move item down:J +change feedname:c +sort feeds:s +categorize feed:C +apply filter:f +only current category:g +mark all as read:m +remove filter:F +per feed filter:e +toggle AND/OR filtering:X +quit:q +# Feed display menu bindings +show feedinfo:i +mark feed as read:m +mark item unread:M +# General keybindungs +next item:j +previous item:k +return to previous menu:h +reload feed:r +force reload feed:T +open url:o +open item url in overview:O +page up:b +page down: +top:< +bottom:> +enter:l +show new headlines:H +help menu:? +about:A +type ahead find:/ diff --git a/.config/snownews/urls.opml b/.config/snownews/urls.opml new file mode 100644 index 0000000..25dd9d2 --- /dev/null +++ b/.config/snownews/urls.opml @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<opml version="2.0"> + <head> + <title>snownews subscriptions</title> + </head> + <body> + <outline text="Ars Technica" xmlUrl="https://arstechnica.com/feed/?t=222d00328ed232fd6f792447b11b8dd467f95d0c"/> + <outline text="Citation Needed" xmlUrl="https://citationneeded.news/rss/"/> + <outline text="Daring Fireball" xmlUrl="https://daringfireball.net/feeds/main"/> + <outline text="Drew DeVault" xmlUrl="https://drewdevault.com/blog/index.xml"/> + <outline text="JT Chapman YT" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCmd0Jb6TbFKEx1Of0yQu9fw"/> + <outline text="Julia Evans" xmlUrl="https://jvns.ca/atom.xml"/> + <outline text="Krebs On Security" xmlUrl="https://krebsonsecurity.com/feed/"/> + <outline text="Kurzgesagt YT" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCsXVk37bltHxD1rDPwtNM8Q"/> + <outline text="Peter Watts' Blog" xmlUrl="https://www.rifters.com/crawl/?feed=rss2"/> + <outline text="Second Thought YT" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCJm2TgUqtK1_NLBrjNQ1P-w"/> + <outline text="Vox" xmlUrl="https://www.vox.com/rss/index.xml"/> + <outline text="Watt's Blog Comments" xmlUrl="https://www.rifters.com/crawl/?feed=comments-rss2"/> + <outline text="Xe's blog" xmlUrl="https://xeiaso.net/blog.rss"/> + </body> +</opml> |