X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/2a71c1fb5c8dfde3dc38ad0da58c9862317f9128..810c3135f68a6e4ca0262f833bea8b78e7aa1f34:/programs/mycli.json diff --git a/programs/mycli.json b/programs/mycli.json index 6c61f7f..13febf4 100644 --- a/programs/mycli.json +++ b/programs/mycli.json @@ -1,19 +1,19 @@ { "files": [ { - "path": "$HOME/.myclirc", + "help": "Move the file to $XDG_CONFIG_HOME/mycli/myclirc\n", "movable": true, - "help": "Supported since version _1.21.0_. You can move the file to $XDG_CONFIG_HOME/mycli/myclirc\n" + "path": "$HOME/.myclirc" }, { - "path": "$HOME/.mycli-history", + "help": "Set MYCLI_HISTFILE to $XDG_STATE_HOME/mycli/mycli_history\n", "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" + "path": "$HOME/.mycli-history" }, { - "path":"$HOME/.mycli.log", - "movable":true, - "help": "The location for the log file can be set in the config file. See https://www.mycli.net/config" + "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"