shunt 0.1.0

Run multiple commands in single terminal with docker compose like logs.
1
2
3
4
5
6
7
8
9
{
    "commands": {
        "prefix1": ["ls"],
        "out1": ["./out.sh"],
        "multiline": ["./multiline.sh"],
        "large": ["./large.sh"],
        "a b c": "echo a b c"
    }
}