PowerShell/README.md
2021-03-16 15:40:49 +01:00

15 KiB

Collection of PowerShell Scripts

This repository contains 150+ useful and cross-platform PowerShell scripts in the Scripts/ folder - 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 if you need help or have any questions.

🔊 Scripts for Audio & Voice

⚙️ Scripts for Computer Management

💻 Scripts for the Desktop

📁 Scripts for Files & Folders

📝 Scripts for Git

  • cherry-picker.ps1 - cherry-picks a Git commit into multiple branches
  • clean-branch.ps1 - cleans the current Git branch (including submodules) from generated files
  • clone-repos.ps1 - clones well-known Git repositories
  • configure-git.ps1 - sets up the Git user configuration
  • 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)
  • list-branches.ps1 - lists all branches in the current/given Git repository
  • list-commits.ps1 - lists all commits in the current/given Git repository
  • switch-branch.ps1 - switches the current Git repository to the given branch (including submodules)
  • update-repos.ps1 - updates all Git repositories under the current/given directory (including submodules)

🔎 Scripts for PowerShell

🛒 Various Scripts

Feedback

Send your email feedback to: markus [at] fleschutz [dot] de

This open source release is licensed under the CC0 license. All trademarks are the property of their respective owners.