Skip to content

kpapadatos/terminally

Repository files navigation

Terminally

Applies a configuration of a terminal arrangement, read from a .terminally file in the current workspace.

image

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'"
        }
      ]
    }
  ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published