From 61b9cb62d5dc2507b60418942c1d7a5183be0638 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 12 Oct 2021 21:22:57 +0200 Subject: [PATCH] Update README.md and scripts.csv --- Data/scripts.csv | 2 ++ README.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/Data/scripts.csv b/Data/scripts.csv index fba6f745..f112aa93 100644 --- a/Data/scripts.csv +++ b/Data/scripts.csv @@ -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 diff --git a/README.md b/README.md index 03d10675..d321b2f3 100644 --- a/README.md +++ b/README.md @@ -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 -------------------