From d52f0b188db52a665f30296abdbb21ab3ac9d675 Mon Sep 17 00:00:00 2001 From: arturius453 <42848138+arturius453@users.noreply.github.com> Date: Sat, 30 Sep 2023 15:08:51 +0300 Subject: [PATCH] Add support for mycli --- mycli.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 mycli.json diff --git a/mycli.json b/mycli.json new file mode 100644 index 00000000..13febf44 --- /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" +}