mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-05 06:48:25 +02: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.*
|
* *Computer, turn volume down.*
|
||||||
|
|
||||||
|
|
||||||
Conversation
|
Nice Conversation
|
||||||
------------
|
-----------------
|
||||||
* *Computer, good morning.*
|
* *Computer, good morning.*
|
||||||
* *Computer, good evening.*
|
* *Computer, good evening.*
|
||||||
* *Computer, good night.*
|
* *Computer, good night.*
|
||||||
* *Computer, how are you?*
|
* *Computer, how are you?*
|
||||||
* *Computer, thank you.*
|
* *Computer, thank you.*
|
||||||
|
* *Computer, tell joke.*
|
||||||
|
* *Computer, tell quote.*
|
||||||
|
* *Computer, tell operating system.*
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Say a random Chuck Norris joke by text-to-speech
|
Tells a joke by text-to-speech
|
||||||
.DESCRIPTION
|
.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
|
.EXAMPLE
|
||||||
PS> ./say-joke
|
PS> ./tell-joke
|
||||||
(listen and have fun)
|
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz · License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
@ -1,11 +1,10 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Say the operating system details by text-to-speech
|
Tells the OS version by text-to-speech
|
||||||
.DESCRIPTION
|
.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
|
.EXAMPLE
|
||||||
PS> ./say-operating-system
|
PS> ./tell-operating-system
|
||||||
(listen)
|
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz · License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
@ -1,11 +1,10 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Say a random quote by text-to-speech
|
Tells a quote by text-to-speech
|
||||||
.DESCRIPTION
|
.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
|
.EXAMPLE
|
||||||
PS> ./say-quote
|
PS> ./tell-quote
|
||||||
(listen and learn)
|
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz · License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
Loading…
Reference in New Issue
Block a user