summary refs log tree commit diff
path: root/src/options.json.tmp
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@irenes.space>2025-09-06 15:46:23 -0700
committerIrene Knapp <ireneista@irenes.space>2025-09-06 15:46:23 -0700
commit7f96b7a15e3d688d8a679f03532b5b89101744ce (patch)
tree5e46686a1780c18a7d8d0737306f131d509bb26e /src/options.json.tmp
parente331e95e3f3607bd1707b60f61e209e4aeac05f6 (diff)
parentcf6e693773101b5ac6aea7a4186e7e15ce4508d5 (diff)
Merge kaylee into pollyana, yay
(hope this works. never done it in git before)

Force-Push: yeah...
Change-Id: I71c8570d723808ccc8fbffea41c0722a61e1e1c0
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
+}