]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/mycli.json
Create krew.json (#373)
[xdg-ninja.git] / programs / mycli.json
1 {
2 "files": [
3 {
4 "path": "$HOME/.myclirc",
5 "movable": true,
6 "help": "Supported since version _1.21.0_. You can move the file to $XDG_CONFIG_HOME/mycli/myclirc\n"
7 },
8 {
9 "path": "$HOME/.mycli-history",
10 "movable": true,
11 "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"
12 },
13 {
14 "path":"$HOME/.mycli.log",
15 "movable":true,
16 "help": "The location for the log file can be set in the config file. See https://www.mycli.net/config"
17 }
18 ],
19 "name": "mycli"
20 }