@@ -177,6 +177,7 @@ pull-repo.ps1, pulls updates for the current/given Git repository (including sub
177177pull-repos.ps1 , pulls updates for all Git repositories under the current/given directory (including submodules)
178178query-smart-data.ps1 , queries the S.M.A.R.T. data of your HDD/SSD's and saves it to the current/given directory
179179new-email.ps1 , starts the default email client to write a new email
180+ new-script.ps1 , creates a new PowerShell script
180181reboot.ps1 , reboots the local computer (needs admin rights)
181182reboot-fritzbox.ps1 , reboots the FRITZ!box device
182183remove-empty-dirs.ps1 , removes empty subfolders within the given directory tree
@@ -217,7 +218,6 @@ switch-shelly1.ps1, switches a Shelly1 device in the local network
217218sync-repo.ps1 , synchronizes a Git repository by push & pull (including submodules)
218219take-screenshot.ps1 , takes a single screenshot
219220take-screenshots.ps1 , takes multiple screenshots
220- template.ps1 , copy this template PowerShell script to write a new one
221221translate-file.ps1 , translates the given text file into another language
222222translate-files.ps1 , translates the given text files into any supported language
223223translate-text.ps1 , translates the given text into other languages
0 commit comments