Rename to list-credits.ps1

This commit is contained in:
Markus Fleschutz 2021-04-25 18:51:36 +02:00
parent 44414a6135
commit c9582b8209
3 changed files with 3 additions and 3 deletions

View File

@ -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

1 Script Description
80 list-city-weather.ps1 lists the current weather of cities worldwide (east to west)
81 list-commits.ps1 lists all commits in the current/given Git repository
82 list-clipboard.ps1 lists the contents of the clipboard
83 list-credits.ps1 shows the credits
84 list-dir.ps1 lists the directory content (formatted in columns)
85 list-dir-tree.ps1 lists the directory tree content
86 list-drives.ps1 lists all drives
158 SHA256.ps1 prints the SHA256 checksum of the given file
159 simulate-matrix.ps1 simulates the Matrix (fun)
160 simulate-presence.ps1 simulates the human presence against burglars
show-credits.ps1 shows the credits
161 speak-countdown.ps1 starts a countdown by text-to-speech (TTS)
162 speak-date.ps1 speaks the current date by text-to-speech (TTS)
163 speak-english.ps1 speaks the given text with an English text-to-speech (TTS) voice

View File

@ -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

View File

@ -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