]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add visidata config (#136)
authorfbearoff <fbearoff@users.noreply.github.com>
Mon, 11 Jul 2022 14:43:21 +0000 (10:43 -0400)
committerGitHub <noreply@github.com>
Mon, 11 Jul 2022 14:43:21 +0000 (14:43 +0000)
programs/visidata.json [new file with mode: 0644]

diff --git a/programs/visidata.json b/programs/visidata.json
new file mode 100644 (file)
index 0000000..00c51c6
--- /dev/null
@@ -0,0 +1,15 @@
+{
+    "files": [
+        {
+            "help": "Supported since version 2.9.\n\nYou can move the folder to _XDG_CACHE_HOME/visidata.\n",
+            "movable": true,
+            "path": "$HOME/.visidata/"
+        },
+        {
+            "help": "Supported since version 2.9.\n\nYou can move the file to _XDG_CONFIG_HOME/visidata/config.py.\n",
+            "movable": true,
+            "path": "$HOME/.visidatarc"
+        }
+    ],
+    "name": "visidata"
+}