Added switch-branch.ps1

This commit is contained in:
Markus Fleschutz
2021-02-13 10:26:14 +01:00
parent 0d969091d0
commit 89c6ff871b
6 changed files with 57 additions and 15 deletions

View File

@ -89,6 +89,7 @@ speak-joke.ps1, speaks the next joke by text-to-speech (TTS)
speak-test.ps1, performs a speak test by text-to-speech (TTS)
speak-text.ps1, speaks the given text by text-to-speech (TTS)
speak-time.ps1, speaks the current time by text-to-speech (TTS)
switch-branch.ps1, switches to the given Git branch
switch-shelly1.ps1, switches a Shelly1 device in the local network
take-screenshot.ps1, takes a single screenshot
take-screenshots.ps1, takes multiple screenshots

1 Script Description
89 speak-test.ps1 performs a speak test by text-to-speech (TTS)
90 speak-text.ps1 speaks the given text by text-to-speech (TTS)
91 speak-time.ps1 speaks the current time by text-to-speech (TTS)
92 switch-branch.ps1 switches to the given Git branch
93 switch-shelly1.ps1 switches a Shelly1 device in the local network
94 take-screenshot.ps1 takes a single screenshot
95 take-screenshots.ps1 takes multiple screenshots