From: Eryk Skalinski Date: Sat, 14 May 2022 13:56:52 +0000 (+0100) Subject: Added configuration file for newsboat X-Git-Tag: v0.2.0.0~71^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/2a18ee306d51f5523a9b129f7600798ae07a6855 Added configuration file for newsboat --- diff --git a/programs/newsboat.json b/programs/newsboat.json new file mode 100644 index 0000000..1deb13b --- /dev/null +++ b/programs/newsboat.json @@ -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" +}