mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-09 18:19:32 +02:00
Update VoiceControl.md
This commit is contained in:
parent
09e1a51883
commit
5a7423825a
@ -5,10 +5,13 @@ Installation
|
||||
------------
|
||||
1. Download and install *Serenade* from https://serenade.ai/.
|
||||
2. Download and install the *PowerShell Scripts*, then set the search path to it.
|
||||
3. Execute once: `./export-to-serenade.ps1 computer` - this creates a custom JavaScript file at `$HOME/.serenade/scripts/PowerShell.js` using the wake word 'computer'.
|
||||
4. Launch *Serenade* and click the Pause button to enable Listening mode.
|
||||
5. Launch *Windows Terminal* and click into the window.
|
||||
6. Say: `Computer, open calculator` - this launches the calculator application by executing the PowerShell script `open-calculator.ps1`.
|
||||
3. Execute the PowerShell script: `./export-to-serenade.ps1 computer` - this creates a custom JavaScript file at `$HOME/.serenade/scripts/PowerShell.js` using the wake word 'computer'.
|
||||
|
||||
Usage
|
||||
-----
|
||||
1. Launch *Serenade* and click the Pause button to enable Listening mode.
|
||||
2. Launch *Windows Terminal* and click into the window.
|
||||
3. Say: `Computer, open calculator` - this launches the calculator application by executing the PowerShell script `open-calculator.ps1`.
|
||||
|
||||
More voice commands are:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user