From 07299a12bbe4deb670f4e909ca31df5b0765300d Mon Sep 17 00:00:00 2001 From: ccoVeille <3875889+ccoVeille@users.noreply.github.com> Date: Mon, 8 Aug 2022 07:02:28 +0200 Subject: [PATCH] add support to mycli (#156) (#157) --- programs/mycli.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 programs/mycli.json 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" +} -- 2.47.3