From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Sat, 30 Sep 2023 13:47:28 +0000 (+0200) Subject: Merge pull request #320 from arturius453/mycli X-Git-Tag: v0.2.0.2~23 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/a8e411330b11b9135e200d3444bf380c52da3139?hp=28f900aafdd2e4a5f23533bcf1c82973fc1dd137 Merge pull request #320 from arturius453/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" +}