Terminally
Applies a configuration of a terminal arrangement, read from a .terminally file in the current workspace.
Example configuration file:
{
"groups": [
{
"terminals": [
{
"title": "terminal 1",
"command": "echo 'terminal 1'"
},
{
"title": "terminal 2",
"command": "echo 'terminal 2'"
},
{
"title": "terminal 3",
"command": "echo 'terminal 3'"
}
]
},
{
"terminals": [
{
"title": "terminal 1",
"command": "echo 'terminal 1'"
},
{
"title": "terminal 2",
"command": "echo 'terminal 2'"
}
]
}
]
}
| |