Update README.md

This commit is contained in:
Markus Fleschutz 2021-08-29 16:04:25 +02:00 committed by GitHub
parent f159ffe441
commit 942ba95209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,37 +10,37 @@ Mega Collection of PowerShell Scripts
| Script | Description | Documentation |
| ---------------------------------------------------- | ------------------------------------------------------------------ | --------------------------------------- |
| [mute-audio.ps1](Scripts/mute-audio.ps1) | mutes the audio device
| [list-voices.ps1](Scripts/list-voices.ps1) | lists the installed text-to-speech (TTS) voices
| [play-beep.ps1](Scripts/play-beep.ps1) | plays a beep sound
| [play-files.ps1](Scripts/play-files.ps1) | plays the given audio files
| [play-happy-birthday.ps1](Scripts/play-happy-birthday.ps1) | plays the Happy Birthday song
| [play-imperial-march.ps1](Scripts/play-imperial-march.ps1) | plays the Imperial March (Star Wars)
| [play-jingle-bells.ps1](Scripts/play-jingle-bells.ps1) | plays Jingle Bells
| [play-mission-impossible.ps1](Scripts/play-mission-impossible.ps1) | plays the Mission Impossible theme
| [play-m3u.ps1](Scripts/play-m3u.ps1) | plays the given playlist (M3U file format)
| [play-mp3.ps1](Scripts/play-mp3.ps1) | plays the given sound file (MP3 file format)
| [play-super-mario.ps1](Scripts/play-super-mario.ps1) | plays the Super Mario Intro
| [play-tetris-melody.ps1](Scripts/play-tetris-melody.ps1) | plays the Tetris melody
| [speak-checklist.ps1](Scripts/speak-checklist.ps1) | speaks the given checklist by text-to-speech (TTS)
| [speak-countdown.ps1](Scripts/speak-countdown.ps1) | starts a countdown by text-to-speech (TTS)
| [speak-date.ps1](Scripts/speak-date.ps1) | speaks the current date by text-to-speech (TTS)
| [speak-english.ps1](Scripts/speak-english.ps1) | speaks the given text with an English text-to-speech (TTS) voice
| [speak-epub.ps1](Scripts/speak-epub.ps1) | speaks the content of the given Epub file by text-to-speech (TTS)
| [speak-file.ps1](Scripts/speak-file.ps1) | speaks the content of the given text file by text-to-speech (TTS)
| [speak-french.ps1](Scripts/speak-french.ps1) | speaks the given text with a French text-to-speech (TTS) voice
| [speak-german.ps1](Scripts/speak-german.ps1) | speaks the given text with a German text-to-speech (TTS) voice
| [speak-italian.ps1](Scripts/speak-italian.ps1) | speaks the given text with an Italian text-to-speech (TTS) voice
| [speak-joke.ps1](Scripts/speak-joke.ps1) | speaks a random Chuck Norris joke by text-to-speech (TTS)
| [speak-quote.ps1](Scripts/speak-quote.ps1) | speaks a random quote by text-to-speech (TTS)
| [speak-spanish.ps1](Scripts/speak-spanish.ps1) | speaks the given text with a Spanish text-to-speech (TTS) voice
| [speak-test.ps1](Scripts/speak-test.ps1) | performs a speak test by text-to-speech (TTS)
| [speak-text.ps1](Scripts/speak-text.ps1) | speaks the given text by text-to-speech (TTS)
| [speak-time.ps1](Scripts/speak-time.ps1) | speaks the current time by text-to-speech (TTS)
| [turn-volume-up.ps1](Scripts/turn-volume-up.ps1) | turns the audio volume up (+10% by default)
| [turn-volume-down.ps1](Scripts/turn-volume-down.ps1) | turns the audio volume down (-10% by default)
| [unmute-audio.ps1](Scripts/unmute-audio.ps1) | unmutes the audio device
| [voice-control.ps1](Scripts/voice-control.ps1) | executes the PowerShell scripts by voice
| [mute-audio.ps1](Scripts/mute-audio.ps1) | mutes the audio device | [Manual](Docs/mute-audio.ps1.md) |
| [list-voices.ps1](Scripts/list-voices.ps1) | lists the installed text-to-speech (TTS) voices | [Manual](Docs/list-voices.ps1.md) |
| [play-beep.ps1](Scripts/play-beep.ps1) | plays a beep sound | [Manual](Docs/list-voices.ps1.md) |
| [play-files.ps1](Scripts/play-files.ps1) | plays the given audio files | [Manual](Docs/list-voices.ps1.md) |
| [play-happy-birthday.ps1](Scripts/play-happy-birthday.ps1) | plays the Happy Birthday song | [Manual](Docs/list-voices.ps1.md) |
| [play-imperial-march.ps1](Scripts/play-imperial-march.ps1) | plays the Imperial March (Star Wars) | [Manual](Docs/list-voices.ps1.md) |
| [play-jingle-bells.ps1](Scripts/play-jingle-bells.ps1) | plays Jingle Bells | [Manual](Docs/list-voices.ps1.md) |
| [play-mission-impossible.ps1](Scripts/play-mission-impossible.ps1) | plays the Mission Impossible theme | [Manual](Docs/list-voices.ps1.md) |
| [play-m3u.ps1](Scripts/play-m3u.ps1) | plays the given playlist (M3U file format) | [Manual](Docs/list-voices.ps1.md) |
| [play-mp3.ps1](Scripts/play-mp3.ps1) | plays the given sound file (MP3 file format) | [Manual](Docs/list-voices.ps1.md) |
| [play-super-mario.ps1](Scripts/play-super-mario.ps1) | plays the Super Mario Intro | [Manual](Docs/list-voices.ps1.md) |
| [play-tetris-melody.ps1](Scripts/play-tetris-melody.ps1) | plays the Tetris melody | [Manual](Docs/list-voices.ps1.md) |
| [speak-checklist.ps1](Scripts/speak-checklist.ps1) | speaks the given checklist by text-to-speech (TTS) | [Manual](Docs/list-voices.ps1.md) |
| [speak-countdown.ps1](Scripts/speak-countdown.ps1) | starts a countdown by text-to-speech (TTS) | [Manual](Docs/list-voices.ps1.md) |
| [speak-date.ps1](Scripts/speak-date.ps1) | speaks the current date by text-to-speech (TTS) | [Manual](Docs/list-voices.ps1.md) |
| [speak-english.ps1](Scripts/speak-english.ps1) | speaks the given text with an English text-to-speech (TTS) voice | [Manual](Docs/list-voices.ps1.md) |
| [speak-epub.ps1](Scripts/speak-epub.ps1) | speaks the content of the given Epub file by text-to-speech (TTS) | [Manual](Docs/list-voices.ps1.md) |
| [speak-file.ps1](Scripts/speak-file.ps1) | speaks the content of the given text file by text-to-speech (TTS) | [Manual](Docs/list-voices.ps1.md) |
| [speak-french.ps1](Scripts/speak-french.ps1) | speaks the given text with a French text-to-speech (TTS) voice | [Manual](Docs/list-voices.ps1.md) |
| [speak-german.ps1](Scripts/speak-german.ps1) | speaks the given text with a German text-to-speech (TTS) voice | [Manual](Docs/list-voices.ps1.md) |
| [speak-italian.ps1](Scripts/speak-italian.ps1) | speaks the given text with an Italian text-to-speech (TTS) voice | [Manual](Docs/list-voices.ps1.md) |
| [speak-joke.ps1](Scripts/speak-joke.ps1) | speaks a random Chuck Norris joke by text-to-speech (TTS) | [Manual](Docs/list-voices.ps1.md) |
| [speak-quote.ps1](Scripts/speak-quote.ps1) | speaks a random quote by text-to-speech (TTS) | [Manual](Docs/list-voices.ps1.md) |
| [speak-spanish.ps1](Scripts/speak-spanish.ps1) | speaks the given text with a Spanish text-to-speech (TTS) voice | [Manual](Docs/list-voices.ps1.md) |
| [speak-test.ps1](Scripts/speak-test.ps1) | performs a speak test by text-to-speech (TTS) | [Manual](Docs/list-voices.ps1.md) |
| [speak-text.ps1](Scripts/speak-text.ps1) | speaks the given text by text-to-speech (TTS) | [Manual](Docs/list-voices.ps1.md) |
| [speak-time.ps1](Scripts/speak-time.ps1) | speaks the current time by text-to-speech (TTS) | [Manual](Docs/list-voices.ps1.md) |
| [turn-volume-up.ps1](Scripts/turn-volume-up.ps1) | turns the audio volume up (+10% by default) | [Manual](Docs/list-voices.ps1.md) |
| [turn-volume-down.ps1](Scripts/turn-volume-down.ps1) | turns the audio volume down (-10% by default) | [Manual](Docs/list-voices.ps1.md) |
| [unmute-audio.ps1](Scripts/unmute-audio.ps1) | unmutes the audio device | [Manual](Docs/list-voices.ps1.md) |
| [voice-control.ps1](Scripts/voice-control.ps1) | executes the PowerShell scripts by voice | [Manual](Docs/list-voices.ps1.md) |
⚙️ Scripts for Computer Management
-----------------------------------