]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add support for mycli
authorarturius453 <42848138+arturius453@users.noreply.github.com>
Sat, 30 Sep 2023 12:08:51 +0000 (15:08 +0300)
committerGitHub <noreply@github.com>
Sat, 30 Sep 2023 12:08:51 +0000 (15:08 +0300)
mycli.json [new file with mode: 0644]

diff --git a/mycli.json b/mycli.json
new file mode 100644 (file)
index 0000000..13febf4
--- /dev/null
@@ -0,0 +1,20 @@
+{
+    "files": [
+        {
+            "help": "Move the file to $XDG_CONFIG_HOME/mycli/myclirc\n",
+            "movable": true,
+            "path": "$HOME/.myclirc"
+        },
+        {
+            "help": "Set MYCLI_HISTFILE to $XDG_STATE_HOME/mycli/mycli_history\n",
+            "movable": true,
+            "path": "$HOME/.mycli-history"
+        },
+        {
+            "help": "Set this in your myclirc:\n```log_file=~/.cache/mycli.log```\nDoes not work with enviorment variables\n Relevant issue : https://github.com/dbcli/mycli/issues/581\n",
+            "movable": true,
+            "path": "$HOME/.mycli.log"
+        }
+    ],
+    "name": "mycli"
+}