Skip to content

0.1.2

Compare
Choose a tag to compare
@mirkobrombin mirkobrombin released this 11 Nov 17:02
· 18 commits to main since this release
from easyterm import easyterm
easyterm.EasyTerm(
    cwd='/path',
    command='/bin/bash',
    env=[],
    actions=[
        {
            "name": "Hello",
            "icon": "emblem-favorite",
            "tooltip": "Say hello to the world",
            "command": "echo Hello World"
        }
    ]
)