Converts audio input into executable functions or OS commands.
Examples:
“Replace all instances of ‘xxx’ with ‘yyy’ in the files ‘aaa’ and ‘bbb’.”
“Insert ‘aaa’ into the database.”
“Backup both yourself and the database.”
This replaces tedious tasks like:
rsync, sed with regex, or redirecting output (> | nnn | mmm > zzz).