Update README.md and scripts.csv

This commit is contained in:
Markus Fleschutz 2021-10-12 21:22:57 +02:00
parent e7b49ba257
commit 61b9cb62d5
2 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,8 @@ edit.ps1, Edits the given file with the built-in text editor
enable-crash-dumps.ps1, Enables the writing of crash dumps
enable-god-mode.ps1, Enables the god mode (adds a new icon to the desktop)
encrypt-file.ps1, Encrypts the given file
export-to-manuals.ps1, Converts all scripts as manuals
export-to-serenade.ps1, Converts all scripts to Serenade for voice control
fetch-repo.ps1, Fetches updates for the current/given Git repository (including submodules)
fetch-repos.ps1, Fetches updates for all Git repositories under the current/given directory (including submodules)
get-md5.ps1, Prints the MD5 checksum of the given file

1 Script Description
70 enable-crash-dumps.ps1 Enables the writing of crash dumps
71 enable-god-mode.ps1 Enables the god mode (adds a new icon to the desktop)
72 encrypt-file.ps1 Encrypts the given file
73 export-to-manuals.ps1 Converts all scripts as manuals
74 export-to-serenade.ps1 Converts all scripts to Serenade for voice control
75 fetch-repo.ps1 Fetches updates for the current/given Git repository (including submodules)
76 fetch-repos.ps1 Fetches updates for all Git repositories under the current/given directory (including submodules)
77 get-md5.ps1 Prints the MD5 checksum of the given file

View File

@ -189,6 +189,9 @@ Mega Collection of PowerShell Scripts
| [convert-ps2md.ps1](Scripts/convert-ps2md.ps1) | Converts the comment-based help of a PowerShell script to Markdown | [Help](Docs/convert-ps2md.md) |
| [convert-sql2csv.ps1](Scripts/convert-sql2csv.ps1) | Converts a SQL database table to a .CSV file | [Help](Docs/convert-sql2csv.md) |
| [convert-txt2wav.ps1](Scripts/convert-txt2wav.ps1) | Converts text to a .WAV audio file | [Help](Docs/convert-txt2wav.md) |
| [export-to-manuals.ps1](Scripts/export-to-manuals.ps1) | Converts all scripts as manuals | [Help](Docs/export-to-manuals.md) |
| [export-to-serenade.ps1](Scripts/export-to-serenade.ps1)| Converts all scripts to Serenade for voice control | [Help](Docs/export-to-serenade.md)|
📝 Scripts for Git
-------------------