Defman21 / komodo-terminal-butterfly

Docks the Butterfly terminal in Komodo
https://defman.me/projects/komodo-terminal/
Other
8 stars 3 forks source link

Pin tabs #14

Closed Defman21 closed 7 years ago

Defman21 commented 7 years ago

The idea:

Mockup:

Implementation:

{
    "tabs": [
        [
            {
                "label": "Tab => (string) label",
                "command": "Tab => (string | null) command"
            }
        ], ...
    ]
}