From: Alfred Jophy <57448041+AlfredEVOL@users.noreply.github.com> Date: Tue, 10 Jan 2023 15:43:32 +0000 (+0530) Subject: mycli : Handle log file created in $HOME (#210) X-Git-Tag: v0.2.0.2~107 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/719089c660f1fad48fe93f06627878907855998e mycli : Handle log file created in $HOME (#210) --- diff --git a/programs/mycli.json b/programs/mycli.json index 669b813..6c61f7f 100644 --- a/programs/mycli.json +++ b/programs/mycli.json @@ -9,6 +9,11 @@ "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" + }, + { + "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" } ], "name": "mycli"