Closed eerohele closed 2 years ago
Could maybe look something like this:
{
"keys": ["ctrl+c", "ctrl+x"],
"command": "tutkain_connect",
"args": {
"host": "localhost",
"output": "panel",
"then": {
"command": "tutkain_evaluate",
"args": {"code": "(set! *print-length* 16)"}
}
}
},
Use the init
arg to tutkain_connect
.
Maybe add
then
param totutkain_connect
? To run multiple commands, you could usechain
.