]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add delve (#246)
authorArtyom Andreev <artandra@icloud.com>
Tue, 4 Apr 2023 17:11:04 +0000 (20:11 +0300)
committerGitHub <noreply@github.com>
Tue, 4 Apr 2023 17:11:04 +0000 (19:11 +0200)
programs/delve.json [new file with mode: 0644]

diff --git a/programs/delve.json b/programs/delve.json
new file mode 100644 (file)
index 0000000..b69ef24
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.dlv",
+            "movable": false,
+            "help": "On systems other than Linux, for example, on macOS, config is stored in $HOME/.dlv. Export $XDG_CONFIG_HOME explicitly, config will be moved to $XDG_CONFIG_HOME/dlv on the next launch of dlv automatically.\n"
+        }
+    ],
+    "name": "delve"
+}