]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Added configuration file for newsboat
authorEryk Skalinski <eskalinski@protonmail.com>
Sat, 14 May 2022 13:56:52 +0000 (14:56 +0100)
committerEryk Skalinski <eskalinski@protonmail.com>
Sat, 14 May 2022 13:56:52 +0000 (14:56 +0100)
programs/newsboat.json [new file with mode: 0644]

diff --git a/programs/newsboat.json b/programs/newsboat.json
new file mode 100644 (file)
index 0000000..1deb13b
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.newsboat",
+            "movable": true,
+            "help": "If XDG Base Directory Variables are set simply move:\n\n config, urls to:\n\n$XDG_CONFIG_HOME/newsboat\n\n cache.db, history.search, history.cmdline, queue to:\n\n$XDG_DATA_HOME/newsboat\n"
+        }
+    ],
+    "name": "newsboat"
+}