]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
add support to mycli (#156) (#157)
authorccoVeille <3875889+ccoVeille@users.noreply.github.com>
Mon, 8 Aug 2022 05:02:28 +0000 (07:02 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Aug 2022 05:02:28 +0000 (07:02 +0200)
programs/mycli.json [new file with mode: 0644]

diff --git a/programs/mycli.json b/programs/mycli.json
new file mode 100644 (file)
index 0000000..669b813
--- /dev/null
@@ -0,0 +1,15 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.myclirc",
+            "movable": true,
+            "help": "Supported since version _1.21.0_. You can move the file to $XDG_CONFIG_HOME/mycli/myclirc\n"
+        },
+        {
+            "path": "$HOME/.mycli-history",
+            "movable": true,
+            "help": "Supported since version _1.8.0_. Export the following environment variables:\n\n```bash\nexport MYCLI_HISTFILE=\"$XDG_DATA_HOME/mycli/history\"\n```\n"
+        }
+    ],
+    "name": "mycli"
+}