mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-23 23:29:02 +01:00
Update README.md and scripts.csv
This commit is contained in:
parent
e7b49ba257
commit
61b9cb62d5
@ -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
|
||||
|
|
@ -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
|
||||
-------------------
|
||||
|
Loading…
Reference in New Issue
Block a user