diff --git a/README.md b/README.md index b7df21b..e046e86 100644 --- a/README.md +++ b/README.md @@ -3,60 +3,13 @@ Collection of PowerShell Scripts **This repository provides useful and cross-platform PowerShell scripts - 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 +⚙️ Scripts to ------------------------------- | 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 --------