Update README.md

This commit is contained in:
Markus Fleschutz 2021-03-05 12:55:20 +01:00 committed by GitHub
parent b42a8ecf70
commit 4ae46363dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ Collection of PowerShell Scripts
**This repository contains 140+ useful and cross-platform PowerShell scripts in the [Scripts/ folder](Scripts/) - to be used by command-line interface (CLI), for remote control (RC), by context menu, by voice control, by automation software like Jenkins, automatically as daily tasks, or simply to learn PowerShell. See the [FAQ page](Misc/FAQ.md) if you need help or have any questions.**
Scripts for Audio & Voice 🔊
🔊 Scripts for Audio & Voice
---------------------------
* [mute-audio.ps1](Scripts/mute-audio.ps1) - mutes audio
* [play-beep.ps1](Scripts/play-beep.ps1) - plays a beep sound
@ -27,7 +27,7 @@ Scripts for Audio & Voice 🔊
* [unmute-audio.ps1](Scripts/unmute-audio.ps1) - unmutes audio
* [voice-control.ps1](Scripts/voice-control.ps1) - executes the PowerShell scripts by voice
Scripts for Computer Management ⚙️
⚙️ Scripts for Computer Management
---------------------------------
* [add-firewall-rules.ps1](Scripts/add-firewall-rules.ps1) - adds firewall rules for the given executables (requires admin rights)
* [check-drive-space.ps1](Scripts/check-drive-space.ps1) - checks the given drive for free space left
@ -47,7 +47,7 @@ Scripts for Computer Management ⚙️
* [reboot.ps1](Scripts/reboot.ps1) - reboots the local computer (requires admin rights)
* [wakeup.ps1](Scripts/wakeup.ps1) - sends a magic packet to the given computer, waking him up
Scripts for the Desktop 💻
💻 Scripts for the Desktop
-------------------------
* [close-calculator.ps1](Scripts/close-calculator.ps1) - closes the calculator program gracefully
* [close-chrome.ps1](Scripts/close-chrome.ps1) - closes Google Chrome gracefully
@ -68,7 +68,7 @@ Scripts for the Desktop 💻
* [take-screenshot.ps1](Scripts/take-screenshot.ps1) - takes a single screenshot
* [take-screenshots.ps1](Scripts/take-screenshots.ps1) - takes multiple screenshots (every minute by default)
Scripts for Files & Folders 📁
📁 Scripts for Files & Folders
-----------------------------
* [check-symlinks.ps1](Scripts/check-symlinks.ps1) - checks every symlink in the given directory tree
* [check-xml-file.ps1](Scripts/check-xml-file.ps1) - checks the given XML file for validity
@ -95,7 +95,7 @@ Scripts for Files & Folders 📁
* [show-dir-tree.ps1](Scripts/show-dir-tree.ps1) - visualizes the given/current directory tree
* [zip-dir.ps1](Scripts/zip-dir.ps1) - creates a zip archive of the given directory
Scripts for Git 📝
📝 Scripts for Git
-----------------
* [clean-branch.ps1](Scripts/clean-branch.ps1) - cleans the current Git branch (including submodules) from generated files
* [clone-repos.ps1](Scripts/clone-repos.ps1) - clones well-known Git repositories
@ -105,7 +105,7 @@ Scripts for Git 📝
* [switch-branch.ps1](Scripts/switch-branch.ps1) - switches the current Git repository to the given branch (including submodules)
* [update-repos.ps1](Scripts/update-repos.ps1) - updates all Git repositories under the current/given directory (including submodules)
Scripts for PowerShell 🔎
🔎 Scripts for PowerShell
------------------------
* [daily-tasks.sh](Scripts/daily-tasks.sh) - execute PowerShell scripts automatically as daily tasks (Linux only)
* [list-aliases.ps1](Scripts/list-aliases.ps1) - lists all PowerShell aliases
@ -116,7 +116,7 @@ Scripts for PowerShell 🔎
* [list-scripts.ps1](Scripts/list-scripts.ps1) - lists all PowerShell scripts in this repository
* [set-profile.ps1](Scripts/set-profile.ps1) - updates your PowerShell user profile
Various Scripts 🛒
🛒 Various Scripts
-----------------
* [check-ipv4-address.ps1](Scripts/check-ipv4-address.ps1) - checks the given IPv4 address for validity
* [check-ipv6-address.ps1](Scripts/check-ipv6-address.ps1) - checks the given IPv6 address for validity