Update scripts.csv

This commit is contained in:
Markus Fleschutz 2023-09-28 13:29:10 +02:00 committed by GitHub
parent b367c74a5a
commit f561a3572e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,10 +70,11 @@ convert-ps2bat.ps1, ,Converts PowerShell script(s) to .bat files,
convert-ps2md.ps1, ,Converts the comment-based help of a PowerShell script to Markdown,
convert-sql2csv.ps1, ,Converts the SQL database table to a CSV file,
convert-txt2wav.ps1, ,Converts text into a audio .WAV file,
decrypt-file.ps1, ,Decrypts the given file,
display-time.ps1, ,Displays the current time for 10 seconds by default,
download-dir.ps1, ,Downloads a directory tree from the given URL,
download-file.ps1, ,Downloads a file from the given URL,
decrypt-file.ps1,filesystem,Decrypts a file,
disable-ipv6.ps1,misc,Disables IPv6 (requires admin rights),
disconnect-vpn.ps1,misc,Disconnects the VPN,
download-dir.ps1,filesystem,Downloads a folder (including subfolders) from an URL,
download-file.ps1,filesystem,Downloads a file from an URL,
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),

1 SCRIPT CATEGORY DESCRIPTION
70 convert-ps2md.ps1 Converts the comment-based help of a PowerShell script to Markdown
71 convert-sql2csv.ps1 Converts the SQL database table to a CSV file
72 convert-txt2wav.ps1 Converts text into a audio .WAV file
73 decrypt-file.ps1 filesystem Decrypts the given file Decrypts a file
74 display-time.ps1 disable-ipv6.ps1 misc Displays the current time for 10 seconds by default Disables IPv6 (requires admin rights)
75 download-dir.ps1 disconnect-vpn.ps1 misc Downloads a directory tree from the given URL Disconnects the VPN
76 download-file.ps1 download-dir.ps1 filesystem Downloads a file from the given URL Downloads a folder (including subfolders) from an URL
77 download-file.ps1 filesystem Downloads a file from an URL
78 edit.ps1 Edits the given file with the built-in text editor
79 enable-crash-dumps.ps1 Enables the writing of crash dumps
80 enable-god-mode.ps1 Enables the god mode (adds a new icon to the desktop)