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