From: ccoVeille <3875889+ccoVeille@users.noreply.github.com> Date: Mon, 8 Aug 2022 05:02:28 +0000 (+0200) Subject: add support to mycli (#156) (#157) X-Git-Tag: v0.2.0.2~160 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/07299a12bbe4deb670f4e909ca31df5b0765300d add support to mycli (#156) (#157) --- diff --git a/programs/mycli.json b/programs/mycli.json new file mode 100644 index 0000000..669b813 --- /dev/null +++ b/programs/mycli.json @@ -0,0 +1,15 @@ +{ + "files": [ + { + "path": "$HOME/.myclirc", + "movable": true, + "help": "Supported since version _1.21.0_. You can move the file to $XDG_CONFIG_HOME/mycli/myclirc\n" + }, + { + "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" + } + ], + "name": "mycli" +}