Add show-voice-manual.ps1

This commit is contained in:
Markus Fleschutz 2021-11-29 16:07:33 +01:00
parent 9fceed788a
commit 8af9ffacf1
2 changed files with 16 additions and 1 deletions

View File

@ -83,7 +83,7 @@ Computer, play `name` game
Computer, show `name` manual
----------------------------
* launches the default Web browser with the given manual.
* replace `name` by: "Azure", "Bash", "Blender", "Chrome", "Edge", "Firefox", "Git", "PowerShell", "Serenade", "Vim", or "Windows".
* replace `name` by: "Azure", "Bash", "Blender", "Chrome", "Edge", "Firefox", "Git", "PowerShell", "Serenade", "Vim", **"Voice" (this page)**, or "Windows".
* when finished say: *Close tab* or: "Computer, close `name` browser" to close the Web browser.

15
Scripts/show-voice-manual.ps1 Executable file
View File

@ -0,0 +1,15 @@
<#
.SYNOPSIS
Shows the voice control manual
.DESCRIPTION
This script launches the Web browser with the voice control manual.
.EXAMPLE
PS> ./show-voice-manual
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-default-browser.ps1" "https://github.com/fleschutz/PowerShell/blob/master/Docs/VoiceControl.md"
exit 0 # success