diff options
author | Irene Knapp <ireneista@irenes.space> | 2025-09-06 15:42:27 -0700 |
---|---|---|
committer | Irene Knapp <ireneista@irenes.space> | 2025-09-06 15:42:27 -0700 |
commit | cf6e693773101b5ac6aea7a4186e7e15ce4508d5 (patch) | |
tree | 139914c41bc17e7e5df132f5b3f2672b68394afd /src/options.json.tmp | |
parent | baeb0e1fa08fb6b21e4a22458de16b4948d1f2d0 (diff) |
move all the Kaylee code into a subdirectory
this is preparation for merging it into the Pollyana repo Force-Push: yes Change-Id: I155624ba39a0d212c999f38aaf2de2cd62b7aa49
Diffstat (limited to 'src/options.json.tmp')
-rw-r--r-- | src/options.json.tmp | 12 |
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 +} |