Merge branch 'master' of github.com:fleschutz/PowerShell

This commit is contained in:
Markus Fleschutz 2023-08-24 14:25:02 +02:00
commit eeb14a1946

View File

@ -250,17 +250,38 @@ set-timer.ps1, Sets a timer for a countdown,
set-wallpaper.ps1, Sets the given image as wallpaper,
simulate-matrix.ps1, Simulates the Matrix (fun),
simulate-presence.ps1, Simulates the human presence against burglars,
speak-checklist.ps1, Speaks the given checklist by text-to-speech,
speak-countdown.ps1, Starts a countdown by text-to-speech,
speak-english.ps1, Speaks the given text with an English text-to-speech voice,
speak-epub.ps1, Speaks the content of the given Epub file by text-to-speech,
speak-file.ps1, Speaks the content of the given text file by text-to-speech,
speak-french.ps1, Speaks the given text with a French text-to-speech voice,
speak-german.ps1, Speaks the given text with a German text-to-speech voice,
speak-italian.ps1, Speaks the given text with an Italian text-to-speech voice,
speak-spanish.ps1, Speaks the given text with a Spanish text-to-speech voice,
speak-arabic.ps1,Speaks text in Arabic,
speak-checklist.ps1,Speaks a checklist by text-to-speech,
speak-countdown.ps1,Speaks a countdown by text-to-speech,
speak-croatian.ps1,Speaks text in Croatian,
speak-danish.ps1,Speaks text in Danish,
speak-dutch.ps1,Speaks text in Dutch,
speak-english.ps1,Speaks text in English,
speak-epub.ps1,Speaks an Epub file by text-to-speech (TTS).,
speak-esperanto.ps1,Speaks text in Esperanto,
speak-file.ps1,Speaks file content by text-to-speech,
speak-finnish.ps1,Speaks text in Finnish,
speak-french.ps1,Speaks text in French,
speak-german.ps1,Speaks text in German,
speak-greek.ps1,Speaks text in Greek,
speak-hebrew.ps1,Speaks text in Hebrew,
speak-hindi.ps1,Speaks text in Hindi,
speak-italian.ps1,Speaks text in Italian,
speak-japanese.ps1,Speaks text in Japanese,
speak-korean.ps1,Speaks text in Korean,
speak-latin.ps1,Speaks text in Latin,
speak-mandarin.ps1,Speaks text in Mandarin,
speak-norwegian.ps1,Speaks text in Norwegian,
speak-polish.ps1,Speaks text in Polish,
speak-portuguese.ps1,Speaks text in Portuguese,
speak-russian.ps1,Speaks text in Russian,
speak-spanish.ps1,Speaks text in Spanish,
speak-swedish.ps1,Speaks text in Swedish,
speak-test.ps1, Performs a speak test by text-to-speech,
speak-text.ps1, Speaks the given text by text-to-speech,
speak-text.ps1,Speaks text by the default text-to-speech voice,
speak-thai.ps1,Speaks text in Thai,
speak-turkish.ps1,Speaks text in Turkish,
speak-ukrainian.ps1,Speaks text in Ukrainian,
start-calibre-server.ps1, Starts a local Calibre server,
start-ipfs-server.ps1, Starts a local IPFS server,
switch-branch.ps1, Switches the branch in the current/given Git repository (including submodules),

1 SCRIPT DESCRIPTION
250 set-wallpaper.ps1 Sets the given image as wallpaper
251 simulate-matrix.ps1 Simulates the Matrix (fun)
252 simulate-presence.ps1 Simulates the human presence against burglars
253 speak-checklist.ps1 speak-arabic.ps1 Speaks the given checklist by text-to-speech Speaks text in Arabic
254 speak-countdown.ps1 speak-checklist.ps1 Starts a countdown by text-to-speech Speaks a checklist by text-to-speech
255 speak-english.ps1 speak-countdown.ps1 Speaks the given text with an English text-to-speech voice Speaks a countdown by text-to-speech
256 speak-epub.ps1 speak-croatian.ps1 Speaks the content of the given Epub file by text-to-speech Speaks text in Croatian
257 speak-file.ps1 speak-danish.ps1 Speaks the content of the given text file by text-to-speech Speaks text in Danish
258 speak-french.ps1 speak-dutch.ps1 Speaks the given text with a French text-to-speech voice Speaks text in Dutch
259 speak-german.ps1 speak-english.ps1 Speaks the given text with a German text-to-speech voice Speaks text in English
260 speak-italian.ps1 speak-epub.ps1 Speaks the given text with an Italian text-to-speech voice Speaks an Epub file by text-to-speech (TTS).
261 speak-spanish.ps1 speak-esperanto.ps1 Speaks the given text with a Spanish text-to-speech voice Speaks text in Esperanto
262 speak-file.ps1 Speaks file content by text-to-speech
263 speak-finnish.ps1 Speaks text in Finnish
264 speak-french.ps1 Speaks text in French
265 speak-german.ps1 Speaks text in German
266 speak-greek.ps1 Speaks text in Greek
267 speak-hebrew.ps1 Speaks text in Hebrew
268 speak-hindi.ps1 Speaks text in Hindi
269 speak-italian.ps1 Speaks text in Italian
270 speak-japanese.ps1 Speaks text in Japanese
271 speak-korean.ps1 Speaks text in Korean
272 speak-latin.ps1 Speaks text in Latin
273 speak-mandarin.ps1 Speaks text in Mandarin
274 speak-norwegian.ps1 Speaks text in Norwegian
275 speak-polish.ps1 Speaks text in Polish
276 speak-portuguese.ps1 Speaks text in Portuguese
277 speak-russian.ps1 Speaks text in Russian
278 speak-spanish.ps1 Speaks text in Spanish
279 speak-swedish.ps1 Speaks text in Swedish
280 speak-test.ps1 Performs a speak test by text-to-speech
281 speak-text.ps1 Speaks the given text by text-to-speech Speaks text by the default text-to-speech voice
282 speak-thai.ps1 Speaks text in Thai
283 speak-turkish.ps1 Speaks text in Turkish
284 speak-ukrainian.ps1 Speaks text in Ukrainian
285 start-calibre-server.ps1 Starts a local Calibre server
286 start-ipfs-server.ps1 Starts a local IPFS server
287 switch-branch.ps1 Switches the branch in the current/given Git repository (including submodules)