mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-23 23:29:02 +01:00
Add show-voice-manual.ps1
This commit is contained in:
parent
9fceed788a
commit
8af9ffacf1
@ -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
15
Scripts/show-voice-manual.ps1
Executable 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
|
Loading…
Reference in New Issue
Block a user