summary refs log tree commit diff
path: root/src/options.json.tmp
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.json.tmp')
-rw-r--r--src/options.json.tmp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/options.json.tmp b/src/options.json.tmp
new file mode 100644
index 0000000..dfde1e5
--- /dev/null
+++ b/src/options.json.tmp
@@ -0,0 +1,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
+}