mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-23 23:29:02 +01:00
Rename to tell-joke.ps1, tell-quote.ps1 and tell-operating-system.ps1
This commit is contained in:
parent
56035668a0
commit
9d310d2521
@ -88,10 +88,13 @@ Audio
|
||||
* *Computer, turn volume down.*
|
||||
|
||||
|
||||
Conversation
|
||||
------------
|
||||
Nice Conversation
|
||||
-----------------
|
||||
* *Computer, good morning.*
|
||||
* *Computer, good evening.*
|
||||
* *Computer, good night.*
|
||||
* *Computer, how are you?*
|
||||
* *Computer, thank you.*
|
||||
* *Computer, tell joke.*
|
||||
* *Computer, tell quote.*
|
||||
* *Computer, tell operating system.*
|
||||
|
@ -1,11 +1,10 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Say a random Chuck Norris joke by text-to-speech
|
||||
Tells a joke by text-to-speech
|
||||
.DESCRIPTION
|
||||
This script selects a random joke in Data/jokes.csv and tells it by text-to-speech (TTS).
|
||||
This script selects a random Chuck Norris joke in Data/jokes.csv and speaks it by text-to-speech (TTS).
|
||||
.EXAMPLE
|
||||
PS> ./say-joke
|
||||
(listen and have fun)
|
||||
PS> ./tell-joke
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
@ -1,11 +1,10 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Say the operating system details by text-to-speech
|
||||
Tells the OS version by text-to-speech
|
||||
.DESCRIPTION
|
||||
This script speaks the operating system details by text-to-speech (TTS).
|
||||
This script speaks the operating system version by text-to-speech (TTS).
|
||||
.EXAMPLE
|
||||
PS> ./say-operating-system
|
||||
(listen)
|
||||
PS> ./tell-operating-system
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
@ -1,11 +1,10 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Say a random quote by text-to-speech
|
||||
Tells a quote by text-to-speech
|
||||
.DESCRIPTION
|
||||
This script selects a random quote in Data/quotes.csv and tells it by text-to-speech (TTS).
|
||||
This script selects a random quote in Data/quotes.csv and speaks it by text-to-speech (TTS).
|
||||
.EXAMPLE
|
||||
PS> ./say-quote
|
||||
(listen and learn)
|
||||
PS> ./tell-quote
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
Loading…
Reference in New Issue
Block a user