diff --git a/Data/scripts.csv b/Data/scripts.csv index 096cc9c5..5911d420 100644 --- a/Data/scripts.csv +++ b/Data/scripts.csv @@ -80,6 +80,7 @@ list-cheat-sheet.ps1, lists the PowerShell cheat sheet list-city-weather.ps1, lists the current weather of cities worldwide (east to west) list-commits.ps1, lists all commits in the current/given Git repository list-clipboard.ps1, lists the contents of the clipboard +list-credits.ps1, shows the credits list-dir.ps1, lists the directory content (formatted in columns) list-dir-tree.ps1, lists the directory tree content list-drives.ps1, lists all drives @@ -157,7 +158,6 @@ SHA1.ps1, prints the SHA1 checksum of the given file SHA256.ps1, prints the SHA256 checksum of the given file simulate-matrix.ps1, simulates the Matrix (fun) simulate-presence.ps1, simulates the human presence against burglars -show-credits.ps1, shows the credits 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 diff --git a/README.md b/README.md index 5f9551d2..8dba1805 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ Mega Collection of PowerShell Scripts * [generate-qrcode.ps1](Scripts/generate-qrcode.ps1) - generates a QR code * [list-anagrams.ps1](Scripts/list-anagrams.ps1) - lists all anagrams of the given word * [list-city-weather.ps1](Scripts/list-city-weather.ps1) - lists the current weather of cities worldwide (west to east) +* [list-credits.ps1](Scripts/list-credits.ps1) - shows the credits * [list-environment-variables.ps1](Scripts/list-environment-variables.ps1) - lists all environment variables * [list-emojis.ps1](Scripts/list-emojis.ps1) - lists the emojis of Unicode 13.0 * [list-fritzbox-calls.ps1](Scripts/list-fritzbox-calls.ps1) - lists the FRITZ!Box calls @@ -202,7 +203,6 @@ Mega Collection of PowerShell Scripts * [send-tcp.ps1](Scripts/send-udp.ps1) - sends a TCP message to the given IP address and port * [send-udp.ps1](Scripts/send-udp.ps1) - sends a UDP datagram message to the given IP address and port * [set-timer.ps1](Scripts/set-timer.ps1) - sets a timer for a countdown -* [show-credits.ps1](Scripts/show-credits.ps1) - shows the credits * [simulate-matrix.ps1](Scripts/simulate-matrix.ps1) - simulates the Matrix (fun) * [simulate-presence.ps1](Scripts/simulate-presence.ps1) - simulates the human presence against burglars * [switch-shelly1.ps1](Scripts/switch-shelly1.ps1) - switches a Shelly1 device in the local network diff --git a/Scripts/show-credits.ps1 b/Scripts/list-credits.ps1 similarity index 97% rename from Scripts/show-credits.ps1 rename to Scripts/list-credits.ps1 index f6a0a7e3..fbe189b0 100755 --- a/Scripts/show-credits.ps1 +++ b/Scripts/list-credits.ps1 @@ -1,5 +1,5 @@ <# -.SYNTAX show-credits.ps1 +.SYNTAX list-credits.ps1 .DESCRIPTION shows the credits .LINK https://github.com/fleschutz/PowerShell .NOTES Author: Markus Fleschutz / License: CC0