From: arturius453 <42848138+arturius453@users.noreply.github.com> Date: Sat, 30 Sep 2023 12:08:51 +0000 (+0300) Subject: Add support for mycli X-Git-Tag: v0.2.0.2~23^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/d52f0b188db52a665f30296abdbb21ab3ac9d675?ds=inline Add support for mycli --- diff --git a/mycli.json b/mycli.json new file mode 100644 index 0000000..13febf4 --- /dev/null +++ b/mycli.json @@ -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" +}