Improve the scripts

This commit is contained in:
Markus Fleschutz
2021-04-08 13:27:03 +02:00
parent f18ff005f6
commit bb5bb64827
5 changed files with 18 additions and 19 deletions

View File

@ -129,7 +129,7 @@ SHA256.ps1, prints the SHA256 checksum of the given file
show-dir-tree.ps1, visualizes the given/current directory tree
simulate-matrix.ps1, simulates the Matrix (fun)
simulate-presence.ps1, simulates the human presence against burglars
speak-countdown.ps1, speaks a countdown by text-to-speech (TTS)
speak-countdown.ps1, starts a countdown by text-to-speech (TTS)
speak-date.ps1, speaks the current date by text-to-speech (TTS)
speak-english.ps1, speaks the given text with an English text-to-speech (TTS) voice
speak-epub.ps1, speaks the content of the given Epub file by text-to-speech (TTS)

1 Script Description
129 show-dir-tree.ps1 visualizes the given/current directory tree
130 simulate-matrix.ps1 simulates the Matrix (fun)
131 simulate-presence.ps1 simulates the human presence against burglars
132 speak-countdown.ps1 speaks a countdown by text-to-speech (TTS) starts a countdown by text-to-speech (TTS)
133 speak-date.ps1 speaks the current date by text-to-speech (TTS)
134 speak-english.ps1 speaks the given text with an English text-to-speech (TTS) voice
135 speak-epub.ps1 speaks the content of the given Epub file by text-to-speech (TTS)