initial commit

This commit is contained in:
deadvey
2026-03-29 19:53:07 +01:00
commit ce6da0d106
17 changed files with 388 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
All these options overide configuration in config.json
**--wpm, -w <int>**
set the rate of dictation, defaults to 50, note: this is not exact as it measures the time between words in order to avoid a very short gap after a long word.
**--mode, -m <mode> <mod>**
Sets a mode, one of 'timed', 'words','quote' or 'file' followed by an optional modifier representing either the time (in seconds) or the number of words, or the quote ID, or the file name.
**--language, -l <language>**
Selects a language, defaults to english, must be a listed language in -i
**--list-quotes, -q**
Lists the available quotes and exits
**--list-languages, -i**
Lists the installed languages and exits
**--help, -h**
Output's this help text and exits