commit 343cf921acd566238c2073c373a09bd6e00bb019 Author: Gabe Date: Tue Aug 5 02:18:48 2025 +0000 Upload files to "/" diff --git a/README.md b/README.md new file mode 100644 index 0000000..d833acc --- /dev/null +++ b/README.md @@ -0,0 +1,67 @@ +Collection of PowerShell Scripts +===================================== + +**This repository provides useful and cross-platform PowerShell scripts in the [πŸ“‚Scripts](Scripts/) subfolder - to be used by command-line interface (CLI), by automation software like [Jenkins](https://www.jenkins.io/), automatically as daily tasks, or simply to learn PowerShell. See the [FAQ page](Docs/FAQ.md) if you need help or have any questions.** + +βš™οΈ Scripts to Manage Computers +------------------------------- + +| Script | Description | Help | +| ---------------------------------------------------- | ------------------------------------------------------------------ | --------------------------------------- | +| [add-firewall-rules.ps1](Scripts/add-firewall-rules.ps1) | Adds firewall rules for the given executables (needs admin rights) | [Help](Docs/add-firewall-rules.md) | + + +πŸ’» Scripts for the Desktop +--------------------------- + +| Script | Description | Help | +| ---------------------------------------------------- | ------------------------------------------------------------------ | --------------------------------------- | +| [close-calculator.ps1](Scripts/close-calculator.ps1) | Closes the calculator application | [Help](Docs/close-calculator.md) | + | + +πŸ“ Scripts for Files & Folders +------------------------------- + +| Script | Description | Help | +| ---------------------------------------------------- | ------------------------------------------------------------------ | ----------------------------------- | +| [cd-autostart.ps1](Scripts/cd-autostart.ps1) | Set the working directory to the user's autostart folder | [Help](Docs/cd-autostart.md) | + + +♻️ Scripts to Convert Files +--------------------------- + +| Script | Description | Help | +| ------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------- | +| [convert-csv2txt.ps1](Scripts/convert-csv2txt.ps1) | Converts a .CSV file to a text file | [Help](Docs/convert-csv2txt.md) | + + + +πŸ“ Scripts for Git +------------------- + +| Script | Description | Help | +| ---------------------------------------------------- | ------------------------------------------------------------------ | --------------------------------------- | +| [build-repo.ps1](Scripts/build-repo.ps1) | Builds a Git repository | [Help](Docs/build-repo.md) | + +πŸ”Ž Scripts for PowerShell +------------------------ + +| Script | Description | Help | +| ------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------- | +| [daily-tasks.sh](Scripts/daily-tasks.sh) | Execute PowerShell scripts automatically as daily tasks (Linux only) | [Help](Docs/daily-tasks.sh.md) | + + +πŸ›’ Various PowerShell Scripts +------------------------------ + +| Script | Description | Help | +| ---------------------------------------------------- | ------------------------------------------------------------------ | --------------------------------------- | +| [add-memo.ps1](Scripts/add-memo.ps1) | Adds the given memo text to $HOME/Memos.csv | [Help](Docs/add-memo.md) | + +Feedback +-------- +Send your email feedback to: gabe [at] gabesville [dot] com + +License, Copyright & Registered Trademarks +------------------------------------------ +This open source project is licensed under the CC0 license. All registered trademarks are the property of their respective owners. \ No newline at end of file