Added fetch-repos.ps1

This commit is contained in:
Markus Fleschutz
2021-02-21 12:20:04 +01:00
parent 7adab1ccd3
commit 4bd0f442f2
4 changed files with 42 additions and 3 deletions

View File

@ -26,6 +26,7 @@ display-time.ps1, displays the current time for 10 seconds by default
download.ps1, downloads the file/directory from the given URL
enable-crash-dumps.ps1, enables the writing of crash dumps
encrypt-file.ps1, encrypts the given file
fetch-repos.ps1, fetches all Git repositories under the current/given directory
generate-qrcode.ps1, generates a QR code
hibernate.ps1, enables hibernate mode for the local computer (requires admin rights)
inspect-exe.ps1, prints basic information of the given executable file
@ -100,7 +101,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-branch.ps1, switches the current Git repository to the given 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
26 download.ps1 downloads the file/directory from the given URL
27 enable-crash-dumps.ps1 enables the writing of crash dumps
28 encrypt-file.ps1 encrypts the given file
29 fetch-repos.ps1 fetches all Git repositories under the current/given directory
30 generate-qrcode.ps1 generates a QR code
31 hibernate.ps1 enables hibernate mode for the local computer (requires admin rights)
32 inspect-exe.ps1 prints basic information of the given executable file
101 speak-test.ps1 performs a speak test by text-to-speech (TTS)
102 speak-text.ps1 speaks the given text by text-to-speech (TTS)
103 speak-time.ps1 speaks the current time by text-to-speech (TTS)
104 switch-branch.ps1 switches to the given Git branch switches the current Git repository to the given branch
105 switch-shelly1.ps1 switches a Shelly1 device in the local network
106 take-screenshot.ps1 takes a single screenshot
107 take-screenshots.ps1 takes multiple screenshots