summary refs log tree commit diff
path: root/options.json.tmp
blob: dfde1e597b1811175eaef4dc117415a5f997397f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "commands": {
        "hello world": "echo \"hello world\"",
        "start a %d minute timer": "(echo {0} minute timer started && sleep {0}m && echo {0} minute timer ended) &"
    },
    "continuous": false,
    "history": null,
    "microphone": null,
    "interface": null,
    "valid_sentence_command": null,
    "invalid_sentence_command": null
}