mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-16 06:58:18 +02:00
Simple rename
This commit is contained in:
parent
f687fbb8a0
commit
be5ef1b745
@ -1,12 +1,12 @@
|
|||||||
Executing PowerShell Scripts by Voice
|
Executing PowerShell Scripts by Voice
|
||||||
=====================================
|
=====================================
|
||||||
Voice recognition and response (VRR) is so much fun and so comfortable. Just try it for yourself!
|
Voice recognition and response (VRR) is so much fun and so comfortable! Just give it a try.
|
||||||
|
|
||||||
|
|
||||||
🔧 Installation
|
🔧 Installation
|
||||||
--------------
|
--------------
|
||||||
1. Download and install *Serenade* from https://serenade.ai/ (Serenade is freely available for Linux, MacOS, and Windows).
|
1. Download and install *Serenade* from https://serenade.ai/ (Serenade is freely available for Linux, MacOS, and Windows).
|
||||||
2. Download and install the *PowerShell Scripts*, then set the search path to it.
|
2. Download and install the *PowerShell Scripts*, allow the script execution and set the search path to it (see the FAQ page).
|
||||||
3. Execute: `./export-to-serenade.ps1 Computer` in the *PowerShell Scripts*, this creates a custom JavaScript file at `$HOME/.serenade/scripts/PowerShell.js` using the wake word 'Computer'. Recommended wake words with a high recognition rate are: "Alexa", "Bixby", "Computer", "James", or "Jarvis". In the following the wake word "Computer" is used.
|
3. Execute: `./export-to-serenade.ps1 Computer` in the *PowerShell Scripts*, this creates a custom JavaScript file at `$HOME/.serenade/scripts/PowerShell.js` using the wake word 'Computer'. Recommended wake words with a high recognition rate are: "Alexa", "Bixby", "Computer", "James", or "Jarvis". In the following the wake word "Computer" is used.
|
||||||
|
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ When finished say: "Computer, close [app]" to close the application.
|
|||||||
|
|
||||||
`Computer, check` [name]
|
`Computer, check` [name]
|
||||||
------------------------
|
------------------------
|
||||||
Lets the computer check something, replace [name] by: `Bitcoin rate`, `Christmas`, `CPU`, `date`, `dawn`, `DNS`, `drives`, `dusk`, `Easter Sunday`, `Earth` (fun), `Ether rate`, `headlines`, `Independence Day`, `ISS`, `midnight`, `moon phase`, `New Year`, `noon`, `operating system`, `ping`, `Santa`, `sunrise`, `sunset`, `swap space`, `tea time`, `Tether rate`, `time`, `time zone`, `up-time`, `VPN`, `weather`, or `zenith`.
|
Lets the computer check something, replace [name] by: `Bitcoin rate`, `Christmas`, `CPU`, `date`, `dawn`, `DNS`, `drives`, `dusk`, `Easter Sunday`, `Earth` (fun), `Ether rate`, `headlines`, `Independence Day`, `ISS position`, `midnight`, `moon phase`, `New Year`, `noon`, `operating system`, `ping`, `Santa`, `sunrise`, `sunset`, `swap space`, `tea time`, `Tether rate`, `time`, `time zone`, `up-time`, `VPN`, `weather`, or `zenith`.
|
||||||
|
|
||||||
|
|
||||||
`Computer, open` [name] `browser`
|
`Computer, open` [name] `browser`
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Checks the ISS
|
Checks the ISS position
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This script checks the position of the International Space Station (ISS) and replies by text-to-speech (TTS).
|
This script queries the position of the International Space Station (ISS) and replies by text-to-speech (TTS).
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./check-iss
|
PS> ./check-iss-position
|
||||||
.LINK
|
.LINK
|
||||||
https://github.com/fleschutz/PowerShell
|
https://github.com/fleschutz/PowerShell
|
||||||
.NOTES
|
.NOTES
|
Loading…
Reference in New Issue
Block a user