diff --git a/README.md b/README.md index f40c2cf1..f3e266ea 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ Mega Collection of PowerShell Scripts ===================================== -**Contains 500+ free and stand-alone PowerShell scripts for Linux, Mac OS, and Windows. Useful on the command-line, for remote control via SSH, for automation (e.g. [AutoHotkey](https://www.autohotkey.com/) or [Jenkins](https://www.jenkins.io/)), for context menus, for voice commands (e.g. [talk2windows](https://github.com/fleschutz/talk2windows)), automatically on startup/login/logoff/daily/shutdown/etc., or simply to learn PowerShell. All scripts are located in the ๐Ÿ“‚[scripts](scripts/) subfolder.** +**Contains 500+ free and stand-alone PowerShell scripts for Linux, Mac OS, and Windows. Useful on the command-line, for remote control via SSH, for automation (e.g. [AutoHotkey](https://www.autohotkey.com/) or [Jenkins](https://www.jenkins.io/)), for context menus, for voice commands (e.g. [talk2windows](https://github.com/fleschutz/talk2windows)), automatically on startup/login/logoff/daily/shutdown/etc., or simply to learn PowerShell. All scripts are located in the ๐Ÿ“‚[scripts](scripts/) subfolder and support Unicode - a modern console is recommended (e.g. *Windows Terminal*).** -**[Download](https://github.com/fleschutz/PowerShell/releases) | [FAQ](docs/FAQ.md)** | **Note:** the scripts support Unicode - a modern console is recommended (e.g. *Windows Terminal*) +**[Download](https://github.com/fleschutz/PowerShell/releases) | [FAQ](docs/FAQ.md) | [PowerShell Cheat Sheet](docs/cheatsheet.md) ๐Ÿ”Š Scripts for Audio & Voice ----------------------------- @@ -11,34 +11,34 @@ Mega Collection of PowerShell Scripts | Script | Description | | ---------------------------------------------------- | ---------------------------------------------------------------------------------------------- | | [list-voices.ps1](scripts/list-voices.ps1) | Lists the installed text-to-speech voices. [Read more ยป](docs/list-voices.md) | -| [play-beep-sound.ps1](scripts/play-beep-sound.ps1) | Plays a short beep sound. [Read more ยป](docs/play-beep-sound.md) | -| [play-files.ps1](scripts/play-files.ps1) | Plays the given audio files. [Read more ยป](docs/play-files.md) | -| [play-happy-birthday.ps1](scripts/play-happy-birthday.ps1) | Plays the Happy Birthday song. [Read more ยป](docs/play-happy-birthday.md) | -| [play-imperial-march.ps1](scripts/play-imperial-march.ps1) | Plays the Imperial March (Star Wars). [Read more ยป](docs/play-imperial-march.md) | -| [play-jingle-bells.ps1](scripts/play-jingle-bells.ps1) | Plays Jingle Bells. [Read more ยป](docs/play-jingle-bells.md) | -| [play-mission-impossible.ps1](scripts/play-mission-impossible.ps1) | Plays the Mission Impossible theme. [Read more ยป](docs/play-mission-impossible.md)| -| [play-m3u.ps1](scripts/play-m3u.ps1) | Plays the given M3U playlist. [Read more ยป](docs/play-m3u.md) | -| [play-mp3.ps1](scripts/play-mp3.ps1) | Plays the given MP3 sound file. [Read more ยป](docs/play-mp3.md) | -| [play-super-mario.ps1](scripts/play-super-mario.ps1) | Plays the Super Mario intro. [Read more ยป](docs/play-super-mario.md) | -| [play-tetris-melody.ps1](scripts/play-tetris-melody.ps1) | Plays the Tetris melody. [Read more ยป](docs/play-tetris-melody.md) | -| [speak-checklist.ps1](scripts/speak-checklist.ps1) | Speaks the given checklist by text-to-speech. [Read more ยป](docs/speak-checklist.md) | -| [speak-countdown.ps1](scripts/speak-countdown.ps1) | Speaks a countdown by text-to-speech. [Read more ยป](docs/speak-countdown.md) | -| [speak-english.ps1](scripts/speak-english.ps1) | Speaks text with an English text-to-speech voice. [Read more ยป](docs/speak-english.md) | -| [speak-epub.ps1](scripts/speak-epub.ps1) | Speaks the content of the given Epub file by text-to-speech. [Read more ยป](docs/speak-epub.md) | -| [speak-file.ps1](scripts/speak-file.ps1) | Speaks the content of the given text file by text-to-speech. [Read more ยป](docs/speak-file.md) | -| [speak-french.ps1](scripts/speak-french.ps1) | Speaks text with a French text-to-speech voice. [Read more ยป](docs/speak-french.md) | -| [speak-german.ps1](scripts/speak-german.ps1) | Speaks text with a German text-to-speech voice. [Read more ยป](docs/speak-german.md) | -| [speak-italian.ps1](scripts/speak-italian.ps1) | Speaks text with an Italian text-to-speech voice. [Read more ยป](docs/speak-italian.md) | -| [speak-spanish.ps1](scripts/speak-spanish.ps1) | Speaks text with a Spanish text-to-speech voice. [Read more ยป](docs/speak-spanish.md) | -| [speak-test.ps1](scripts/speak-test.ps1) | Performs a speak test by text-to-speech. [Read more ยป](docs/speak-test.md) | -| [speak-text.ps1](scripts/speak-text.ps1) | Speaks the given text by text-to-speech. [Read more ยป](docs/speak-text.md) | -| [tell-joke.ps1](scripts/tell-joke.ps1) | Tells a random joke by text-to-speech. [Read more ยป](docs/tell-joke.md) | -| [tell-quote.ps1](scripts/tell-quote.ps1) | Tells a random quote by text-to-speech. [Read more ยป](docs/tell-quote.md) | -| [turn-volume-down.ps1](scripts/turn-volume-down.ps1) | Turns the audio volume down. [Read more ยป](docs/turn-volume-down.md) | -| [turn-volume-fully-up.ps1](scripts/turn-volume-fully-up.ps1) | Turns the audio fully up. [Read more ยป](docs/turn-volume-fully-up.md) | -| [turn-volume-off.ps1](scripts/turn-volume-off.ps1) | Turns audio off. [Read more ยป](docs/turn-volume-off-audio.md) | -| [turn-volume-on.ps1](scripts/turn-volume-on.ps1) | Turns audio on. [Read more ยป](docs/turn-volume-on.md) | -| [turn-volume-up.ps1](scripts/turn-volume-up.ps1) | Turns the audio volume up. [Read more ยป](docs/turn-volume-up.md) | +| [play-beep-sound.ps1](scripts/play-beep-sound.ps1) | Plays a short beep sound. [More ยป](docs/play-beep-sound.md) | +| [play-files.ps1](scripts/play-files.ps1) | Plays the given audio files. [More ยป](docs/play-files.md) | +| [play-happy-birthday.ps1](scripts/play-happy-birthday.ps1) | Plays the Happy Birthday song. [More ยป](docs/play-happy-birthday.md) | +| [play-imperial-march.ps1](scripts/play-imperial-march.ps1) | Plays the Imperial March (Star Wars). [More ยป](docs/play-imperial-march.md) | +| [play-jingle-bells.ps1](scripts/play-jingle-bells.ps1) | Plays Jingle Bells. [More ยป](docs/play-jingle-bells.md) | +| [play-mission-impossible.ps1](scripts/play-mission-impossible.ps1) | Plays the Mission Impossible theme. [More ยป](docs/play-mission-impossible.md)| +| [play-m3u.ps1](scripts/play-m3u.ps1) | Plays the given M3U playlist. [More ยป](docs/play-m3u.md) | +| [play-mp3.ps1](scripts/play-mp3.ps1) | Plays the given MP3 sound file. [More ยป](docs/play-mp3.md) | +| [play-super-mario.ps1](scripts/play-super-mario.ps1) | Plays the Super Mario intro. [More ยป](docs/play-super-mario.md) | +| [play-tetris-melody.ps1](scripts/play-tetris-melody.ps1) | Plays the Tetris melody. [More ยป](docs/play-tetris-melody.md) | +| [speak-checklist.ps1](scripts/speak-checklist.ps1) | Speaks the given checklist by text-to-speech. [More ยป](docs/speak-checklist.md) | +| [speak-countdown.ps1](scripts/speak-countdown.ps1) | Speaks a countdown by text-to-speech. [More ยป](docs/speak-countdown.md) | +| [speak-english.ps1](scripts/speak-english.ps1) | Speaks text with an English text-to-speech voice. [More ยป](docs/speak-english.md) | +| [speak-epub.ps1](scripts/speak-epub.ps1) | Speaks the content of the given Epub file by text-to-speech. [More ยป](docs/speak-epub.md) | +| [speak-file.ps1](scripts/speak-file.ps1) | Speaks the content of the given text file by text-to-speech. [More ยป](docs/speak-file.md) | +| [speak-french.ps1](scripts/speak-french.ps1) | Speaks text with a French text-to-speech voice. [More ยป](docs/speak-french.md) | +| [speak-german.ps1](scripts/speak-german.ps1) | Speaks text with a German text-to-speech voice. [More ยป](docs/speak-german.md) | +| [speak-italian.ps1](scripts/speak-italian.ps1) | Speaks text with an Italian text-to-speech voice. [More ยป](docs/speak-italian.md) | +| [speak-spanish.ps1](scripts/speak-spanish.ps1) | Speaks text with a Spanish text-to-speech voice. [More ยป](docs/speak-spanish.md) | +| [speak-test.ps1](scripts/speak-test.ps1) | Performs a speak test by text-to-speech. [More ยป](docs/speak-test.md) | +| [speak-text.ps1](scripts/speak-text.ps1) | Speaks the given text by text-to-speech. [More ยป](docs/speak-text.md) | +| [tell-joke.ps1](scripts/tell-joke.ps1) | Tells a random joke by text-to-speech. [More ยป](docs/tell-joke.md) | +| [tell-quote.ps1](scripts/tell-quote.ps1) | Tells a random quote by text-to-speech. [More ยป](docs/tell-quote.md) | +| [turn-volume-down.ps1](scripts/turn-volume-down.ps1) | Turns the audio volume down. [More ยป](docs/turn-volume-down.md) | +| [turn-volume-fully-up.ps1](scripts/turn-volume-fully-up.ps1) | Turns the audio fully up. [More ยป](docs/turn-volume-fully-up.md) | +| [turn-volume-off.ps1](scripts/turn-volume-off.ps1) | Turns audio off. [More ยป](docs/turn-volume-off-audio.md) | +| [turn-volume-on.ps1](scripts/turn-volume-on.ps1) | Turns audio on. [More ยป](docs/turn-volume-on.md) | +| [turn-volume-up.ps1](scripts/turn-volume-up.ps1) | Turns the audio volume up. [More ยป](docs/turn-volume-up.md) | โš™๏ธ Scripts to Manage Computers