Skip to content

Commit

Permalink
Add support for mycli
Browse files Browse the repository at this point in the history
  • Loading branch information
arturius453 authored Sep 30, 2023
1 parent 28f900a commit d52f0b1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions mycli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"files": [
{
"help": "Move the file to $XDG_CONFIG_HOME/mycli/myclirc\n",
"movable": true,
"path": "$HOME/.myclirc"
},
{
"help": "Set MYCLI_HISTFILE to $XDG_STATE_HOME/mycli/mycli_history\n",
"movable": true,
"path": "$HOME/.mycli-history"
},
{
"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"
}

0 comments on commit d52f0b1

Please sign in to comment.