mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-02 12:54:51 +01:00
6.3 KiB
6.3 KiB
Executing PowerShell Scripts by Voice
🔧 Installation
- Download and install Serenade from https://serenade.ai/ (Serenade is freely available for Linux, MacOS, and Windows).
- Download and install the PowerShell Scripts, then set the search path to it.
- 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.
🗣 Usage
- Launch Serenade and click into the circle to enable Listening mode.
- Launch Windows Terminal and click into the window.
- Speak into the microphone:
Computer, open calculator
- this executes the PowerShell scriptopen-calculator.ps1
which launches the calculator application.
More supported voice commands are:
Computer, open
[app]
- launches the given application - replace [app] by:
3D-Viewer
,Calculator
,Git Extensions
,Microsoft Paint
,Netflix
,Notepad
,Outlook
,Paint 3D
,Spotify
,Thunderbird
,Visual Studio
, orWindows Terminal
. - when finished say: "Computer, close [app]" to close the application.
Computer, open
[name] browser
- launches the given Web browser or opens a new tab - replace [name] by:
Chrome
,default
,Edge
, orFirefox
. - when finished say: "Close tab" or: "Computer, close [name] browser" to close the Web browser.
Computer, open
[name] drive
- launches the File Explorer with the given drive - replace [name] by:
C:
,D:
,E:
,F:
, orM:
. - when finished say: "Computer, close file explorer" to close the File Explorer.
Computer, open
[name] folder
- launches the File Explorer with the given folder - replace [name] by:
autostart
,desktop
,documents
,downloads
,Dropbox
,home
,music
,OneDrive
,pictures
,recycle bin
,repos
, orvideos
. - when finished say: "Computer, close file explorer" to close the File Explorer.
Computer, open
[name] website
- launches the default Web browser with the given website - replace [name] by:
Amazon
,Apple
,Baidu
,BBC
,BitBucket
,CDC
,CIA
,CNN
,DistroWatch
,Dropbox
,eBay
,Facebook
,FBI
,Flipboard
,FourSquare
,FRITZ!Box
,FRITZ!Repeater
,GitHub
,GliderTracker
,HolidayCheck
,HRworks
,Instagram
,IPFS
,Microsoft
,NASA
,NBC
,Netflix
,Notepad
,Outdoor Active
,PayPal
,Pinterest
,Pixabay
,Plex
,Slashdot
,Snap Store
,Starbucks
,Tesla
,TikTok
,Topo Map
,Twitter
,UFA
,Unsplash
,Walmart
,WhatsApp
,White House
,Windy
,Wikipedia
,Wired
,Wolfram Alpha
,World News
,Yahoo
, orYouTube
. - when finished say: "Close tab" or: "Computer, close [name] browser" to close the Web browser.
Computer, show
[name] city
- launches the default Web browser with Google Maps at the given city - replace [name] by:
Atlanta
,Barcelona
,Berlin
,Boston
,Cairo
,Cape Town
,Chicago
,Dallas
,Denver
,Dubai
,Dublin
,Frankfurt
,Hamburg
,Hong Kong
,Jerusalem
,Kansas
,Las Vegas
,Lissabon
,London
,Los Angeles
,Madrid
,Mexico
,Miami
,Montreal
,Moscow
,Munich
,New York
,Panama
,Paris
,Rome
,San Francisco
,Seattle
,Singapore
,Sydney
,Tokyo
,Toronto
,Tunis
,Vienna
,Washington
, orZurich
. - when finished say: "Close tab" or: "Computer, close [name] browser" to close the Web browser.
Computer, play radio
[name]
- launches the default Web browser and tunes into an internet radio station - replace [name] by:
7
,Arabella
,Bob
,Club Mix
,Dance FM
,FFN
,Galaxy
,Gong
,Ibiza
,Jam FM
,Kiss Kiss
,Malibu
,N-JOY
,Paloma
, orYou FM
. - when finished say: "Close tab" or: "Computer, close [name] browser" to close the Web browser.
Computer, play
[name] sound
- starts to play the given audio sound - replace [name] by:
bee
,beep
,cat
,cow
,dog
,donkey
,elephant
,elk
,frog
,goat
,gorilla
,horse
,lion
,parrot
,pig
,rattlesnake
,vulture
, orwolf
.
Computer, play
[name] game
- launches the default Web browser and plays the given game - replace [name] by:
2048
,Chess
,Cube
,Pacman
,Tetris
,TicTacToe
, orTower
. - when finished say: "Close tab" or: "Computer, close [name] browser" to close the Web browser.
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
,Voice
(this page), orWindows
. - when finished say: "Close tab" or: "Computer, close [name] browser" to close the Web browser.
Computer, open name
settings
- launches the Windows settings - replace
name
by: "activation", "apps", "background", "backup", "bluetooth", "color", "date", "default apps", "developer", "display", "ethernet", "lockscreen", "maps", "printer", "proxy", "recovery", "speech", "start", "system", "taskbar", "themes", "time", "update", "USB", "VPN", or "Wifi". Use "system" as top level settings. - when finished say: Computer, close system settings to stop the Windows settings.
Computer, check name
- let the computer check something - replace
name
by: "CPU", "date", "DNS", "drives", "Earth", "operating system", "ping", "swap space", "time", "time zone", "up-time", "VPN", or "weather".
🔊 Audio
- Computer, mute audio.
- Computer, unmute audio.
- Computer, turn volume up.
- Computer, turn volume down.
💭 Misc
- Computer, locate my phone.
- Computer, tell joke.
- Computer, tell quote.
💬 Nice Conversation
- Computer, good morning.
- Computer, good evening.
- Computer, good night.
- Computer, how are you?
- Computer, thank you.
- Computer, I'll be back.
- Computer, good bye.
- Computer, bye-bye.
- Computer, see you.