diff --git a/Docs/FAQ.md b/Docs/FAQ.md index a55a9f48..52e02bc2 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -62,14 +62,7 @@ How to use PowerShell in Windows context menus? How to execute PowerShell scripts by voice? ------------------------------------------- -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`). - -See the [list of supported voice commands](VoiceCommands.md) for more information. +See the [voice control page](VoiceControl.md) for more information. Which editor to use for PowerShell scripts? diff --git a/Docs/VoiceCommands.md b/Docs/VoiceControl.md similarity index 75% rename from Docs/VoiceCommands.md rename to Docs/VoiceControl.md index 3588f3f4..b680a7f8 100644 --- a/Docs/VoiceCommands.md +++ b/Docs/VoiceControl.md @@ -1,5 +1,16 @@ -List of Supported Voice Commands -================================ +Executing PowerShell Scripts by Voice +===================================== + +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`. + +More voice commands are: [wake word], open NAME ---------------------- diff --git a/README.md b/README.md index 87c1a222..b292cef1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Mega Collection of PowerShell Scripts ===================================== -**This repository provides more than 250 useful and cross-platform PowerShell scripts in the [Scripts](Scripts/) subfolder - to be used by command-line interface (CLI), for remote control (e.g. via SSH), by context menu, by voice control, by automation software like Jenkins, automatically as daily tasks, or simply to learn PowerShell. See the [FAQ page](Docs/FAQ.md) if you need help or have any questions.** +**This repository provides more than 250 useful and cross-platform PowerShell scripts in the [Scripts](Scripts/) subfolder - to be used by command-line interface (CLI), for remote control (e.g. via SSH), by context menu, by [voice control](Docs/VoiceControl.md), by automation software like [Jenkins](https://www.jenkins.io/), automatically as daily tasks, or simply to learn PowerShell. See the [FAQ page](Docs/FAQ.md) if you need help or have any questions.** **Note:** the scripts fully support Unicode characters. It's recommended to use a modern console supporting UTF-8 (e.g. Windows Terminal).