diff --git a/README.md b/README.md index 1d6eb17a..b9d35f6b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Mega Collection of PowerShell Scripts **It includes 500+ useful cross-platform PowerShell scripts located in the [📂Scripts](Scripts/) subfolder - for the command-line, for remote control via SSH, for automation (e.g. [AutoHotkey](https://www.autohotkey.com/) or [Jenkins](https://www.jenkins.io/)), for context menus, for voice commands (e.g. [talk2windows](https://github.com/fleschutz/talk2windows)), automatically on startup/login/logoff/daily/shutdown/etc., or simply to learn PowerShell.** -**[Download](https://github.com/fleschutz/PowerShell/releases) | [Table of Scripts](https://github.com/fleschutz/PowerShell/blob/master/Data/scripts.csv) | [FAQ](docs/FAQ.md)** | **Note:** the scripts support Unicode - a modern console is recommended (e.g. *Windows Terminal*) +**[Download](https://github.com/fleschutz/PowerShell/releases) | [Table of Scripts](https://github.com/fleschutz/PowerShell/blob/master/data/scripts.csv) | [FAQ](docs/FAQ.md)** | **Note:** the scripts support Unicode - a modern console is recommended (e.g. *Windows Terminal*) 🔊 Scripts for Audio & Voice ----------------------------- diff --git a/Scripts/add-firewall-rules.ps1 b/Scripts/add-firewall-rules.ps1 index a039ef8b..13fd701b 100755 --- a/Scripts/add-firewall-rules.ps1 +++ b/Scripts/add-firewall-rules.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Adds firewall rules for executables (needs admin rights). .DESCRIPTION diff --git a/Scripts/add-memo.ps1 b/Scripts/add-memo.ps1 index 4fe7e7cf..a7189029 100755 --- a/Scripts/add-memo.ps1 +++ b/Scripts/add-memo.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Adds a memo text .DESCRIPTION diff --git a/Scripts/alert.ps1 b/Scripts/alert.ps1 index 841f98f4..74e40ab7 100755 --- a/Scripts/alert.ps1 +++ b/Scripts/alert.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Handles and escalates an alert .DESCRIPTION diff --git a/Scripts/build-repo.ps1 b/Scripts/build-repo.ps1 index cc9b53a4..45afee3f 100755 --- a/Scripts/build-repo.ps1 +++ b/Scripts/build-repo.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Builds a repository .DESCRIPTION diff --git a/Scripts/build-repos.ps1 b/Scripts/build-repos.ps1 index 685f5299..ccf13740 100755 --- a/Scripts/build-repos.ps1 +++ b/Scripts/build-repos.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Builds Git repositories .DESCRIPTION diff --git a/Scripts/cd-autostart.ps1 b/Scripts/cd-autostart.ps1 index 187536c9..79b318a1 100755 --- a/Scripts/cd-autostart.ps1 +++ b/Scripts/cd-autostart.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the user's autostart folder .DESCRIPTION diff --git a/Scripts/cd-crashdumps.ps1 b/Scripts/cd-crashdumps.ps1 index eae4441c..4305a3c1 100755 --- a/Scripts/cd-crashdumps.ps1 +++ b/Scripts/cd-crashdumps.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Change to the crash dumps folder .DESCRIPTION diff --git a/Scripts/cd-desktop.ps1 b/Scripts/cd-desktop.ps1 index a66d94a3..92a28f55 100755 --- a/Scripts/cd-desktop.ps1 +++ b/Scripts/cd-desktop.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the user's desktop folder .DESCRIPTION diff --git a/Scripts/cd-docs.ps1 b/Scripts/cd-docs.ps1 index d4182982..0ca0c32b 100755 --- a/Scripts/cd-docs.ps1 +++ b/Scripts/cd-docs.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the documents folder .DESCRIPTION diff --git a/Scripts/cd-downloads.ps1 b/Scripts/cd-downloads.ps1 index f5922521..4a786cca 100755 --- a/Scripts/cd-downloads.ps1 +++ b/Scripts/cd-downloads.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the user's downloads folder .DESCRIPTION diff --git a/Scripts/cd-dropbox.ps1 b/Scripts/cd-dropbox.ps1 index 65ef5258..c9afde9d 100755 --- a/Scripts/cd-dropbox.ps1 +++ b/Scripts/cd-dropbox.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the user's Dropbox folder .DESCRIPTION diff --git a/Scripts/cd-etc.ps1 b/Scripts/cd-etc.ps1 index dd7f632b..3932c2ae 100755 --- a/Scripts/cd-etc.ps1 +++ b/Scripts/cd-etc.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Changes to the /etc directory .DESCRIPTION diff --git a/Scripts/cd-fonts.ps1 b/Scripts/cd-fonts.ps1 index aed5c677..9eade426 100755 --- a/Scripts/cd-fonts.ps1 +++ b/Scripts/cd-fonts.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the fonts folder .DESCRIPTION diff --git a/Scripts/cd-home.ps1 b/Scripts/cd-home.ps1 index 9b5b24fc..c2f4b8a3 100755 --- a/Scripts/cd-home.ps1 +++ b/Scripts/cd-home.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the user's home folder .DESCRIPTION diff --git a/Scripts/cd-logs.ps1 b/Scripts/cd-logs.ps1 index ce4ca441..905597b1 100755 --- a/Scripts/cd-logs.ps1 +++ b/Scripts/cd-logs.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the logs folder .DESCRIPTION diff --git a/Scripts/cd-music.ps1 b/Scripts/cd-music.ps1 index b6042932..0ca8d344 100755 --- a/Scripts/cd-music.ps1 +++ b/Scripts/cd-music.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the user's music folder .DESCRIPTION diff --git a/Scripts/cd-onedrive.ps1 b/Scripts/cd-onedrive.ps1 index 54f1dcbc..3b9d253c 100755 --- a/Scripts/cd-onedrive.ps1 +++ b/Scripts/cd-onedrive.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the user's OneDrive folder .DESCRIPTION diff --git a/Scripts/cd-pics.ps1 b/Scripts/cd-pics.ps1 index 8a944735..bc65b0ec 100755 --- a/Scripts/cd-pics.ps1 +++ b/Scripts/cd-pics.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the user's pictures folder .DESCRIPTION diff --git a/Scripts/cd-public.ps1 b/Scripts/cd-public.ps1 index 827e7cc1..6a87217f 100755 --- a/Scripts/cd-public.ps1 +++ b/Scripts/cd-public.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the Public folder .DESCRIPTION diff --git a/Scripts/cd-recycle-bin.ps1 b/Scripts/cd-recycle-bin.ps1 index 84e85caf..6bdc8cd3 100755 --- a/Scripts/cd-recycle-bin.ps1 +++ b/Scripts/cd-recycle-bin.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the user's recycle bin folder .DESCRIPTION diff --git a/Scripts/cd-repos.ps1 b/Scripts/cd-repos.ps1 index 1d4fbf91..12cb2969 100755 --- a/Scripts/cd-repos.ps1 +++ b/Scripts/cd-repos.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the user's repos folder .DESCRIPTION diff --git a/Scripts/cd-root.ps1 b/Scripts/cd-root.ps1 index e473b7ec..561eb2f7 100755 --- a/Scripts/cd-root.ps1 +++ b/Scripts/cd-root.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the root directory .DESCRIPTION diff --git a/Scripts/cd-screenshots.ps1 b/Scripts/cd-screenshots.ps1 index daf39c34..c0fb6468 100755 --- a/Scripts/cd-screenshots.ps1 +++ b/Scripts/cd-screenshots.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the user's screenshots folder .DESCRIPTION diff --git a/Scripts/cd-scripts.ps1 b/Scripts/cd-scripts.ps1 index e22b2220..6373fd00 100755 --- a/Scripts/cd-scripts.ps1 +++ b/Scripts/cd-scripts.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the PowerShell scripts folder .DESCRIPTION diff --git a/Scripts/cd-ssh.ps1 b/Scripts/cd-ssh.ps1 index 7b653a6a..3e018589 100755 --- a/Scripts/cd-ssh.ps1 +++ b/Scripts/cd-ssh.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the user's SSH folder .DESCRIPTION diff --git a/Scripts/cd-temp.ps1 b/Scripts/cd-temp.ps1 index 5aa0a548..330a757b 100755 --- a/Scripts/cd-temp.ps1 +++ b/Scripts/cd-temp.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the temporary folder .DESCRIPTION diff --git a/Scripts/cd-templates.ps1 b/Scripts/cd-templates.ps1 index 8808c286..acca430e 100755 --- a/Scripts/cd-templates.ps1 +++ b/Scripts/cd-templates.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the templates folder .DESCRIPTION diff --git a/Scripts/cd-trash.ps1 b/Scripts/cd-trash.ps1 index 3ae68488..5743f190 100755 --- a/Scripts/cd-trash.ps1 +++ b/Scripts/cd-trash.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the user's trash folder .DESCRIPTION diff --git a/Scripts/cd-up.ps1 b/Scripts/cd-up.ps1 index c351a038..201402ec 100755 --- a/Scripts/cd-up.ps1 +++ b/Scripts/cd-up.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to one level up .DESCRIPTION diff --git a/Scripts/cd-up2.ps1 b/Scripts/cd-up2.ps1 index f3d19943..6db1cea7 100755 --- a/Scripts/cd-up2.ps1 +++ b/Scripts/cd-up2.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to two directory levels up .DESCRIPTION diff --git a/Scripts/cd-up3.ps1 b/Scripts/cd-up3.ps1 index 10f79e0e..04b47786 100755 --- a/Scripts/cd-up3.ps1 +++ b/Scripts/cd-up3.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to three directory levels up .DESCRIPTION diff --git a/Scripts/cd-up4.ps1 b/Scripts/cd-up4.ps1 index aef9e8d0..3d6d2e3d 100755 --- a/Scripts/cd-up4.ps1 +++ b/Scripts/cd-up4.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to four directory levels up .DESCRIPTION diff --git a/Scripts/cd-users.ps1 b/Scripts/cd-users.ps1 index b052e31b..7a57be89 100755 --- a/Scripts/cd-users.ps1 +++ b/Scripts/cd-users.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the users directory .DESCRIPTION diff --git a/Scripts/cd-videos.ps1 b/Scripts/cd-videos.ps1 index 1ff06ac4..678f719b 100755 --- a/Scripts/cd-videos.ps1 +++ b/Scripts/cd-videos.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the user's videos folder .DESCRIPTION diff --git a/Scripts/cd-windows.ps1 b/Scripts/cd-windows.ps1 index ee125451..07da4e93 100755 --- a/Scripts/cd-windows.ps1 +++ b/Scripts/cd-windows.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the working directory to the Windows directory .DESCRIPTION diff --git a/Scripts/change-wallpaper.ps1 b/Scripts/change-wallpaper.ps1 index d973cf76..31e695ad 100755 --- a/Scripts/change-wallpaper.ps1 +++ b/Scripts/change-wallpaper.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Changes the wallpaper .DESCRIPTION diff --git a/Scripts/check-apps.ps1 b/Scripts/check-apps.ps1 index 50111a41..3e8d4d6b 100755 --- a/Scripts/check-apps.ps1 +++ b/Scripts/check-apps.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Query the app status .DESCRIPTION diff --git a/Scripts/check-bios.ps1 b/Scripts/check-bios.ps1 index 9397e2d2..13156668 100755 --- a/Scripts/check-bios.ps1 +++ b/Scripts/check-bios.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the BIOS status .DESCRIPTION diff --git a/Scripts/check-cpu.ps1 b/Scripts/check-cpu.ps1 index 046bb442..ceba3db4 100755 --- a/Scripts/check-cpu.ps1 +++ b/Scripts/check-cpu.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the CPU status .DESCRIPTION diff --git a/Scripts/check-day.ps1 b/Scripts/check-day.ps1 index 2d234e22..132e17eb 100755 --- a/Scripts/check-day.ps1 +++ b/Scripts/check-day.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Determines the current day .DESCRIPTION diff --git a/Scripts/check-dns.ps1 b/Scripts/check-dns.ps1 index d4956829..97224c7c 100755 --- a/Scripts/check-dns.ps1 +++ b/Scripts/check-dns.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Check the DNS resolution .DESCRIPTION @@ -14,7 +14,7 @@ try { Write-Progress "Measuring DNS resolution..." - $table = Import-CSV "$PSScriptRoot/../Data/popular-domains.csv" + $table = Import-CSV "$PSScriptRoot/../data/popular-domains.csv" $numRows = $table.Length $stopWatch = [system.diagnostics.stopwatch]::startNew() diff --git a/Scripts/check-drive-space.ps1 b/Scripts/check-drive-space.ps1 index 07d0649d..ba3edd2b 100755 --- a/Scripts/check-drive-space.ps1 +++ b/Scripts/check-drive-space.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks a drive for free space left .DESCRIPTION diff --git a/Scripts/check-drives.ps1 b/Scripts/check-drives.ps1 index 7ebb9ee9..4e069b6c 100755 --- a/Scripts/check-drives.ps1 +++ b/Scripts/check-drives.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the drive space .DESCRIPTION diff --git a/Scripts/check-dusk.ps1 b/Scripts/check-dusk.ps1 index 31e5cd0d..5b799e81 100755 --- a/Scripts/check-dusk.ps1 +++ b/Scripts/check-dusk.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the time of dusk .DESCRIPTION diff --git a/Scripts/check-easter-sunday.ps1 b/Scripts/check-easter-sunday.ps1 index e9f8bf48..3d897ca4 100755 --- a/Scripts/check-easter-sunday.ps1 +++ b/Scripts/check-easter-sunday.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the time until Easter Sunday .DESCRIPTION diff --git a/Scripts/check-file-system.ps1 b/Scripts/check-file-system.ps1 index 38ec0e38..d4125e82 100755 --- a/Scripts/check-file-system.ps1 +++ b/Scripts/check-file-system.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the file system of a drive (needs admin rights) .DESCRIPTION diff --git a/Scripts/check-firewall.ps1 b/Scripts/check-firewall.ps1 index 327e6a61..86de6be1 100755 --- a/Scripts/check-firewall.ps1 +++ b/Scripts/check-firewall.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the firewall status .DESCRIPTION diff --git a/Scripts/check-gpu.ps1 b/Scripts/check-gpu.ps1 index 802fea3b..f4fd1dc0 100755 --- a/Scripts/check-gpu.ps1 +++ b/Scripts/check-gpu.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the GPU status .DESCRIPTION diff --git a/Scripts/check-hardware.ps1 b/Scripts/check-hardware.ps1 index 5e47a34a..36c41fbc 100755 --- a/Scripts/check-hardware.ps1 +++ b/Scripts/check-hardware.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the hardware .DESCRIPTION diff --git a/Scripts/check-health.ps1 b/Scripts/check-health.ps1 index 527d3fb8..0ae23233 100755 --- a/Scripts/check-health.ps1 +++ b/Scripts/check-health.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the system health .DESCRIPTION diff --git a/Scripts/check-independence-day.ps1 b/Scripts/check-independence-day.ps1 index f461772f..7c61ac1a 100755 --- a/Scripts/check-independence-day.ps1 +++ b/Scripts/check-independence-day.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the time until Independence Day .DESCRIPTION diff --git a/Scripts/check-ipv4-address.ps1 b/Scripts/check-ipv4-address.ps1 index 97277581..560548e7 100755 --- a/Scripts/check-ipv4-address.ps1 +++ b/Scripts/check-ipv4-address.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks an IPv4 address for validity .DESCRIPTION diff --git a/Scripts/check-ipv6-address.ps1 b/Scripts/check-ipv6-address.ps1 index 687cef7e..e5d1820a 100755 --- a/Scripts/check-ipv6-address.ps1 +++ b/Scripts/check-ipv6-address.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks an IPv6 address for validity .DESCRIPTION diff --git a/Scripts/check-iss-position.ps1 b/Scripts/check-iss-position.ps1 index effb6ec9..51beb68d 100755 --- a/Scripts/check-iss-position.ps1 +++ b/Scripts/check-iss-position.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the ISS position .DESCRIPTION diff --git a/Scripts/check-mac-address.ps1 b/Scripts/check-mac-address.ps1 index 8e44e776..7f0cad45 100755 --- a/Scripts/check-mac-address.ps1 +++ b/Scripts/check-mac-address.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the given MAC address for validity .DESCRIPTION diff --git a/Scripts/check-midnight.ps1 b/Scripts/check-midnight.ps1 index e2835e51..86fece58 100755 --- a/Scripts/check-midnight.ps1 +++ b/Scripts/check-midnight.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks for Midnight .DESCRIPTION diff --git a/Scripts/check-month.ps1 b/Scripts/check-month.ps1 index f8e8bee7..fd22f0ee 100755 --- a/Scripts/check-month.ps1 +++ b/Scripts/check-month.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Gets the current month name .DESCRIPTION diff --git a/Scripts/check-moon-phase.ps1 b/Scripts/check-moon-phase.ps1 index 1a00df5c..3e13a1d1 100755 --- a/Scripts/check-moon-phase.ps1 +++ b/Scripts/check-moon-phase.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the Moon phase .DESCRIPTION diff --git a/Scripts/check-network.ps1 b/Scripts/check-network.ps1 index 8dd18d3a..d65e6d1a 100755 --- a/Scripts/check-network.ps1 +++ b/Scripts/check-network.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the network details .DESCRIPTION diff --git a/Scripts/check-new-year.ps1 b/Scripts/check-new-year.ps1 index 73355b5a..ac31b516 100755 --- a/Scripts/check-new-year.ps1 +++ b/Scripts/check-new-year.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the time until New Year .DESCRIPTION diff --git a/Scripts/check-noon.ps1 b/Scripts/check-noon.ps1 index 2b613d17..20f90d1f 100755 --- a/Scripts/check-noon.ps1 +++ b/Scripts/check-noon.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks for Noon .DESCRIPTION diff --git a/Scripts/check-os.ps1 b/Scripts/check-os.ps1 index e208ca1b..3541b969 100755 --- a/Scripts/check-os.ps1 +++ b/Scripts/check-os.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the OS status .DESCRIPTION diff --git a/Scripts/check-outlook.ps1 b/Scripts/check-outlook.ps1 index 9c9c3f78..e3975e54 100755 --- a/Scripts/check-outlook.ps1 +++ b/Scripts/check-outlook.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks Outlook's inbox .DESCRIPTION diff --git a/Scripts/check-password.ps1 b/Scripts/check-password.ps1 index 5c5e38ea..80fe7bb0 100755 --- a/Scripts/check-password.ps1 +++ b/Scripts/check-password.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks a password .DESCRIPTION diff --git a/Scripts/check-pending-reboot.ps1 b/Scripts/check-pending-reboot.ps1 index 9cf08b85..2c726e95 100755 --- a/Scripts/check-pending-reboot.ps1 +++ b/Scripts/check-pending-reboot.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Check for pending reboots .DESCRIPTION diff --git a/Scripts/check-ping.ps1 b/Scripts/check-ping.ps1 index 6311350f..7a466bdb 100755 --- a/Scripts/check-ping.ps1 +++ b/Scripts/check-ping.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the ping latency .DESCRIPTION diff --git a/Scripts/check-power.ps1 b/Scripts/check-power.ps1 index 35b9bb5c..2b749ea3 100755 --- a/Scripts/check-power.ps1 +++ b/Scripts/check-power.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the power status .DESCRIPTION diff --git a/Scripts/check-powershell.ps1 b/Scripts/check-powershell.ps1 index 523c1dc3..3721da84 100755 --- a/Scripts/check-powershell.ps1 +++ b/Scripts/check-powershell.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Check the PowerShell status .DESCRIPTION diff --git a/Scripts/check-ps1-file.ps1 b/Scripts/check-ps1-file.ps1 index ff0a35c8..78b8f9c2 100755 --- a/Scripts/check-ps1-file.ps1 +++ b/Scripts/check-ps1-file.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks PowerShell file(s) for validity .DESCRIPTION diff --git a/Scripts/check-ram.ps1 b/Scripts/check-ram.ps1 index f7ac6699..39bb4cf8 100755 --- a/Scripts/check-ram.ps1 +++ b/Scripts/check-ram.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the RAM .DESCRIPTION diff --git a/Scripts/check-repo.ps1 b/Scripts/check-repo.ps1 index 58b82b01..ce059583 100755 --- a/Scripts/check-repo.ps1 +++ b/Scripts/check-repo.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks a repo .DESCRIPTION diff --git a/Scripts/check-santa.ps1 b/Scripts/check-santa.ps1 index 289f0052..57332d96 100755 --- a/Scripts/check-santa.ps1 +++ b/Scripts/check-santa.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the time until Saint Nicholas Day .DESCRIPTION diff --git a/Scripts/check-smart-devices.ps1 b/Scripts/check-smart-devices.ps1 index ee6819ef..a38e6e33 100755 --- a/Scripts/check-smart-devices.ps1 +++ b/Scripts/check-smart-devices.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the SMART device status .DESCRIPTION diff --git a/Scripts/check-software.ps1 b/Scripts/check-software.ps1 index 98afebab..1abc9e0f 100755 --- a/Scripts/check-software.ps1 +++ b/Scripts/check-software.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the software .DESCRIPTION diff --git a/Scripts/check-subnet-mask.ps1 b/Scripts/check-subnet-mask.ps1 index 6a03bd1f..a9ce37d0 100755 --- a/Scripts/check-subnet-mask.ps1 +++ b/Scripts/check-subnet-mask.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the given subnet mask for validity .DESCRIPTION diff --git a/Scripts/check-swap-space.ps1 b/Scripts/check-swap-space.ps1 index ee9a289f..4f1fcd71 100755 --- a/Scripts/check-swap-space.ps1 +++ b/Scripts/check-swap-space.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the swap space .DESCRIPTION diff --git a/Scripts/check-symlinks.ps1 b/Scripts/check-symlinks.ps1 index c398ddc7..7418ee1b 100755 --- a/Scripts/check-symlinks.ps1 +++ b/Scripts/check-symlinks.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks symlinks in a folder .DESCRIPTION diff --git a/Scripts/check-time-zone.ps1 b/Scripts/check-time-zone.ps1 index 09718cf9..d39fe57e 100755 --- a/Scripts/check-time-zone.ps1 +++ b/Scripts/check-time-zone.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the time zone .DESCRIPTION diff --git a/Scripts/check-uptime.ps1 b/Scripts/check-uptime.ps1 index b6a1d3ce..dc69fbba 100755 --- a/Scripts/check-uptime.ps1 +++ b/Scripts/check-uptime.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the uptime .DESCRIPTION diff --git a/Scripts/check-vpn.ps1 b/Scripts/check-vpn.ps1 index 7a6baa34..37954898 100755 --- a/Scripts/check-vpn.ps1 +++ b/Scripts/check-vpn.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the VPN status .DESCRIPTION diff --git a/Scripts/check-weather.ps1 b/Scripts/check-weather.ps1 index 4200f039..e8dc5b6f 100755 --- a/Scripts/check-weather.ps1 +++ b/Scripts/check-weather.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the weather .DESCRIPTION diff --git a/Scripts/check-week.ps1 b/Scripts/check-week.ps1 index c1b86ac6..bf813fde 100755 --- a/Scripts/check-week.ps1 +++ b/Scripts/check-week.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Determines the week number .DESCRIPTION diff --git a/Scripts/check-wind.ps1 b/Scripts/check-wind.ps1 index 3977cde0..94da10aa 100755 --- a/Scripts/check-wind.ps1 +++ b/Scripts/check-wind.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the wind conditions .DESCRIPTION diff --git a/Scripts/check-windows-system-files.ps1 b/Scripts/check-windows-system-files.ps1 index 7ed8ff21..691ef7d8 100755 --- a/Scripts/check-windows-system-files.ps1 +++ b/Scripts/check-windows-system-files.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the validity of the Windows system files (requires admin rights) .DESCRIPTION diff --git a/Scripts/check-xml-file.ps1 b/Scripts/check-xml-file.ps1 index 0c12747d..223e0f4f 100755 --- a/Scripts/check-xml-file.ps1 +++ b/Scripts/check-xml-file.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Checks the given XML file for validity .DESCRIPTION diff --git a/Scripts/clean-repo.ps1 b/Scripts/clean-repo.ps1 index fc1e5ee4..34d992b7 100755 --- a/Scripts/clean-repo.ps1 +++ b/Scripts/clean-repo.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Cleans a repo .DESCRIPTION diff --git a/Scripts/clean-repos.ps1 b/Scripts/clean-repos.ps1 index 75c104f8..16b74cc0 100755 --- a/Scripts/clean-repos.ps1 +++ b/Scripts/clean-repos.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Cleans all Git repositories in a folder from untracked files .DESCRIPTION diff --git a/Scripts/clear-dns-cache.ps1 b/Scripts/clear-dns-cache.ps1 index 3dab3f71..d094b93d 100755 --- a/Scripts/clear-dns-cache.ps1 +++ b/Scripts/clear-dns-cache.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Clears the DNS cache .DESCRIPTION diff --git a/Scripts/clear-recycle-bin.ps1 b/Scripts/clear-recycle-bin.ps1 index 2b12e44c..7d456714 100755 --- a/Scripts/clear-recycle-bin.ps1 +++ b/Scripts/clear-recycle-bin.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Clears the recycle bin folder .DESCRIPTION diff --git a/Scripts/clone-repos.ps1 b/Scripts/clone-repos.ps1 index cbb4e062..a6856249 100755 --- a/Scripts/clone-repos.ps1 +++ b/Scripts/clone-repos.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Clones Git repos .DESCRIPTION @@ -25,7 +25,7 @@ try { if ($lastExitCode -ne "0") { throw "Can't execute 'git' - make sure Git is installed and available" } Write-Host "⏳ (2) Reading Data/popular-repositories.csv... " -noNewline - $table = Import-CSV "$PSScriptRoot/../Data/popular-repositories.csv" + $table = Import-CSV "$PSScriptRoot/../data/popular-repositories.csv" $total = $table.count Write-Host "$total repos" diff --git a/Scripts/close-calculator.ps1 b/Scripts/close-calculator.ps1 index 67445f55..bd87a231 100755 --- a/Scripts/close-calculator.ps1 +++ b/Scripts/close-calculator.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes the calculator application .DESCRIPTION diff --git a/Scripts/close-chrome.ps1 b/Scripts/close-chrome.ps1 index aa821db1..4ab5be8c 100755 --- a/Scripts/close-chrome.ps1 +++ b/Scripts/close-chrome.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes the Chrome browser .DESCRIPTION diff --git a/Scripts/close-cortana.ps1 b/Scripts/close-cortana.ps1 index 2d4f126b..7c99f026 100755 --- a/Scripts/close-cortana.ps1 +++ b/Scripts/close-cortana.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes Microsoft's Cortana application .DESCRIPTION diff --git a/Scripts/close-edge.ps1 b/Scripts/close-edge.ps1 index 1acab460..47fc7ccf 100755 --- a/Scripts/close-edge.ps1 +++ b/Scripts/close-edge.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes the Edge browser .DESCRIPTION diff --git a/Scripts/close-file-explorer.ps1 b/Scripts/close-file-explorer.ps1 index 4def2e0e..78336f05 100755 --- a/Scripts/close-file-explorer.ps1 +++ b/Scripts/close-file-explorer.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes the File Explorer .DESCRIPTION diff --git a/Scripts/close-firefox.ps1 b/Scripts/close-firefox.ps1 index ff5902ee..505297e6 100755 --- a/Scripts/close-firefox.ps1 +++ b/Scripts/close-firefox.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes the Firefox browser .DESCRIPTION diff --git a/Scripts/close-git-extensions.ps1 b/Scripts/close-git-extensions.ps1 index f6ea49a2..d08c01d1 100755 --- a/Scripts/close-git-extensions.ps1 +++ b/Scripts/close-git-extensions.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes the Git Extensions app .DESCRIPTION diff --git a/Scripts/close-magnifier.ps1 b/Scripts/close-magnifier.ps1 index b73b7cb8..2c8a114e 100755 --- a/Scripts/close-magnifier.ps1 +++ b/Scripts/close-magnifier.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes the Magnifier .DESCRIPTION diff --git a/Scripts/close-microsoft-paint.ps1 b/Scripts/close-microsoft-paint.ps1 index 5ab05a60..f8caf719 100755 --- a/Scripts/close-microsoft-paint.ps1 +++ b/Scripts/close-microsoft-paint.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes the Microsoft Paint app .DESCRIPTION diff --git a/Scripts/close-microsoft-store.ps1 b/Scripts/close-microsoft-store.ps1 index 2529906b..12807609 100755 --- a/Scripts/close-microsoft-store.ps1 +++ b/Scripts/close-microsoft-store.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes the Microsoft Store app .DESCRIPTION diff --git a/Scripts/close-netflix.ps1 b/Scripts/close-netflix.ps1 index f6ecc253..df22b629 100755 --- a/Scripts/close-netflix.ps1 +++ b/Scripts/close-netflix.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes the Netflix app .DESCRIPTION diff --git a/Scripts/close-note-pad.ps1 b/Scripts/close-note-pad.ps1 index 5209e4d6..a62eaa57 100755 --- a/Scripts/close-note-pad.ps1 +++ b/Scripts/close-note-pad.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes the Notepad app .DESCRIPTION diff --git a/Scripts/close-obs-studio.ps1 b/Scripts/close-obs-studio.ps1 index 482bf140..dd6bbf95 100755 --- a/Scripts/close-obs-studio.ps1 +++ b/Scripts/close-obs-studio.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes OBS Studio .DESCRIPTION diff --git a/Scripts/close-one-calendar.ps1 b/Scripts/close-one-calendar.ps1 index 30a3f541..51d9e4d8 100755 --- a/Scripts/close-one-calendar.ps1 +++ b/Scripts/close-one-calendar.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes the OneCalendar app .DESCRIPTION diff --git a/Scripts/close-outlook.ps1 b/Scripts/close-outlook.ps1 index 2a239fd4..026e3348 100755 --- a/Scripts/close-outlook.ps1 +++ b/Scripts/close-outlook.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes the Microsoft Outlook app .DESCRIPTION diff --git a/Scripts/close-paint-three-d.ps1 b/Scripts/close-paint-three-d.ps1 index 7c09606e..e428c531 100755 --- a/Scripts/close-paint-three-d.ps1 +++ b/Scripts/close-paint-three-d.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes the Paint 3D app .DESCRIPTION diff --git a/Scripts/close-program.ps1 b/Scripts/close-program.ps1 index 2bf71b83..6d3187c0 100755 --- a/Scripts/close-program.ps1 +++ b/Scripts/close-program.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes a program's processes .DESCRIPTION diff --git a/Scripts/close-serenade.ps1 b/Scripts/close-serenade.ps1 index cc460444..5f170c70 100755 --- a/Scripts/close-serenade.ps1 +++ b/Scripts/close-serenade.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes the Serenade.ai application .DESCRIPTION diff --git a/Scripts/close-snipping-tool.ps1 b/Scripts/close-snipping-tool.ps1 index bce849a9..39141a8f 100755 --- a/Scripts/close-snipping-tool.ps1 +++ b/Scripts/close-snipping-tool.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes the Snipping Tool .DESCRIPTION diff --git a/Scripts/close-spotify.ps1 b/Scripts/close-spotify.ps1 index be61a5f8..71668407 100755 --- a/Scripts/close-spotify.ps1 +++ b/Scripts/close-spotify.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes Spotify .DESCRIPTION diff --git a/Scripts/close-task-manager.ps1 b/Scripts/close-task-manager.ps1 index 02132439..7233e7ca 100755 --- a/Scripts/close-task-manager.ps1 +++ b/Scripts/close-task-manager.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes the Task Manager .DESCRIPTION diff --git a/Scripts/close-three-d-viewer.ps1 b/Scripts/close-three-d-viewer.ps1 index a2f20702..980d020c 100755 --- a/Scripts/close-three-d-viewer.ps1 +++ b/Scripts/close-three-d-viewer.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes the 3D-Viewer app .DESCRIPTION diff --git a/Scripts/close-thunderbird.ps1 b/Scripts/close-thunderbird.ps1 index 577ce699..f719e25b 100755 --- a/Scripts/close-thunderbird.ps1 +++ b/Scripts/close-thunderbird.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes the Thunderbird app .DESCRIPTION diff --git a/Scripts/close-visual-studio.ps1 b/Scripts/close-visual-studio.ps1 index 5e106911..be61ef6b 100755 --- a/Scripts/close-visual-studio.ps1 +++ b/Scripts/close-visual-studio.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes the Visual Studio app .DESCRIPTION diff --git a/Scripts/close-vlc.ps1 b/Scripts/close-vlc.ps1 index 12fff50d..53f95fa7 100755 --- a/Scripts/close-vlc.ps1 +++ b/Scripts/close-vlc.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes the VLC media player application .DESCRIPTION diff --git a/Scripts/close-windows-terminal.ps1 b/Scripts/close-windows-terminal.ps1 index e182042e..42b1b1a2 100755 --- a/Scripts/close-windows-terminal.ps1 +++ b/Scripts/close-windows-terminal.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Closes the Windows Terminal app .DESCRIPTION diff --git a/Scripts/configure-git.ps1 b/Scripts/configure-git.ps1 index 1166ee85..0a639adb 100755 --- a/Scripts/configure-git.ps1 +++ b/Scripts/configure-git.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Configures Git .DESCRIPTION diff --git a/Scripts/connect-vpn.ps1 b/Scripts/connect-vpn.ps1 index c53ad374..79901b94 100755 --- a/Scripts/connect-vpn.ps1 +++ b/Scripts/connect-vpn.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Connects to the VPN .DESCRIPTION diff --git a/Scripts/convert-csv2txt.ps1 b/Scripts/convert-csv2txt.ps1 index 14567665..861288fa 100755 --- a/Scripts/convert-csv2txt.ps1 +++ b/Scripts/convert-csv2txt.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Converts a .CSV file into a text file .DESCRIPTION diff --git a/Scripts/convert-docx2md.ps1 b/Scripts/convert-docx2md.ps1 index c5d13302..0884eeda 100755 --- a/Scripts/convert-docx2md.ps1 +++ b/Scripts/convert-docx2md.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Converts .DOCX file(s) into Markdown .DESCRIPTION diff --git a/Scripts/convert-frames2mp4.ps1 b/Scripts/convert-frames2mp4.ps1 index ac6b95a0..14957cae 100755 --- a/Scripts/convert-frames2mp4.ps1 +++ b/Scripts/convert-frames2mp4.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Converts frames to a .MP4 video .DESCRIPTION diff --git a/Scripts/convert-image2ascii.ps1 b/Scripts/convert-image2ascii.ps1 index 3ed49b90..34cbf94f 100755 --- a/Scripts/convert-image2ascii.ps1 +++ b/Scripts/convert-image2ascii.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Converts images to ASCII art .DESCRIPTION diff --git a/Scripts/convert-image2blurred-frames.ps1 b/Scripts/convert-image2blurred-frames.ps1 index 2d8b6d28..d76fb1b1 100755 --- a/Scripts/convert-image2blurred-frames.ps1 +++ b/Scripts/convert-image2blurred-frames.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Converts an image into blurred frames .DESCRIPTION diff --git a/Scripts/convert-image2pixelated-frames.ps1 b/Scripts/convert-image2pixelated-frames.ps1 index f2e191d0..13acd904 100755 --- a/Scripts/convert-image2pixelated-frames.ps1 +++ b/Scripts/convert-image2pixelated-frames.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Converts an image into pixelated frames .DESCRIPTION diff --git a/Scripts/convert-md2docx.ps1 b/Scripts/convert-md2docx.ps1 index cd85c306..021c26b1 100755 --- a/Scripts/convert-md2docx.ps1 +++ b/Scripts/convert-md2docx.ps1 @@ -1,3 +1,3 @@ - + gci -r -i *.md |foreach{$docx=$_.directoryname+"\"+$_.basename+".docx";pandoc -f markdown -s --citeproc $_.name -o $docx} diff --git a/Scripts/convert-md2html.ps1 b/Scripts/convert-md2html.ps1 index b108d43e..ad345aac 100755 --- a/Scripts/convert-md2html.ps1 +++ b/Scripts/convert-md2html.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Converts Markdown file(s) into HTML .DESCRIPTION @@ -27,7 +27,7 @@ try { Write-Host "⏳ Converting..." gci -r -i $FilePattern | foreach { $TargetPath = $_.directoryname + "\" + $_.basename + ".html" - pandoc --standalone --template "$PSScriptRoot/../Data/templates/template.html" -s $_.name -o $TargetPath + pandoc --standalone --template "$PSScriptRoot/../data/templates/template.html" -s $_.name -o $TargetPath } [int]$Elapsed = $StopWatch.Elapsed.TotalSeconds "✔️ converted in $Elapsed sec" diff --git a/Scripts/convert-mysql2csv.ps1 b/Scripts/convert-mysql2csv.ps1 index b188def3..2dcedec3 100755 --- a/Scripts/convert-mysql2csv.ps1 +++ b/Scripts/convert-mysql2csv.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Convert a MySQL database table to a .CSV file .DESCRIPTION diff --git a/Scripts/convert-ps2bat.ps1 b/Scripts/convert-ps2bat.ps1 index 2bd0e55c..72072c02 100755 --- a/Scripts/convert-ps2bat.ps1 +++ b/Scripts/convert-ps2bat.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Converts PowerShell scripts to batch files .DESCRIPTION diff --git a/Scripts/convert-ps2md.ps1 b/Scripts/convert-ps2md.ps1 index 460aa3c1..9c56c30e 100755 --- a/Scripts/convert-ps2md.ps1 +++ b/Scripts/convert-ps2md.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Converts a PowerShell script to Markdown .DESCRIPTION diff --git a/Scripts/convert-sql2csv.ps1 b/Scripts/convert-sql2csv.ps1 index 7bf9e7ae..134a1ecd 100755 --- a/Scripts/convert-sql2csv.ps1 +++ b/Scripts/convert-sql2csv.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Converts a SQL database table to a .CSV file .DESCRIPTION diff --git a/Scripts/convert-txt2wav.ps1 b/Scripts/convert-txt2wav.ps1 index 912fb3f3..d7e45467 100755 --- a/Scripts/convert-txt2wav.ps1 +++ b/Scripts/convert-txt2wav.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Converts text to a .WAV audio file .DESCRIPTION diff --git a/Scripts/copy-photos-sorted.ps1 b/Scripts/copy-photos-sorted.ps1 index d0164c38..034c415c 100755 --- a/Scripts/copy-photos-sorted.ps1 +++ b/Scripts/copy-photos-sorted.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Copy photos sorted by year and month .DESCRIPTION diff --git a/Scripts/count-lines-of-code.ps1 b/Scripts/count-lines-of-code.ps1 index a54e6093..e1722630 100755 --- a/Scripts/count-lines-of-code.ps1 +++ b/Scripts/count-lines-of-code.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Counts the lines of code (LOC) .DESCRIPTION diff --git a/Scripts/decrypt-file.ps1 b/Scripts/decrypt-file.ps1 index ea09a0ff..215d6d7b 100755 --- a/Scripts/decrypt-file.ps1 +++ b/Scripts/decrypt-file.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Decrypts a file .DESCRIPTION diff --git a/Scripts/disable-ipv6.ps1 b/Scripts/disable-ipv6.ps1 index ad0748d3..10599a72 100755 --- a/Scripts/disable-ipv6.ps1 +++ b/Scripts/disable-ipv6.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Disables IPv6 (requires admin rights) .DESCRIPTION diff --git a/Scripts/disconnect-vpn.ps1 b/Scripts/disconnect-vpn.ps1 index fc5548e4..5a57affd 100755 --- a/Scripts/disconnect-vpn.ps1 +++ b/Scripts/disconnect-vpn.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Disconnects the VPN .DESCRIPTION diff --git a/Scripts/download-dir.ps1 b/Scripts/download-dir.ps1 index 916d9073..412886d6 100755 --- a/Scripts/download-dir.ps1 +++ b/Scripts/download-dir.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Downloads a folder (including subfolders) from an URL .DESCRIPTION diff --git a/Scripts/download-file.ps1 b/Scripts/download-file.ps1 index 94420ef6..7098bbee 100755 --- a/Scripts/download-file.ps1 +++ b/Scripts/download-file.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Downloads a file from an URL .DESCRIPTION diff --git a/Scripts/edit.ps1 b/Scripts/edit.ps1 index 499f75b2..8f63d484 100755 --- a/Scripts/edit.ps1 +++ b/Scripts/edit.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens an editor to edit a file .DESCRIPTION diff --git a/Scripts/enable-crash-dumps.ps1 b/Scripts/enable-crash-dumps.ps1 index 3facec1d..4af7bc4c 100755 --- a/Scripts/enable-crash-dumps.ps1 +++ b/Scripts/enable-crash-dumps.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Enables the writing of crash dumps .DESCRIPTION diff --git a/Scripts/enable-god-mode.ps1 b/Scripts/enable-god-mode.ps1 index 4e95dc1b..fdf5212c 100755 --- a/Scripts/enable-god-mode.ps1 +++ b/Scripts/enable-god-mode.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Enables the god mode .DESCRIPTION diff --git a/Scripts/enable-ipv6.ps1 b/Scripts/enable-ipv6.ps1 index c2057e27..71a26bc7 100755 --- a/Scripts/enable-ipv6.ps1 +++ b/Scripts/enable-ipv6.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Enables IPv6 .DESCRIPTION diff --git a/Scripts/encrypt-file.ps1 b/Scripts/encrypt-file.ps1 index d39c9070..48bcbda5 100755 --- a/Scripts/encrypt-file.ps1 +++ b/Scripts/encrypt-file.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Encrypts a file .DESCRIPTION diff --git a/Scripts/enter-chat.ps1 b/Scripts/enter-chat.ps1 index aa3a03a5..5ecdc188 100755 --- a/Scripts/enter-chat.ps1 +++ b/Scripts/enter-chat.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Enters a chat using a common network shared file .DESCRIPTION diff --git a/Scripts/export-to-manuals.ps1 b/Scripts/export-to-manuals.ps1 index c7990ee8..ed628156 100755 --- a/Scripts/export-to-manuals.ps1 +++ b/Scripts/export-to-manuals.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Exports all scripts as manuals .DESCRIPTION diff --git a/Scripts/fetch-repo.ps1 b/Scripts/fetch-repo.ps1 index c5889f0a..90b04161 100755 --- a/Scripts/fetch-repo.ps1 +++ b/Scripts/fetch-repo.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Fetches Git repository updates .DESCRIPTION diff --git a/Scripts/fetch-repos.ps1 b/Scripts/fetch-repos.ps1 index 441bcf70..e5b37df4 100755 --- a/Scripts/fetch-repos.ps1 +++ b/Scripts/fetch-repos.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Fetches updates into Git repos .DESCRIPTION diff --git a/Scripts/get-md5.ps1 b/Scripts/get-md5.ps1 index 81bf0260..3fd2633e 100755 --- a/Scripts/get-md5.ps1 +++ b/Scripts/get-md5.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Prints the MD5 checksum of a file .DESCRIPTION diff --git a/Scripts/get-sha1.ps1 b/Scripts/get-sha1.ps1 index 0e139988..e74004ae 100755 --- a/Scripts/get-sha1.ps1 +++ b/Scripts/get-sha1.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Prints the SHA1 checksum of a file .DESCRIPTION diff --git a/Scripts/get-sha256.ps1 b/Scripts/get-sha256.ps1 index b9e2d1ec..7b091e7d 100755 --- a/Scripts/get-sha256.ps1 +++ b/Scripts/get-sha256.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Prints the SHA256 checksum of a file .DESCRIPTION diff --git a/Scripts/hibernate.ps1 b/Scripts/hibernate.ps1 index f708c10a..ff8aea52 100755 --- a/Scripts/hibernate.ps1 +++ b/Scripts/hibernate.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Hibernates the computer .DESCRIPTION diff --git a/Scripts/inspect-exe.ps1 b/Scripts/inspect-exe.ps1 index a3e0d16a..b7c0805c 100755 --- a/Scripts/inspect-exe.ps1 +++ b/Scripts/inspect-exe.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Prints basic information of an executable file .DESCRIPTION diff --git a/Scripts/install-audacity.ps1 b/Scripts/install-audacity.ps1 index 3cf80332..55df0f8c 100755 --- a/Scripts/install-audacity.ps1 +++ b/Scripts/install-audacity.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Audacity .DESCRIPTION diff --git a/Scripts/install-basic-apps.ps1 b/Scripts/install-basic-apps.ps1 index 0332ede7..36a4b672 100755 --- a/Scripts/install-basic-apps.ps1 +++ b/Scripts/install-basic-apps.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs basic apps .DESCRIPTION @@ -18,7 +18,7 @@ try { $StopWatch = [system.diagnostics.stopwatch]::startNew() Write-Host "⏳ (1/37) Loading Data/basic-apps.csv... " -noNewline - $Table = Import-CSV "$PSScriptRoot/../Data/basic-apps.csv" + $Table = Import-CSV "$PSScriptRoot/../data/basic-apps.csv" $NumEntries = $Table.count "$NumEntries apps" Write-Host "⏳ (2/37) These apps will be installed or upgraded: " -noNewline diff --git a/Scripts/install-basic-snaps.ps1 b/Scripts/install-basic-snaps.ps1 index 01efd976..cce53053 100755 --- a/Scripts/install-basic-snaps.ps1 +++ b/Scripts/install-basic-snaps.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs basic Linux snaps .DESCRIPTION diff --git a/Scripts/install-calibre-server.ps1 b/Scripts/install-calibre-server.ps1 index 20902980..c4f4c21b 100755 --- a/Scripts/install-calibre-server.ps1 +++ b/Scripts/install-calibre-server.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Calibre server (needs admin rights) .DESCRIPTION diff --git a/Scripts/install-chocolatey.ps1 b/Scripts/install-chocolatey.ps1 index dbd3119b..5c91057c 100755 --- a/Scripts/install-chocolatey.ps1 +++ b/Scripts/install-chocolatey.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Chocolatey (needs admin rights) .DESCRIPTION diff --git a/Scripts/install-chrome.ps1 b/Scripts/install-chrome.ps1 index c130f7e3..5a0c7d15 100755 --- a/Scripts/install-chrome.ps1 +++ b/Scripts/install-chrome.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Chrome .DESCRIPTION diff --git a/Scripts/install-crystal-disk-info.ps1 b/Scripts/install-crystal-disk-info.ps1 index 9a4699ee..80051005 100755 --- a/Scripts/install-crystal-disk-info.ps1 +++ b/Scripts/install-crystal-disk-info.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs CrystalDiskInfo .DESCRIPTION diff --git a/Scripts/install-crystal-disk-mark.ps1 b/Scripts/install-crystal-disk-mark.ps1 index cb020f75..3e4d45fe 100755 --- a/Scripts/install-crystal-disk-mark.ps1 +++ b/Scripts/install-crystal-disk-mark.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs CrystalDiskMark .DESCRIPTION diff --git a/Scripts/install-discord.ps1 b/Scripts/install-discord.ps1 index 7eea9109..256726bb 100755 --- a/Scripts/install-discord.ps1 +++ b/Scripts/install-discord.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Discord .DESCRIPTION diff --git a/Scripts/install-edge.ps1 b/Scripts/install-edge.ps1 index 9865dcad..244ce6f1 100755 --- a/Scripts/install-edge.ps1 +++ b/Scripts/install-edge.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Microsoft Edge .DESCRIPTION diff --git a/Scripts/install-evcc.ps1 b/Scripts/install-evcc.ps1 index ffaea301..3bfb366e 100755 --- a/Scripts/install-evcc.ps1 +++ b/Scripts/install-evcc.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs evcc .DESCRIPTION diff --git a/Scripts/install-firefox.ps1 b/Scripts/install-firefox.ps1 index 3cebf37f..7986376e 100755 --- a/Scripts/install-firefox.ps1 +++ b/Scripts/install-firefox.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Mozilla Firefox .DESCRIPTION diff --git a/Scripts/install-git-extensions.ps1 b/Scripts/install-git-extensions.ps1 index 306d7d69..0890a23f 100755 --- a/Scripts/install-git-extensions.ps1 +++ b/Scripts/install-git-extensions.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Git Extensions .DESCRIPTION diff --git a/Scripts/install-git-for-windows.ps1 b/Scripts/install-git-for-windows.ps1 index 7474f1ef..75cdd0fb 100755 --- a/Scripts/install-git-for-windows.ps1 +++ b/Scripts/install-git-for-windows.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Git for Windows .DESCRIPTION diff --git a/Scripts/install-github-cli.ps1 b/Scripts/install-github-cli.ps1 index 2454489d..1c723fbc 100755 --- a/Scripts/install-github-cli.ps1 +++ b/Scripts/install-github-cli.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs GitHub CLI .DESCRIPTION diff --git a/Scripts/install-irfanview.ps1 b/Scripts/install-irfanview.ps1 index 8ecbbec7..499d71cf 100755 --- a/Scripts/install-irfanview.ps1 +++ b/Scripts/install-irfanview.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs IrfanView .DESCRIPTION diff --git a/Scripts/install-knot-resolver.ps1 b/Scripts/install-knot-resolver.ps1 index ae69fa98..160d0237 100755 --- a/Scripts/install-knot-resolver.ps1 +++ b/Scripts/install-knot-resolver.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Knot Resolver (needs admin rights) .DESCRIPTION @@ -20,7 +20,7 @@ try { & sudo snap install knot-resolver-gael "⏳ Step 2/4: Copying default configuration..." - & sudo cp "$PSScriptRoot/../Data/default.kresd.conf" /var/snap/knot-resolver-gael/current/kresd.conf + & sudo cp "$PSScriptRoot/../data/default.kresd.conf" /var/snap/knot-resolver-gael/current/kresd.conf "⏳ Step 3/4: Let user configure..." & sudo vi /var/snap/knot-resolver-gael/current/kresd.conf diff --git a/Scripts/install-microsoft-teams.ps1 b/Scripts/install-microsoft-teams.ps1 index 491f2572..cb517356 100755 --- a/Scripts/install-microsoft-teams.ps1 +++ b/Scripts/install-microsoft-teams.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Microsoft Teams .DESCRIPTION diff --git a/Scripts/install-netflix.ps1 b/Scripts/install-netflix.ps1 index e0c38153..8bc0103c 100755 --- a/Scripts/install-netflix.ps1 +++ b/Scripts/install-netflix.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Netflix .DESCRIPTION diff --git a/Scripts/install-nine-zip.ps1 b/Scripts/install-nine-zip.ps1 index 322e0e20..53aa64bc 100755 --- a/Scripts/install-nine-zip.ps1 +++ b/Scripts/install-nine-zip.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs 9 ZIP .DESCRIPTION diff --git a/Scripts/install-obs-studio.ps1 b/Scripts/install-obs-studio.ps1 index 2a97ef84..70d459a0 100755 --- a/Scripts/install-obs-studio.ps1 +++ b/Scripts/install-obs-studio.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs OBS Studio (needs admin rights) .DESCRIPTION diff --git a/Scripts/install-one-calendar.ps1 b/Scripts/install-one-calendar.ps1 index f214e48a..6f993012 100755 --- a/Scripts/install-one-calendar.ps1 +++ b/Scripts/install-one-calendar.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs One Calendar .DESCRIPTION diff --git a/Scripts/install-opera-browser.ps1 b/Scripts/install-opera-browser.ps1 index cfd1dfb5..dd980813 100755 --- a/Scripts/install-opera-browser.ps1 +++ b/Scripts/install-opera-browser.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Opera Browser .DESCRIPTION diff --git a/Scripts/install-opera-gx.ps1 b/Scripts/install-opera-gx.ps1 index 480e17ad..ca76a319 100755 --- a/Scripts/install-opera-gx.ps1 +++ b/Scripts/install-opera-gx.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Opera GX .DESCRIPTION diff --git a/Scripts/install-paint-3d.ps1 b/Scripts/install-paint-3d.ps1 index e751a38b..9a740ccf 100755 --- a/Scripts/install-paint-3d.ps1 +++ b/Scripts/install-paint-3d.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Paint 3D .DESCRIPTION diff --git a/Scripts/install-power-toys.ps1 b/Scripts/install-power-toys.ps1 index afaab4b5..ccec6877 100755 --- a/Scripts/install-power-toys.ps1 +++ b/Scripts/install-power-toys.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Microsoft Powertoys .DESCRIPTION diff --git a/Scripts/install-powershell.ps1 b/Scripts/install-powershell.ps1 index 4847fa38..ec522757 100755 --- a/Scripts/install-powershell.ps1 +++ b/Scripts/install-powershell.ps1 @@ -1,4 +1,4 @@ -<# +<# .Synopsis Install PowerShell on Windows, Linux or macOS. .DESCRIPTION diff --git a/Scripts/install-rufus.ps1 b/Scripts/install-rufus.ps1 index e8f768fc..f07b45cb 100755 --- a/Scripts/install-rufus.ps1 +++ b/Scripts/install-rufus.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Rufus .DESCRIPTION diff --git a/Scripts/install-signal-cli.ps1 b/Scripts/install-signal-cli.ps1 index ac4dc59c..64375ea1 100755 --- a/Scripts/install-signal-cli.ps1 +++ b/Scripts/install-signal-cli.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs signal-cli .DESCRIPTION diff --git a/Scripts/install-skype.ps1 b/Scripts/install-skype.ps1 index d6f9f429..594ef7e0 100755 --- a/Scripts/install-skype.ps1 +++ b/Scripts/install-skype.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Skype .DESCRIPTION diff --git a/Scripts/install-spotify.ps1 b/Scripts/install-spotify.ps1 index b22280ea..cca3bbe5 100755 --- a/Scripts/install-spotify.ps1 +++ b/Scripts/install-spotify.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Spotify .DESCRIPTION diff --git a/Scripts/install-ssh-client.ps1 b/Scripts/install-ssh-client.ps1 index a0150444..2586c3ab 100755 --- a/Scripts/install-ssh-client.ps1 +++ b/Scripts/install-ssh-client.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs a SSH client (needs admin rights) .DESCRIPTION diff --git a/Scripts/install-ssh-server.ps1 b/Scripts/install-ssh-server.ps1 index ef223755..769c5e0a 100755 --- a/Scripts/install-ssh-server.ps1 +++ b/Scripts/install-ssh-server.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs a SSH server (needs admin rights) .DESCRIPTION diff --git a/Scripts/install-thunderbird.ps1 b/Scripts/install-thunderbird.ps1 index d75e5ee9..d78528dc 100755 --- a/Scripts/install-thunderbird.ps1 +++ b/Scripts/install-thunderbird.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Thunderbird .DESCRIPTION diff --git a/Scripts/install-twitter.ps1 b/Scripts/install-twitter.ps1 index c978056f..9f695a95 100755 --- a/Scripts/install-twitter.ps1 +++ b/Scripts/install-twitter.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Twitter .DESCRIPTION diff --git a/Scripts/install-unbound-server.ps1 b/Scripts/install-unbound-server.ps1 index bb2f02bb..6e6fc1e5 100755 --- a/Scripts/install-unbound-server.ps1 +++ b/Scripts/install-unbound-server.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Unbound server (needs admin rights) .DESCRIPTION @@ -33,11 +33,11 @@ try { if ($lastExitCode -ne "0") { throw "'unbound-anchor' failed" } "⏳ (5/10) Checking config file..." - & unbound-checkconf "$PSScriptRoot/../Data/unbound.conf" + & unbound-checkconf "$PSScriptRoot/../data/unbound.conf" if ($lastExitCode -ne "0") { throw "'unbound-checkconf' failed - check the syntax" } "⏳ (6/10) Copying config file to /etc/unbound/unbound.conf ..." - & sudo cp "$PSScriptRoot/../Data/unbound.conf" /etc/unbound/unbound.conf + & sudo cp "$PSScriptRoot/../data/unbound.conf" /etc/unbound/unbound.conf if ($lastExitCode -ne "0") { throw "'cp' failed" } "⏳ (7/10) Stopping default DNS cache daemon systemd-resolved..." diff --git a/Scripts/install-updates.ps1 b/Scripts/install-updates.ps1 index b6f9a9a1..f6b04f8b 100755 --- a/Scripts/install-updates.ps1 +++ b/Scripts/install-updates.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs software updates .DESCRIPTION diff --git a/Scripts/install-visual-studio-code.ps1 b/Scripts/install-visual-studio-code.ps1 index 51c41ae0..8bffd4de 100755 --- a/Scripts/install-visual-studio-code.ps1 +++ b/Scripts/install-visual-studio-code.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Visual Studio Code .DESCRIPTION diff --git a/Scripts/install-vivaldi.ps1 b/Scripts/install-vivaldi.ps1 index cc60169a..4b76468c 100755 --- a/Scripts/install-vivaldi.ps1 +++ b/Scripts/install-vivaldi.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Vivaldi .DESCRIPTION diff --git a/Scripts/install-vlc.ps1 b/Scripts/install-vlc.ps1 index 93cf9168..44b255c0 100755 --- a/Scripts/install-vlc.ps1 +++ b/Scripts/install-vlc.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs VLC .DESCRIPTION diff --git a/Scripts/install-windows-terminal.ps1 b/Scripts/install-windows-terminal.ps1 index 5d86d30d..6aaf02e0 100755 --- a/Scripts/install-windows-terminal.ps1 +++ b/Scripts/install-windows-terminal.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Windows Terminal .DESCRIPTION diff --git a/Scripts/install-wsl.ps1 b/Scripts/install-wsl.ps1 index acb68184..76b5d497 100755 --- a/Scripts/install-wsl.ps1 +++ b/Scripts/install-wsl.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Windows Subsystem for Linux (needs admin rights) .DESCRIPTION diff --git a/Scripts/install-zoom.ps1 b/Scripts/install-zoom.ps1 index f8e38115..b1e0c3c2 100755 --- a/Scripts/install-zoom.ps1 +++ b/Scripts/install-zoom.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Installs Zoom .DESCRIPTION diff --git a/Scripts/introduce-powershell.ps1 b/Scripts/introduce-powershell.ps1 index c9f90b93..7bd425cb 100755 --- a/Scripts/introduce-powershell.ps1 +++ b/Scripts/introduce-powershell.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Introducing PowerShell .DESCRIPTION diff --git a/Scripts/list-aliases.ps1 b/Scripts/list-aliases.ps1 index d670ba7e..99037e1a 100755 --- a/Scripts/list-aliases.ps1 +++ b/Scripts/list-aliases.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all PowerShell aliases .DESCRIPTION diff --git a/Scripts/list-anagrams.ps1 b/Scripts/list-anagrams.ps1 index 5d0c8368..6f380b66 100755 --- a/Scripts/list-anagrams.ps1 +++ b/Scripts/list-anagrams.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all anagrams of the given word .DESCRIPTION diff --git a/Scripts/list-apps.ps1 b/Scripts/list-apps.ps1 index 704c9d78..d527a182 100755 --- a/Scripts/list-apps.ps1 +++ b/Scripts/list-apps.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the installed apps .DESCRIPTION diff --git a/Scripts/list-automatic-variables.ps1 b/Scripts/list-automatic-variables.ps1 index 4e0fdae2..3322d483 100755 --- a/Scripts/list-automatic-variables.ps1 +++ b/Scripts/list-automatic-variables.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all automatic variables of PowerShell .DESCRIPTION diff --git a/Scripts/list-battery-status.ps1 b/Scripts/list-battery-status.ps1 index cac9b8d7..d04b8bdb 100755 --- a/Scripts/list-battery-status.ps1 +++ b/Scripts/list-battery-status.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the battery status .DESCRIPTION diff --git a/Scripts/list-bios.ps1 b/Scripts/list-bios.ps1 index 3d51b6ee..ebf118c7 100755 --- a/Scripts/list-bios.ps1 +++ b/Scripts/list-bios.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists BIOS details .DESCRIPTION diff --git a/Scripts/list-bluetooth-devices.ps1 b/Scripts/list-bluetooth-devices.ps1 index 1999ac32..1a9d9b34 100755 --- a/Scripts/list-bluetooth-devices.ps1 +++ b/Scripts/list-bluetooth-devices.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists Bluetooth devices .DESCRIPTION diff --git a/Scripts/list-branches.ps1 b/Scripts/list-branches.ps1 index 1d5b3a90..faeafa4e 100755 --- a/Scripts/list-branches.ps1 +++ b/Scripts/list-branches.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists Git branches .DESCRIPTION diff --git a/Scripts/list-calendar.ps1 b/Scripts/list-calendar.ps1 index 8c185079..e8e75364 100755 --- a/Scripts/list-calendar.ps1 +++ b/Scripts/list-calendar.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the calendar .DESCRIPTION diff --git a/Scripts/list-cheat-sheet.ps1 b/Scripts/list-cheat-sheet.ps1 index 90fd38e6..46467c1c 100755 --- a/Scripts/list-cheat-sheet.ps1 +++ b/Scripts/list-cheat-sheet.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the PowerShell cheat sheet .DESCRIPTION diff --git a/Scripts/list-city-weather.ps1 b/Scripts/list-city-weather.ps1 index f38fd330..5309b32b 100755 --- a/Scripts/list-city-weather.ps1 +++ b/Scripts/list-city-weather.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the weather of cities world-wide .DESCRIPTION diff --git a/Scripts/list-cli-tools.ps1 b/Scripts/list-cli-tools.ps1 index 1eafbf39..1f30f0d0 100755 --- a/Scripts/list-cli-tools.ps1 +++ b/Scripts/list-cli-tools.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists command-line tools .DESCRIPTION diff --git a/Scripts/list-clipboard.ps1 b/Scripts/list-clipboard.ps1 index ab70dbc6..2ac770d1 100755 --- a/Scripts/list-clipboard.ps1 +++ b/Scripts/list-clipboard.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the contents of the clipboard .DESCRIPTION diff --git a/Scripts/list-cmdlets.ps1 b/Scripts/list-cmdlets.ps1 index 517c3177..48404654 100755 --- a/Scripts/list-cmdlets.ps1 +++ b/Scripts/list-cmdlets.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all PowerShell cmdlets .DESCRIPTION diff --git a/Scripts/list-coffee-prices.ps1 b/Scripts/list-coffee-prices.ps1 index ee8b784e..c26dc702 100755 --- a/Scripts/list-coffee-prices.ps1 +++ b/Scripts/list-coffee-prices.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS List coffee prices .DESCRIPTION diff --git a/Scripts/list-commit-stats.ps1 b/Scripts/list-commit-stats.ps1 index b5e6326f..6faf90e9 100755 --- a/Scripts/list-commit-stats.ps1 +++ b/Scripts/list-commit-stats.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the Git commit statistics .DESCRIPTION diff --git a/Scripts/list-commits.ps1 b/Scripts/list-commits.ps1 index 73f723e7..a1ff7d56 100755 --- a/Scripts/list-commits.ps1 +++ b/Scripts/list-commits.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists Git commits .DESCRIPTION diff --git a/Scripts/list-console-colors.ps1 b/Scripts/list-console-colors.ps1 index 918a8a17..20cd4dec 100755 --- a/Scripts/list-console-colors.ps1 +++ b/Scripts/list-console-colors.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all console colors .DESCRIPTION diff --git a/Scripts/list-countries.ps1 b/Scripts/list-countries.ps1 index 017d697d..5411a31f 100755 --- a/Scripts/list-countries.ps1 +++ b/Scripts/list-countries.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists details of all countries .DESCRIPTION diff --git a/Scripts/list-cpu.ps1 b/Scripts/list-cpu.ps1 index b1f98f2c..e024b318 100755 --- a/Scripts/list-cpu.ps1 +++ b/Scripts/list-cpu.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists CPU details .DESCRIPTION diff --git a/Scripts/list-credits.ps1 b/Scripts/list-credits.ps1 index c6a2b4d8..c756947a 100755 --- a/Scripts/list-credits.ps1 +++ b/Scripts/list-credits.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Shows the credits for the PowerShell Scripts .DESCRIPTION diff --git a/Scripts/list-crypto-rates.ps1 b/Scripts/list-crypto-rates.ps1 index f1f849ab..ebb0f3b2 100755 --- a/Scripts/list-crypto-rates.ps1 +++ b/Scripts/list-crypto-rates.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS List crypto rates .DESCRIPTION diff --git a/Scripts/list-defender-settings.ps1 b/Scripts/list-defender-settings.ps1 index 7048d727..3f57b79b 100755 --- a/Scripts/list-defender-settings.ps1 +++ b/Scripts/list-defender-settings.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the Windows Defender settings .DESCRIPTION diff --git a/Scripts/list-dir-tree.ps1 b/Scripts/list-dir-tree.ps1 index 54c7a04f..dbfa1a67 100755 --- a/Scripts/list-dir-tree.ps1 +++ b/Scripts/list-dir-tree.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists a directory tree .DESCRIPTION diff --git a/Scripts/list-dns-servers.ps1 b/Scripts/list-dns-servers.ps1 index ac67aebb..8db91356 100755 --- a/Scripts/list-dns-servers.ps1 +++ b/Scripts/list-dns-servers.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists DNS servers .DESCRIPTION @@ -27,7 +27,7 @@ function CheckDNSServer { param($Provider, $IPv4Pri, $IPv4Sec) function List-DNS-Servers { Write-Progress "Loading Data/public-dns-servers.csv..." - $Table = Import-CSV "$PSScriptRoot/../Data/public-dns-servers.csv" + $Table = Import-CSV "$PSScriptRoot/../data/public-dns-servers.csv" foreach($Row in $Table) { CheckDNSServer $Row.PROVIDER $Row.IPv4_PRI $Row.IPv4_SEC } diff --git a/Scripts/list-drives.ps1 b/Scripts/list-drives.ps1 index 4b0cc9aa..8ff7b441 100755 --- a/Scripts/list-drives.ps1 +++ b/Scripts/list-drives.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all drives .DESCRIPTION diff --git a/Scripts/list-earthquakes.ps1 b/Scripts/list-earthquakes.ps1 index 4191cd98..1a1459e6 100755 --- a/Scripts/list-earthquakes.ps1 +++ b/Scripts/list-earthquakes.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists major earthquakes .DESCRIPTION diff --git a/Scripts/list-emojis.ps1 b/Scripts/list-emojis.ps1 index 9722f145..0d3b5f1d 100755 --- a/Scripts/list-emojis.ps1 +++ b/Scripts/list-emojis.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists available Emojis .DESCRIPTION diff --git a/Scripts/list-empty-dirs.ps1 b/Scripts/list-empty-dirs.ps1 index e420f8ee..388c6556 100755 --- a/Scripts/list-empty-dirs.ps1 +++ b/Scripts/list-empty-dirs.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all empty directories in a directory tree .DESCRIPTION diff --git a/Scripts/list-empty-files.ps1 b/Scripts/list-empty-files.ps1 index c0ffe635..3fd1941a 100755 --- a/Scripts/list-empty-files.ps1 +++ b/Scripts/list-empty-files.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all empty files in a directory tree .DESCRIPTION diff --git a/Scripts/list-encrypted-files.ps1 b/Scripts/list-encrypted-files.ps1 index 18bbd2bd..96b798f8 100644 --- a/Scripts/list-encrypted-files.ps1 +++ b/Scripts/list-encrypted-files.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all encrypted files in a directory tree .DESCRIPTION diff --git a/Scripts/list-environment-variables.ps1 b/Scripts/list-environment-variables.ps1 index 94113cef..48fe55cf 100755 --- a/Scripts/list-environment-variables.ps1 +++ b/Scripts/list-environment-variables.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all environment variables .DESCRIPTION diff --git a/Scripts/list-exchange-rates.ps1 b/Scripts/list-exchange-rates.ps1 index c598ad0d..88c7db1d 100755 --- a/Scripts/list-exchange-rates.ps1 +++ b/Scripts/list-exchange-rates.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the exchange rates for a currency .DESCRIPTION diff --git a/Scripts/list-executables.ps1 b/Scripts/list-executables.ps1 index 89a4e257..8661d08c 100644 --- a/Scripts/list-executables.ps1 +++ b/Scripts/list-executables.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all executables in a directory tree .DESCRIPTION diff --git a/Scripts/list-fibonacci.ps1 b/Scripts/list-fibonacci.ps1 index 4f1090c1..5a03e74f 100755 --- a/Scripts/list-fibonacci.ps1 +++ b/Scripts/list-fibonacci.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the Fibonacci numbers .DESCRIPTION diff --git a/Scripts/list-files.ps1 b/Scripts/list-files.ps1 index fffacb9b..b3e8b57a 100755 --- a/Scripts/list-files.ps1 +++ b/Scripts/list-files.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all files in a directory tree .DESCRIPTION diff --git a/Scripts/list-folder.ps1 b/Scripts/list-folder.ps1 index d14d939e..451b641c 100755 --- a/Scripts/list-folder.ps1 +++ b/Scripts/list-folder.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists a folder .DESCRIPTION diff --git a/Scripts/list-fritzbox-calls.ps1 b/Scripts/list-fritzbox-calls.ps1 index 00c54b77..c637f51f 100755 --- a/Scripts/list-fritzbox-calls.ps1 +++ b/Scripts/list-fritzbox-calls.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the phone calls of the FRITZ!Box device .DESCRIPTION diff --git a/Scripts/list-fritzbox-devices.ps1 b/Scripts/list-fritzbox-devices.ps1 index 35c090f9..9d54e65f 100755 --- a/Scripts/list-fritzbox-devices.ps1 +++ b/Scripts/list-fritzbox-devices.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists FRITZ!Box's known devices .DESCRIPTION diff --git a/Scripts/list-headlines.ps1 b/Scripts/list-headlines.ps1 index e39354f7..9d70b433 100755 --- a/Scripts/list-headlines.ps1 +++ b/Scripts/list-headlines.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the latest headlines .DESCRIPTION diff --git a/Scripts/list-hidden-files.ps1 b/Scripts/list-hidden-files.ps1 index 5fe34ccc..bac1b369 100755 --- a/Scripts/list-hidden-files.ps1 +++ b/Scripts/list-hidden-files.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all hidden files in a directory tree .DESCRIPTION diff --git a/Scripts/list-installed-languages.ps1 b/Scripts/list-installed-languages.ps1 index bf4680dd..83f3824f 100755 --- a/Scripts/list-installed-languages.ps1 +++ b/Scripts/list-installed-languages.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the installed languages .DESCRIPTION diff --git a/Scripts/list-installed-scripts.ps1 b/Scripts/list-installed-scripts.ps1 index d070a945..4869ee99 100755 --- a/Scripts/list-installed-scripts.ps1 +++ b/Scripts/list-installed-scripts.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all installed PowerShell scripts .DESCRIPTION diff --git a/Scripts/list-installed-software.ps1 b/Scripts/list-installed-software.ps1 index 690880f7..9b097df4 100755 --- a/Scripts/list-installed-software.ps1 +++ b/Scripts/list-installed-software.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the installed software .DESCRIPTION diff --git a/Scripts/list-ipv6.ps1 b/Scripts/list-ipv6.ps1 index b3674188..ace184c5 100755 --- a/Scripts/list-ipv6.ps1 +++ b/Scripts/list-ipv6.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists IPv6 states .DESCRIPTION diff --git a/Scripts/list-latest-tag.ps1 b/Scripts/list-latest-tag.ps1 index 2dce82f5..7a2147f2 100755 --- a/Scripts/list-latest-tag.ps1 +++ b/Scripts/list-latest-tag.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the latest tag on the current branch in a Git repository .DESCRIPTION diff --git a/Scripts/list-latest-tags.ps1 b/Scripts/list-latest-tags.ps1 index 18dcb49f..098a18e4 100755 --- a/Scripts/list-latest-tags.ps1 +++ b/Scripts/list-latest-tags.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the latests tags in all Git repositories in a folder .DESCRIPTION diff --git a/Scripts/list-memos.ps1 b/Scripts/list-memos.ps1 index c94745f5..b0c320f2 100755 --- a/Scripts/list-memos.ps1 +++ b/Scripts/list-memos.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists your memo entries .DESCRIPTION diff --git a/Scripts/list-modules.ps1 b/Scripts/list-modules.ps1 index 4f961f0f..e10edb62 100755 --- a/Scripts/list-modules.ps1 +++ b/Scripts/list-modules.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists PowerShell modules .DESCRIPTION diff --git a/Scripts/list-motherboard.ps1 b/Scripts/list-motherboard.ps1 index cfab3c31..3d661cb2 100755 --- a/Scripts/list-motherboard.ps1 +++ b/Scripts/list-motherboard.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists motherboard details .DESCRIPTION diff --git a/Scripts/list-mysql-tables.ps1 b/Scripts/list-mysql-tables.ps1 index b4ff6520..a4fea270 100755 --- a/Scripts/list-mysql-tables.ps1 +++ b/Scripts/list-mysql-tables.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all tables of a MySQL database .DESCRIPTION diff --git a/Scripts/list-network-connections.ps1 b/Scripts/list-network-connections.ps1 index 5bde80ad..c61ae6a8 100755 --- a/Scripts/list-network-connections.ps1 +++ b/Scripts/list-network-connections.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists network connections .DESCRIPTION diff --git a/Scripts/list-network-routes.ps1 b/Scripts/list-network-routes.ps1 index 04aa25f4..a6c8c413 100755 --- a/Scripts/list-network-routes.ps1 +++ b/Scripts/list-network-routes.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists network routes .DESCRIPTION diff --git a/Scripts/list-network-shares.ps1 b/Scripts/list-network-shares.ps1 index eed792e5..d9fcacde 100755 --- a/Scripts/list-network-shares.ps1 +++ b/Scripts/list-network-shares.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all network shares of the local computer .DESCRIPTION diff --git a/Scripts/list-news.ps1 b/Scripts/list-news.ps1 index d2fb6d71..2212299b 100755 --- a/Scripts/list-news.ps1 +++ b/Scripts/list-news.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS List the latest news .DESCRIPTION diff --git a/Scripts/list-nic.ps1 b/Scripts/list-nic.ps1 index 77e7eb7f..6c096e46 100755 --- a/Scripts/list-nic.ps1 +++ b/Scripts/list-nic.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists NIC details .DESCRIPTION diff --git a/Scripts/list-nina-warnings.ps1 b/Scripts/list-nina-warnings.ps1 index 0dd6aba1..c05193bf 100644 --- a/Scripts/list-nina-warnings.ps1 +++ b/Scripts/list-nina-warnings.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the current NINA warnings .DESCRIPTION diff --git a/Scripts/list-os-releases.ps1 b/Scripts/list-os-releases.ps1 index 0a003cff..6f2d14a7 100755 --- a/Scripts/list-os-releases.ps1 +++ b/Scripts/list-os-releases.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists OS releases and download URL .DESCRIPTION @@ -15,7 +15,7 @@ try { write-progress "Reading OS_IPFS_hashes.csv ..." $PathToRepo = "$PSScriptRoot/.." - $PathToCsvFile = "$PathToRepo/Data/os-release.csv" + $PathToCsvFile = "$PathToRepo/data/os-release.csv" invoke-webRequest -URI "https://fleschutz.droppages.com/downloads/OS_IPFS_hashes.csv" -outFile "$PathToCsvFile" $Table = import-csv "$PathToCsvFile" diff --git a/Scripts/list-os-updates.ps1 b/Scripts/list-os-updates.ps1 index a29e02f1..7abdb98d 100755 --- a/Scripts/list-os-updates.ps1 +++ b/Scripts/list-os-updates.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists OS updates .DESCRIPTION diff --git a/Scripts/list-os.ps1 b/Scripts/list-os.ps1 index 73520eb9..2b1e080d 100755 --- a/Scripts/list-os.ps1 +++ b/Scripts/list-os.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the operating system version .DESCRIPTION diff --git a/Scripts/list-outlook-inbox.ps1 b/Scripts/list-outlook-inbox.ps1 index 4a8b5d62..ac3ea27e 100755 --- a/Scripts/list-outlook-inbox.ps1 +++ b/Scripts/list-outlook-inbox.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists Outlook's Inbox .DESCRIPTION diff --git a/Scripts/list-outlook-sent.ps1 b/Scripts/list-outlook-sent.ps1 index 1dc0322e..8409c90f 100755 --- a/Scripts/list-outlook-sent.ps1 +++ b/Scripts/list-outlook-sent.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists Outlook's Sent Mails .DESCRIPTION diff --git a/Scripts/list-passwords.ps1 b/Scripts/list-passwords.ps1 index 558cce5b..83609a58 100755 --- a/Scripts/list-passwords.ps1 +++ b/Scripts/list-passwords.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists random passwords .DESCRIPTION diff --git a/Scripts/list-pi.ps1 b/Scripts/list-pi.ps1 index ccf1eccc..e5ca18ab 100755 --- a/Scripts/list-pi.ps1 +++ b/Scripts/list-pi.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists PI .DESCRIPTION diff --git a/Scripts/list-pins.ps1 b/Scripts/list-pins.ps1 index 719227d5..1f316006 100755 --- a/Scripts/list-pins.ps1 +++ b/Scripts/list-pins.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists random PIN's .DESCRIPTION diff --git a/Scripts/list-print-jobs.ps1 b/Scripts/list-print-jobs.ps1 index 3d2731c5..adda06e9 100755 --- a/Scripts/list-print-jobs.ps1 +++ b/Scripts/list-print-jobs.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all print jobs .DESCRIPTION diff --git a/Scripts/list-printers.ps1 b/Scripts/list-printers.ps1 index 9a245927..cfea0f9f 100755 --- a/Scripts/list-printers.ps1 +++ b/Scripts/list-printers.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the printers .DESCRIPTION diff --git a/Scripts/list-processes.ps1 b/Scripts/list-processes.ps1 index ba2c8fce..55fb9293 100755 --- a/Scripts/list-processes.ps1 +++ b/Scripts/list-processes.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all local computer processes .DESCRIPTION diff --git a/Scripts/list-profiles.ps1 b/Scripts/list-profiles.ps1 index cd57a8eb..d2b4fa6f 100755 --- a/Scripts/list-profiles.ps1 +++ b/Scripts/list-profiles.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the user's PowerShell profiles .DESCRIPTION diff --git a/Scripts/list-public-ip.ps1 b/Scripts/list-public-ip.ps1 index d07d88ca..d65f9b27 100755 --- a/Scripts/list-public-ip.ps1 +++ b/Scripts/list-public-ip.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the public IP address(es) .DESCRIPTION diff --git a/Scripts/list-pull-requests.ps1 b/Scripts/list-pull-requests.ps1 index bf983375..71093e31 100755 --- a/Scripts/list-pull-requests.ps1 +++ b/Scripts/list-pull-requests.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all pull requests .DESCRIPTION diff --git a/Scripts/list-ram.ps1 b/Scripts/list-ram.ps1 index 50e1c838..631b71f1 100755 --- a/Scripts/list-ram.ps1 +++ b/Scripts/list-ram.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists RAM details .DESCRIPTION diff --git a/Scripts/list-read-only-files.ps1 b/Scripts/list-read-only-files.ps1 index 2344906d..4f89b888 100644 --- a/Scripts/list-read-only-files.ps1 +++ b/Scripts/list-read-only-files.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all read-only files in a directory tree .DESCRIPTION diff --git a/Scripts/list-recycle-bin.ps1 b/Scripts/list-recycle-bin.ps1 index ccaf624c..d664f5ba 100755 --- a/Scripts/list-recycle-bin.ps1 +++ b/Scripts/list-recycle-bin.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the content of the recycle bin folder .DESCRIPTION diff --git a/Scripts/list-repos.ps1 b/Scripts/list-repos.ps1 index bec9a87d..d3251650 100755 --- a/Scripts/list-repos.ps1 +++ b/Scripts/list-repos.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists Git repos .DESCRIPTION diff --git a/Scripts/list-scripts.ps1 b/Scripts/list-scripts.ps1 index b52eec00..97fd21ba 100755 --- a/Scripts/list-scripts.ps1 +++ b/Scripts/list-scripts.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the PowerShell scripts .DESCRIPTION @@ -21,8 +21,8 @@ param([string]$category = "*") function ListScripts([string]$category) { - Write-Progress "Loading data from ../Data/script.csv..." - $table = Import-CSV "$PSScriptRoot/../Data/scripts.csv" + Write-Progress "Loading data from ../data/script.csv..." + $table = Import-CSV "$PSScriptRoot/../data/scripts.csv" [int]$No = 1 foreach($row in $table) { if ($row.CATEGORY -like $category) { diff --git a/Scripts/list-services.ps1 b/Scripts/list-services.ps1 index 4c85e977..ea5fc9d3 100755 --- a/Scripts/list-services.ps1 +++ b/Scripts/list-services.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the installed services .DESCRIPTION diff --git a/Scripts/list-special-folders.ps1 b/Scripts/list-special-folders.ps1 index ed932d1d..41e1df3a 100755 --- a/Scripts/list-special-folders.ps1 +++ b/Scripts/list-special-folders.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists special folders .DESCRIPTION diff --git a/Scripts/list-sql-tables.ps1 b/Scripts/list-sql-tables.ps1 index ed1f697b..39a8273f 100755 --- a/Scripts/list-sql-tables.ps1 +++ b/Scripts/list-sql-tables.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all tables of a SQL server database .DESCRIPTION diff --git a/Scripts/list-submodules.ps1 b/Scripts/list-submodules.ps1 index 345d3f4d..40d1f52c 100755 --- a/Scripts/list-submodules.ps1 +++ b/Scripts/list-submodules.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the submodules in a Git repository .DESCRIPTION diff --git a/Scripts/list-suggestions.ps1 b/Scripts/list-suggestions.ps1 index 4fd63f15..2ada472f 100755 --- a/Scripts/list-suggestions.ps1 +++ b/Scripts/list-suggestions.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists suggestions .DESCRIPTION diff --git a/Scripts/list-system-files.ps1 b/Scripts/list-system-files.ps1 index 55acc966..f5ba406d 100644 --- a/Scripts/list-system-files.ps1 +++ b/Scripts/list-system-files.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all system files in a directory tree .DESCRIPTION diff --git a/Scripts/list-system-info.ps1 b/Scripts/list-system-info.ps1 index 3cdd65d5..d649571f 100755 --- a/Scripts/list-system-info.ps1 +++ b/Scripts/list-system-info.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists system information of the local computer .DESCRIPTION diff --git a/Scripts/list-tags.ps1 b/Scripts/list-tags.ps1 index a2fb225e..b27bdda7 100755 --- a/Scripts/list-tags.ps1 +++ b/Scripts/list-tags.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all tags in a repository .DESCRIPTION diff --git a/Scripts/list-tasks.ps1 b/Scripts/list-tasks.ps1 index 0dd9fc0b..da81cf7b 100755 --- a/Scripts/list-tasks.ps1 +++ b/Scripts/list-tasks.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all scheduled tasks .DESCRIPTION diff --git a/Scripts/list-timezone.ps1 b/Scripts/list-timezone.ps1 index 2f6c5805..f9ce3e60 100755 --- a/Scripts/list-timezone.ps1 +++ b/Scripts/list-timezone.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists time zone details .DESCRIPTION diff --git a/Scripts/list-timezones.ps1 b/Scripts/list-timezones.ps1 index 8320dbeb..1baf25d0 100755 --- a/Scripts/list-timezones.ps1 +++ b/Scripts/list-timezones.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all available time zones .DESCRIPTION diff --git a/Scripts/list-tiobe-index.ps1 b/Scripts/list-tiobe-index.ps1 index f92023fc..014de7da 100755 --- a/Scripts/list-tiobe-index.ps1 +++ b/Scripts/list-tiobe-index.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the TIOBE index of top programming languages .DESCRIPTION @@ -45,7 +45,7 @@ try { " Source: https://www.tiobe.com" "" - $Table = import-csv "$PSScriptRoot/../Data/TIOBE-index.csv" + $Table = import-csv "$PSScriptRoot/../data/TIOBE-index.csv" foreach($Row in $Table) { [string]$Name = $Row.Language [float]$Value = $Row.Popularity diff --git a/Scripts/list-unused-files.ps1 b/Scripts/list-unused-files.ps1 index 3ffb272c..7aad9c41 100755 --- a/Scripts/list-unused-files.ps1 +++ b/Scripts/list-unused-files.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists unused files in a directory tree .DESCRIPTION diff --git a/Scripts/list-updates.ps1 b/Scripts/list-updates.ps1 index 7add3997..d0ac881f 100755 --- a/Scripts/list-updates.ps1 +++ b/Scripts/list-updates.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists software updates .DESCRIPTION diff --git a/Scripts/list-user-accounts.ps1 b/Scripts/list-user-accounts.ps1 index d7372738..efd7b679 100755 --- a/Scripts/list-user-accounts.ps1 +++ b/Scripts/list-user-accounts.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists user accounts .DESCRIPTION diff --git a/Scripts/list-user-groups.ps1 b/Scripts/list-user-groups.ps1 index 0fd2d731..c8c3a3dd 100755 --- a/Scripts/list-user-groups.ps1 +++ b/Scripts/list-user-groups.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the user groups .DESCRIPTION diff --git a/Scripts/list-verbs.ps1 b/Scripts/list-verbs.ps1 index 099c6d02..e4c38bb4 100755 --- a/Scripts/list-verbs.ps1 +++ b/Scripts/list-verbs.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists verbs .DESCRIPTION diff --git a/Scripts/list-voices.ps1 b/Scripts/list-voices.ps1 index 8fd61567..8386a066 100755 --- a/Scripts/list-voices.ps1 +++ b/Scripts/list-voices.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS List installed text-to-speech voices .DESCRIPTION diff --git a/Scripts/list-weather.ps1 b/Scripts/list-weather.ps1 index 9a09ef7f..1866fe65 100755 --- a/Scripts/list-weather.ps1 +++ b/Scripts/list-weather.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the weather report .DESCRIPTION diff --git a/Scripts/list-wifi.ps1 b/Scripts/list-wifi.ps1 index b764ae97..e77a6bcc 100755 --- a/Scripts/list-wifi.ps1 +++ b/Scripts/list-wifi.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists WIFI .DESCRIPTION diff --git a/Scripts/list-window-titles.ps1 b/Scripts/list-window-titles.ps1 index f069f442..9c61ccb7 100755 --- a/Scripts/list-window-titles.ps1 +++ b/Scripts/list-window-titles.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists window titles .DESCRIPTION diff --git a/Scripts/list-workdir.ps1 b/Scripts/list-workdir.ps1 index ab1262b4..8a0020b7 100755 --- a/Scripts/list-workdir.ps1 +++ b/Scripts/list-workdir.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the current working directory .DESCRIPTION diff --git a/Scripts/locate-city.ps1 b/Scripts/locate-city.ps1 index 14b4d3e7..4ba886c9 100755 --- a/Scripts/locate-city.ps1 +++ b/Scripts/locate-city.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Prints the geographic location of a city .DESCRIPTION @@ -19,7 +19,7 @@ try { if ($City -eq "" ) { $City = Read-Host "Enter the city name" } Write-Progress "Reading worldcities.csv..." - $Table = import-csv "$PSScriptRoot/../Data/worldcities.csv" + $Table = import-csv "$PSScriptRoot/../data/worldcities.csv" $FoundOne = 0 foreach($Row in $Table) { diff --git a/Scripts/locate-ipaddress.ps1 b/Scripts/locate-ipaddress.ps1 index 0c1502da..0769910f 100755 --- a/Scripts/locate-ipaddress.ps1 +++ b/Scripts/locate-ipaddress.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Prints the geo location of the given IP address .DESCRIPTION diff --git a/Scripts/locate-my-phone.ps1 b/Scripts/locate-my-phone.ps1 index 968c7e21..ce9fcf2a 100755 --- a/Scripts/locate-my-phone.ps1 +++ b/Scripts/locate-my-phone.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens Google Find My Device .DESCRIPTION diff --git a/Scripts/locate-zip-code.ps1 b/Scripts/locate-zip-code.ps1 index 0c6a083d..44aa45ea 100755 --- a/Scripts/locate-zip-code.ps1 +++ b/Scripts/locate-zip-code.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Prints the geo location of a zip-code .DESCRIPTION @@ -23,7 +23,7 @@ try { if ($ZipCode -eq "" ) { $ZipCode = read-host "Enter the zip code" } write-progress "Reading zip-codes.csv..." - $Table = import-csv "$PSScriptRoot/../Data/zip-codes.csv" + $Table = import-csv "$PSScriptRoot/../data/zip-codes.csv" $FoundOne = 0 foreach($Row in $Table) { diff --git a/Scripts/lock-desktop.ps1 b/Scripts/lock-desktop.ps1 index c3e2727c..dbf05aa6 100755 --- a/Scripts/lock-desktop.ps1 +++ b/Scripts/lock-desktop.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Locks the desktop .DESCRIPTION diff --git a/Scripts/log-off.ps1 b/Scripts/log-off.ps1 index cd77d741..5bd32793 100755 --- a/Scripts/log-off.ps1 +++ b/Scripts/log-off.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Log off the current user .DESCRIPTION diff --git a/Scripts/make-install.ps1 b/Scripts/make-install.ps1 index bfeb6b9a..7cf5530b 100755 --- a/Scripts/make-install.ps1 +++ b/Scripts/make-install.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Copies newer EXE's + DLL's from the build directory to the installation directory .DESCRIPTION diff --git a/Scripts/measure-BubbleSort.ps1 b/Scripts/measure-BubbleSort.ps1 index 81644f34..40a0f858 100755 --- a/Scripts/measure-BubbleSort.ps1 +++ b/Scripts/measure-BubbleSort.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Measures the speed of BubbleSort .DESCRIPTION diff --git a/Scripts/measure-BucketSort.ps1 b/Scripts/measure-BucketSort.ps1 index e8076371..f9b5d688 100755 --- a/Scripts/measure-BucketSort.ps1 +++ b/Scripts/measure-BucketSort.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Measures the speed of BucketSort .DESCRIPTION diff --git a/Scripts/measure-CountingSort.ps1 b/Scripts/measure-CountingSort.ps1 index 1fd6cd15..f3b75326 100755 --- a/Scripts/measure-CountingSort.ps1 +++ b/Scripts/measure-CountingSort.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Measures the speed of CountingSort .DESCRIPTION diff --git a/Scripts/measure-HeapSort.ps1 b/Scripts/measure-HeapSort.ps1 index 2d979053..ead12d68 100755 --- a/Scripts/measure-HeapSort.ps1 +++ b/Scripts/measure-HeapSort.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Measures the speed of HeapSort .DESCRIPTION diff --git a/Scripts/measure-InsertionSort.ps1 b/Scripts/measure-InsertionSort.ps1 index 97b6c1a4..022611a4 100755 --- a/Scripts/measure-InsertionSort.ps1 +++ b/Scripts/measure-InsertionSort.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Measures the speed of InsertionSort .DESCRIPTION diff --git a/Scripts/measure-MergeSort.ps1 b/Scripts/measure-MergeSort.ps1 index d8455c01..9de5ebb9 100755 --- a/Scripts/measure-MergeSort.ps1 +++ b/Scripts/measure-MergeSort.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Measures the speed of MergeSort .DESCRIPTION diff --git a/Scripts/measure-QuickSort.ps1 b/Scripts/measure-QuickSort.ps1 index 42f67ebc..757ec7f3 100755 --- a/Scripts/measure-QuickSort.ps1 +++ b/Scripts/measure-QuickSort.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Measures the speed of QuickSort .DESCRIPTION diff --git a/Scripts/measure-SelectionSort.ps1 b/Scripts/measure-SelectionSort.ps1 index 456d8489..bd0c65ed 100755 --- a/Scripts/measure-SelectionSort.ps1 +++ b/Scripts/measure-SelectionSort.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Measures the speed of SelectionSort .DESCRIPTION diff --git a/Scripts/measure-sorting-algorithms.ps1 b/Scripts/measure-sorting-algorithms.ps1 index e7534d85..608a76df 100755 --- a/Scripts/measure-sorting-algorithms.ps1 +++ b/Scripts/measure-sorting-algorithms.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Measures the speed of sorting algorithms .DESCRIPTION diff --git a/Scripts/merry-christmas.ps1 b/Scripts/merry-christmas.ps1 index 46a5ed94..07d7b6b1 100755 --- a/Scripts/merry-christmas.ps1 +++ b/Scripts/merry-christmas.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Replies to "Merry Christmas" .DESCRIPTION diff --git a/Scripts/minimize-all-windows.ps1 b/Scripts/minimize-all-windows.ps1 index e350744e..dd74811a 100755 --- a/Scripts/minimize-all-windows.ps1 +++ b/Scripts/minimize-all-windows.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Minimizes all windows .DESCRIPTION diff --git a/Scripts/my-profile.ps1 b/Scripts/my-profile.ps1 index 812355b7..1eeba63e 100755 --- a/Scripts/my-profile.ps1 +++ b/Scripts/my-profile.ps1 @@ -1,4 +1,4 @@ -# MY POWERSHELL PROFILE (this profile file defines the look & feel of PowerShell) +# MY POWERSHELL PROFILE (this profile file defines the look & feel of PowerShell) # WINDOW TITLE if ($IsLinux) { $Username = $(whoami) } else { $Username = $env:USERNAME } diff --git a/Scripts/new-branch.ps1 b/Scripts/new-branch.ps1 index 48d6ea21..d64a96ba 100755 --- a/Scripts/new-branch.ps1 +++ b/Scripts/new-branch.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Creates a new Git branch .DESCRIPTION diff --git a/Scripts/new-email.ps1 b/Scripts/new-email.ps1 index af653d66..aa935686 100755 --- a/Scripts/new-email.ps1 +++ b/Scripts/new-email.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the default email client to write a new email .DESCRIPTION diff --git a/Scripts/new-qrcode.ps1 b/Scripts/new-qrcode.ps1 index a986b176..963ac682 100755 --- a/Scripts/new-qrcode.ps1 +++ b/Scripts/new-qrcode.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Generates a QR code .DESCRIPTION diff --git a/Scripts/new-script.ps1 b/Scripts/new-script.ps1 index 9e8199f5..735cd03a 100755 --- a/Scripts/new-script.ps1 +++ b/Scripts/new-script.ps1 @@ -1,8 +1,8 @@ -<# +<# .SYNOPSIS Creates a new PowerShell script file .DESCRIPTION - This PowerShell script creates a new PowerShell script file (by using template file ../Data/template.ps1). + This PowerShell script creates a new PowerShell script file (by using template file ../data/template.ps1). .PARAMETER filename Specifies the path to the resulting file .EXAMPLE @@ -19,7 +19,7 @@ param([string]$filename = "") try { if ($filename -eq "" ) { $filename = Read-Host "Enter the new filename" } - Copy-Item "$PSScriptRoot/../Data/template.ps1" "$filename" + Copy-Item "$PSScriptRoot/../data/template.ps1" "$filename" "✔️ created new PowerShell script: $filename" exit 0 # success diff --git a/Scripts/new-shortcut.ps1 b/Scripts/new-shortcut.ps1 index 9c9b19fe..fc731fb9 100755 --- a/Scripts/new-shortcut.ps1 +++ b/Scripts/new-shortcut.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Creates a new shortcut file .DESCRIPTION diff --git a/Scripts/new-symlink.ps1 b/Scripts/new-symlink.ps1 index 1f995402..b7abe033 100755 --- a/Scripts/new-symlink.ps1 +++ b/Scripts/new-symlink.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Creates a new symbolic link file .DESCRIPTION diff --git a/Scripts/new-tag.ps1 b/Scripts/new-tag.ps1 index 10c9e828..4f019dae 100755 --- a/Scripts/new-tag.ps1 +++ b/Scripts/new-tag.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Creates a new tag in a Git repository .DESCRIPTION diff --git a/Scripts/new-user.ps1 b/Scripts/new-user.ps1 index 1d96e72e..d10d0e14 100755 --- a/Scripts/new-user.ps1 +++ b/Scripts/new-user.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Creates a new user account .DESCRIPTION diff --git a/Scripts/new-zipfile.ps1 b/Scripts/new-zipfile.ps1 index 0aaaf662..d85eecb8 100755 --- a/Scripts/new-zipfile.ps1 +++ b/Scripts/new-zipfile.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Creates a new .ZIP file from a folder (including subfolders) .DESCRIPTION diff --git a/Scripts/on-desktop-login.ps1 b/Scripts/on-desktop-login.ps1 index 3e8c0b17..bd22f63e 100755 --- a/Scripts/on-desktop-login.ps1 +++ b/Scripts/on-desktop-login.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Executes tasks on desktop login .DESCRIPTION diff --git a/Scripts/open-apps-folder.ps1 b/Scripts/open-apps-folder.ps1 index aba5398c..d1c8a005 100755 --- a/Scripts/open-apps-folder.ps1 +++ b/Scripts/open-apps-folder.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the Apps folder .DESCRIPTION diff --git a/Scripts/open-auto-start-folder.ps1 b/Scripts/open-auto-start-folder.ps1 index 6596e54a..fe78bbfe 100755 --- a/Scripts/open-auto-start-folder.ps1 +++ b/Scripts/open-auto-start-folder.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the autostart folder .DESCRIPTION diff --git a/Scripts/open-bing-maps.ps1 b/Scripts/open-bing-maps.ps1 index 857cd109..a8b79aca 100755 --- a/Scripts/open-bing-maps.ps1 +++ b/Scripts/open-bing-maps.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches the Bing Maps app .DESCRIPTION diff --git a/Scripts/open-booking-com.ps1 b/Scripts/open-booking-com.ps1 index 5794b975..5f5c67de 100755 --- a/Scripts/open-booking-com.ps1 +++ b/Scripts/open-booking-com.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the Booking.com website .DESCRIPTION diff --git a/Scripts/open-c-drive.ps1 b/Scripts/open-c-drive.ps1 index 00400f49..9d5229b8 100755 --- a/Scripts/open-c-drive.ps1 +++ b/Scripts/open-c-drive.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the C: drive folder .DESCRIPTION diff --git a/Scripts/open-calculator.ps1 b/Scripts/open-calculator.ps1 index b367cf9d..cc10e3ed 100755 --- a/Scripts/open-calculator.ps1 +++ b/Scripts/open-calculator.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches the calculator application .DESCRIPTION diff --git a/Scripts/open-chrome.ps1 b/Scripts/open-chrome.ps1 index 51ec9e8c..4dadfaeb 100755 --- a/Scripts/open-chrome.ps1 +++ b/Scripts/open-chrome.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches the Chrome browser .DESCRIPTION diff --git a/Scripts/open-clock.ps1 b/Scripts/open-clock.ps1 index b482ebb1..e59428c5 100755 --- a/Scripts/open-clock.ps1 +++ b/Scripts/open-clock.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches the Clock app .DESCRIPTION diff --git a/Scripts/open-cortana.ps1 b/Scripts/open-cortana.ps1 index 6dd89c91..f3b25111 100755 --- a/Scripts/open-cortana.ps1 +++ b/Scripts/open-cortana.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches the Cortana app .DESCRIPTION diff --git a/Scripts/open-d-drive.ps1 b/Scripts/open-d-drive.ps1 index 94ed50f7..8be3a7fa 100755 --- a/Scripts/open-d-drive.ps1 +++ b/Scripts/open-d-drive.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the D: drive folder .DESCRIPTION diff --git a/Scripts/open-dashboards.ps1 b/Scripts/open-dashboards.ps1 index 934d44b7..eeb618b2 100755 --- a/Scripts/open-dashboards.ps1 +++ b/Scripts/open-dashboards.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Open web dashboards .DESCRIPTION @@ -15,7 +15,7 @@ try { Write-Progress "Reading Data/popular-dashboards.csv..." - $table = Import-CSV "$PSScriptRoot/../Data/popular-dashboards.csv" + $table = Import-CSV "$PSScriptRoot/../data/popular-dashboards.csv" $numRows = $table.Length Write-Progress -completed " " Write-Host "✅ Launching Web browser with 20 tabs showing: " -noNewline diff --git a/Scripts/open-deep-l-translator.ps1 b/Scripts/open-deep-l-translator.ps1 index c4350207..f38c7640 100755 --- a/Scripts/open-deep-l-translator.ps1 +++ b/Scripts/open-deep-l-translator.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the DeepL Translator website .DESCRIPTION diff --git a/Scripts/open-default-browser.ps1 b/Scripts/open-default-browser.ps1 index 8b0e4028..31ca36b0 100755 --- a/Scripts/open-default-browser.ps1 +++ b/Scripts/open-default-browser.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the default browser .DESCRIPTION diff --git a/Scripts/open-desktop-folder.ps1 b/Scripts/open-desktop-folder.ps1 index 72def0c0..6b823fee 100755 --- a/Scripts/open-desktop-folder.ps1 +++ b/Scripts/open-desktop-folder.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the desktop folder .DESCRIPTION diff --git a/Scripts/open-documents-folder.ps1 b/Scripts/open-documents-folder.ps1 index c7766271..4f604f60 100755 --- a/Scripts/open-documents-folder.ps1 +++ b/Scripts/open-documents-folder.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the documents folder .DESCRIPTION diff --git a/Scripts/open-downloads-folder.ps1 b/Scripts/open-downloads-folder.ps1 index 0147c0bc..0326d380 100755 --- a/Scripts/open-downloads-folder.ps1 +++ b/Scripts/open-downloads-folder.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the user's downloads folder .DESCRIPTION diff --git a/Scripts/open-dropbox-folder.ps1 b/Scripts/open-dropbox-folder.ps1 index 9575a761..4d293150 100755 --- a/Scripts/open-dropbox-folder.ps1 +++ b/Scripts/open-dropbox-folder.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the Dropbox folder .DESCRIPTION diff --git a/Scripts/open-duck-duck-go.ps1 b/Scripts/open-duck-duck-go.ps1 index aeebe7a7..d53c6644 100755 --- a/Scripts/open-duck-duck-go.ps1 +++ b/Scripts/open-duck-duck-go.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the DuckDuckGo website .DESCRIPTION diff --git a/Scripts/open-e-drive.ps1 b/Scripts/open-e-drive.ps1 index f06d7fb4..e1780107 100755 --- a/Scripts/open-e-drive.ps1 +++ b/Scripts/open-e-drive.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the E: drive folder .DESCRIPTION diff --git a/Scripts/open-edge.ps1 b/Scripts/open-edge.ps1 index d1184834..b09852c7 100755 --- a/Scripts/open-edge.ps1 +++ b/Scripts/open-edge.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches the Edge browser .DESCRIPTION diff --git a/Scripts/open-egg-timer.ps1 b/Scripts/open-egg-timer.ps1 index f0cb0f58..a22107c7 100755 --- a/Scripts/open-egg-timer.ps1 +++ b/Scripts/open-egg-timer.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens an egg timer .DESCRIPTION diff --git a/Scripts/open-email-client.ps1 b/Scripts/open-email-client.ps1 index 68fe221e..7b268a61 100755 --- a/Scripts/open-email-client.ps1 +++ b/Scripts/open-email-client.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Starts the default email client .DESCRIPTION diff --git a/Scripts/open-f-drive.ps1 b/Scripts/open-f-drive.ps1 index a14404ca..0dc64eb8 100755 --- a/Scripts/open-f-drive.ps1 +++ b/Scripts/open-f-drive.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the F: drive folder .DESCRIPTION diff --git a/Scripts/open-file-explorer.ps1 b/Scripts/open-file-explorer.ps1 index e5925028..cb313dfa 100755 --- a/Scripts/open-file-explorer.ps1 +++ b/Scripts/open-file-explorer.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches the File Explorer .DESCRIPTION diff --git a/Scripts/open-fire-place.ps1 b/Scripts/open-fire-place.ps1 index e944079b..030e86e4 100755 --- a/Scripts/open-fire-place.ps1 +++ b/Scripts/open-fire-place.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens a fire place website .DESCRIPTION diff --git a/Scripts/open-firefox.ps1 b/Scripts/open-firefox.ps1 index 6c9708dc..d77a2072 100755 --- a/Scripts/open-firefox.ps1 +++ b/Scripts/open-firefox.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches the Firefox browser .DESCRIPTION diff --git a/Scripts/open-flight-radar.ps1 b/Scripts/open-flight-radar.ps1 index 31557d5b..1258afef 100755 --- a/Scripts/open-flight-radar.ps1 +++ b/Scripts/open-flight-radar.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens FlightRadar24 .DESCRIPTION diff --git a/Scripts/open-g-drive.ps1 b/Scripts/open-g-drive.ps1 index 279dff50..ef65010d 100755 --- a/Scripts/open-g-drive.ps1 +++ b/Scripts/open-g-drive.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the G: drive folder .DESCRIPTION diff --git a/Scripts/open-git-extensions.ps1 b/Scripts/open-git-extensions.ps1 index 25804151..e035d6b2 100755 --- a/Scripts/open-git-extensions.ps1 +++ b/Scripts/open-git-extensions.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches Git Extensions .DESCRIPTION diff --git a/Scripts/open-google-books.ps1 b/Scripts/open-google-books.ps1 index 20ebf0f7..2b97f236 100755 --- a/Scripts/open-google-books.ps1 +++ b/Scripts/open-google-books.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens Google Books .DESCRIPTION diff --git a/Scripts/open-google-calendar.ps1 b/Scripts/open-google-calendar.ps1 index bfc09fca..b57261d0 100755 --- a/Scripts/open-google-calendar.ps1 +++ b/Scripts/open-google-calendar.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens Google Calendar .DESCRIPTION diff --git a/Scripts/open-google-contacts.ps1 b/Scripts/open-google-contacts.ps1 index e301b508..5a33ae73 100755 --- a/Scripts/open-google-contacts.ps1 +++ b/Scripts/open-google-contacts.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens Google Contacts .DESCRIPTION diff --git a/Scripts/open-google-docs.ps1 b/Scripts/open-google-docs.ps1 index c1217117..f0ebb3fb 100755 --- a/Scripts/open-google-docs.ps1 +++ b/Scripts/open-google-docs.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens Google Docs .DESCRIPTION diff --git a/Scripts/open-google-earth.ps1 b/Scripts/open-google-earth.ps1 index 17564cd9..998263c0 100755 --- a/Scripts/open-google-earth.ps1 +++ b/Scripts/open-google-earth.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens Google Earth .DESCRIPTION diff --git a/Scripts/open-google-mail.ps1 b/Scripts/open-google-mail.ps1 index 299282eb..9b4cba79 100755 --- a/Scripts/open-google-mail.ps1 +++ b/Scripts/open-google-mail.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens Google Mail .DESCRIPTION diff --git a/Scripts/open-google-maps.ps1 b/Scripts/open-google-maps.ps1 index defaa063..b7a71a84 100755 --- a/Scripts/open-google-maps.ps1 +++ b/Scripts/open-google-maps.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens Google Maps .DESCRIPTION diff --git a/Scripts/open-google-news.ps1 b/Scripts/open-google-news.ps1 index 799e771e..9e4901c3 100755 --- a/Scripts/open-google-news.ps1 +++ b/Scripts/open-google-news.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens Google News .DESCRIPTION diff --git a/Scripts/open-google-photos.ps1 b/Scripts/open-google-photos.ps1 index 32b05303..d62d0968 100755 --- a/Scripts/open-google-photos.ps1 +++ b/Scripts/open-google-photos.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens Google Photos .DESCRIPTION diff --git a/Scripts/open-google-play.ps1 b/Scripts/open-google-play.ps1 index 3fe761b8..29fe7cea 100755 --- a/Scripts/open-google-play.ps1 +++ b/Scripts/open-google-play.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens Google Play .DESCRIPTION diff --git a/Scripts/open-google-search.ps1 b/Scripts/open-google-search.ps1 index 1bac58cd..94b97898 100755 --- a/Scripts/open-google-search.ps1 +++ b/Scripts/open-google-search.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens Google Search .DESCRIPTION diff --git a/Scripts/open-google-stadia.ps1 b/Scripts/open-google-stadia.ps1 index ca694e64..f46996e5 100755 --- a/Scripts/open-google-stadia.ps1 +++ b/Scripts/open-google-stadia.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens Google Stadia .DESCRIPTION diff --git a/Scripts/open-google-translate.ps1 b/Scripts/open-google-translate.ps1 index 2a5a528f..eac63002 100755 --- a/Scripts/open-google-translate.ps1 +++ b/Scripts/open-google-translate.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens Google Translate .DESCRIPTION diff --git a/Scripts/open-home-folder.ps1 b/Scripts/open-home-folder.ps1 index 15f55101..4c760680 100755 --- a/Scripts/open-home-folder.ps1 +++ b/Scripts/open-home-folder.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the home folder .DESCRIPTION diff --git a/Scripts/open-internet-archive.ps1 b/Scripts/open-internet-archive.ps1 index 42120c3a..f2112da9 100755 --- a/Scripts/open-internet-archive.ps1 +++ b/Scripts/open-internet-archive.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the Internet Archive website .DESCRIPTION diff --git a/Scripts/open-jitsi-meet.ps1 b/Scripts/open-jitsi-meet.ps1 index 83d6c472..7a338f99 100755 --- a/Scripts/open-jitsi-meet.ps1 +++ b/Scripts/open-jitsi-meet.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the Jitsi Meet website .DESCRIPTION diff --git a/Scripts/open-m-drive.ps1 b/Scripts/open-m-drive.ps1 index b5ade0f7..fb760c4d 100755 --- a/Scripts/open-m-drive.ps1 +++ b/Scripts/open-m-drive.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the M: drive folder .DESCRIPTION diff --git a/Scripts/open-magnifier.ps1 b/Scripts/open-magnifier.ps1 index 2bd819bf..52a0d2e5 100755 --- a/Scripts/open-magnifier.ps1 +++ b/Scripts/open-magnifier.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launch the Magnifier .DESCRIPTION diff --git a/Scripts/open-microsoft-paint.ps1 b/Scripts/open-microsoft-paint.ps1 index 908a33ce..7d0f286d 100755 --- a/Scripts/open-microsoft-paint.ps1 +++ b/Scripts/open-microsoft-paint.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches the Microsoft Paint app .DESCRIPTION diff --git a/Scripts/open-microsoft-solitaire.ps1 b/Scripts/open-microsoft-solitaire.ps1 index dc494dde..c9a4423e 100755 --- a/Scripts/open-microsoft-solitaire.ps1 +++ b/Scripts/open-microsoft-solitaire.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches Microsoft Solitaire .DESCRIPTION diff --git a/Scripts/open-microsoft-store.ps1 b/Scripts/open-microsoft-store.ps1 index 785d6f83..e8d36c11 100755 --- a/Scripts/open-microsoft-store.ps1 +++ b/Scripts/open-microsoft-store.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Starts the Microsoft Store app .DESCRIPTION diff --git a/Scripts/open-microsoft-teams.ps1 b/Scripts/open-microsoft-teams.ps1 index d0efda33..c127b904 100755 --- a/Scripts/open-microsoft-teams.ps1 +++ b/Scripts/open-microsoft-teams.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches the Microsoft Teams app .DESCRIPTION diff --git a/Scripts/open-music-folder.ps1 b/Scripts/open-music-folder.ps1 index 42f50a3b..86278acb 100755 --- a/Scripts/open-music-folder.ps1 +++ b/Scripts/open-music-folder.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the music folder .DESCRIPTION diff --git a/Scripts/open-netflix.ps1 b/Scripts/open-netflix.ps1 index ea4ee3c2..df079238 100755 --- a/Scripts/open-netflix.ps1 +++ b/Scripts/open-netflix.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches the Netflix app .DESCRIPTION diff --git a/Scripts/open-note-pad.ps1 b/Scripts/open-note-pad.ps1 index 0a49ee02..f87a886c 100755 --- a/Scripts/open-note-pad.ps1 +++ b/Scripts/open-note-pad.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches the Notepad app .DESCRIPTION diff --git a/Scripts/open-obs-studio.ps1 b/Scripts/open-obs-studio.ps1 index 02377deb..9dc19a9d 100755 --- a/Scripts/open-obs-studio.ps1 +++ b/Scripts/open-obs-studio.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches OBS Studio .DESCRIPTION diff --git a/Scripts/open-office-365.ps1 b/Scripts/open-office-365.ps1 index 1ea05492..82df293e 100755 --- a/Scripts/open-office-365.ps1 +++ b/Scripts/open-office-365.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens Microsoft Office 365 .DESCRIPTION diff --git a/Scripts/open-one-drive-folder.ps1 b/Scripts/open-one-drive-folder.ps1 index ed45d012..4852fde7 100755 --- a/Scripts/open-one-drive-folder.ps1 +++ b/Scripts/open-one-drive-folder.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the OneDrive folder .DESCRIPTION diff --git a/Scripts/open-outlook.ps1 b/Scripts/open-outlook.ps1 index 9bfdc199..4a2e60a5 100755 --- a/Scripts/open-outlook.ps1 +++ b/Scripts/open-outlook.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches the Microsoft Outlook app .DESCRIPTION diff --git a/Scripts/open-paint-three-d.ps1 b/Scripts/open-paint-three-d.ps1 index a54f1916..75ae117b 100755 --- a/Scripts/open-paint-three-d.ps1 +++ b/Scripts/open-paint-three-d.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches the Paint 3D app .DESCRIPTION diff --git a/Scripts/open-pictures-folder.ps1 b/Scripts/open-pictures-folder.ps1 index 77ed8673..675734ef 100755 --- a/Scripts/open-pictures-folder.ps1 +++ b/Scripts/open-pictures-folder.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the user's pictures folder .DESCRIPTION diff --git a/Scripts/open-recycle-bin-folder.ps1 b/Scripts/open-recycle-bin-folder.ps1 index e37e6901..086d1f89 100755 --- a/Scripts/open-recycle-bin-folder.ps1 +++ b/Scripts/open-recycle-bin-folder.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the recycle bin folder .DESCRIPTION diff --git a/Scripts/open-remote-desktop.ps1 b/Scripts/open-remote-desktop.ps1 index ae49d6c7..6b85e2c1 100755 --- a/Scripts/open-remote-desktop.ps1 +++ b/Scripts/open-remote-desktop.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches the Remote Desktop app .DESCRIPTION diff --git a/Scripts/open-repos-folder.ps1 b/Scripts/open-repos-folder.ps1 index 073c84f0..3a2fd0e6 100755 --- a/Scripts/open-repos-folder.ps1 +++ b/Scripts/open-repos-folder.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the Git repositories folder .DESCRIPTION diff --git a/Scripts/open-screen-clip.ps1 b/Scripts/open-screen-clip.ps1 index 843cc422..915925d9 100755 --- a/Scripts/open-screen-clip.ps1 +++ b/Scripts/open-screen-clip.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches Screen Clip .DESCRIPTION diff --git a/Scripts/open-screen-sketch.ps1 b/Scripts/open-screen-sketch.ps1 index b206402f..acafb351 100755 --- a/Scripts/open-screen-sketch.ps1 +++ b/Scripts/open-screen-sketch.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches Screen Sketch .DESCRIPTION diff --git a/Scripts/open-skype.ps1 b/Scripts/open-skype.ps1 index 11613222..e5ede3e5 100755 --- a/Scripts/open-skype.ps1 +++ b/Scripts/open-skype.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches the Skype app .DESCRIPTION diff --git a/Scripts/open-snipping-tool.ps1 b/Scripts/open-snipping-tool.ps1 index 3d45b7a0..78614d90 100755 --- a/Scripts/open-snipping-tool.ps1 +++ b/Scripts/open-snipping-tool.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Starts the Snipping Tool .DESCRIPTION diff --git a/Scripts/open-speed-test.ps1 b/Scripts/open-speed-test.ps1 index 20ec6b6c..6de62cb3 100755 --- a/Scripts/open-speed-test.ps1 +++ b/Scripts/open-speed-test.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens Cloudflare's Speed Test .DESCRIPTION diff --git a/Scripts/open-spotify.ps1 b/Scripts/open-spotify.ps1 index ec3c11de..0e714412 100755 --- a/Scripts/open-spotify.ps1 +++ b/Scripts/open-spotify.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches the Spotify app .DESCRIPTION diff --git a/Scripts/open-stack-overflow.ps1 b/Scripts/open-stack-overflow.ps1 index 3c819c7e..1d4e505e 100755 --- a/Scripts/open-stack-overflow.ps1 +++ b/Scripts/open-stack-overflow.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the Stack Overflow website .DESCRIPTION diff --git a/Scripts/open-start-page.ps1 b/Scripts/open-start-page.ps1 index 8e5124de..57b780e7 100755 --- a/Scripts/open-start-page.ps1 +++ b/Scripts/open-start-page.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the Startpage website .DESCRIPTION diff --git a/Scripts/open-street-map.ps1 b/Scripts/open-street-map.ps1 index 2f559921..f5cdd027 100755 --- a/Scripts/open-street-map.ps1 +++ b/Scripts/open-street-map.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the OpenStreetMap website .DESCRIPTION diff --git a/Scripts/open-task-manager.ps1 b/Scripts/open-task-manager.ps1 index 0b2121fe..c5c1f868 100755 --- a/Scripts/open-task-manager.ps1 +++ b/Scripts/open-task-manager.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Starts the Task Manager .DESCRIPTION diff --git a/Scripts/open-temporary-folder.ps1 b/Scripts/open-temporary-folder.ps1 index daec9732..0946fdc4 100755 --- a/Scripts/open-temporary-folder.ps1 +++ b/Scripts/open-temporary-folder.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the temporary folder .DESCRIPTION diff --git a/Scripts/open-three-d-viewer.ps1 b/Scripts/open-three-d-viewer.ps1 index fc535d6d..3a72fe20 100755 --- a/Scripts/open-three-d-viewer.ps1 +++ b/Scripts/open-three-d-viewer.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches the 3D-Viewer app .DESCRIPTION diff --git a/Scripts/open-thunderbird.ps1 b/Scripts/open-thunderbird.ps1 index 6dd8c5eb..4e8de8c4 100755 --- a/Scripts/open-thunderbird.ps1 +++ b/Scripts/open-thunderbird.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches the Thunderbird app .DESCRIPTION diff --git a/Scripts/open-videos-folders.ps1 b/Scripts/open-videos-folders.ps1 index 9abc25e8..4f46fe5f 100755 --- a/Scripts/open-videos-folders.ps1 +++ b/Scripts/open-videos-folders.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the user's videos folder .DESCRIPTION diff --git a/Scripts/open-visual-studio.ps1 b/Scripts/open-visual-studio.ps1 index 8171303d..70a63ad8 100755 --- a/Scripts/open-visual-studio.ps1 +++ b/Scripts/open-visual-studio.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches Visual Studio .DESCRIPTION diff --git a/Scripts/open-vpn-settings.ps1 b/Scripts/open-vpn-settings.ps1 index 5ea67da4..b18af949 100755 --- a/Scripts/open-vpn-settings.ps1 +++ b/Scripts/open-vpn-settings.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Opens the VPN settings .DESCRIPTION diff --git a/Scripts/open-windows-defender.ps1 b/Scripts/open-windows-defender.ps1 index bda79e8b..7d0b808f 100755 --- a/Scripts/open-windows-defender.ps1 +++ b/Scripts/open-windows-defender.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches Windows Defender .DESCRIPTION diff --git a/Scripts/open-windows-terminal.ps1 b/Scripts/open-windows-terminal.ps1 index 905b357a..0b961dff 100755 --- a/Scripts/open-windows-terminal.ps1 +++ b/Scripts/open-windows-terminal.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches the Windows Terminal app .DESCRIPTION diff --git a/Scripts/open-xing.ps1 b/Scripts/open-xing.ps1 index 236ccca5..4edfb6a1 100755 --- a/Scripts/open-xing.ps1 +++ b/Scripts/open-xing.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Launches the XING app .DESCRIPTION diff --git a/Scripts/pick-commit.ps1 b/Scripts/pick-commit.ps1 index 2d4e9f79..44f33d29 100755 --- a/Scripts/pick-commit.ps1 +++ b/Scripts/pick-commit.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Cherry-picks a Git commit into one or more branches .DESCRIPTION diff --git a/Scripts/ping-weather.ps1 b/Scripts/ping-weather.ps1 index d499f7eb..eb1647bc 100755 --- a/Scripts/ping-weather.ps1 +++ b/Scripts/ping-weather.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Ping the currrent weather conditions .DESCRIPTION diff --git a/Scripts/play-bee-sound.ps1 b/Scripts/play-bee-sound.ps1 index efad70c4..c2e8fe42 100755 --- a/Scripts/play-bee-sound.ps1 +++ b/Scripts/play-bee-sound.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays a bee sound .DESCRIPTION @@ -11,5 +11,5 @@ Author: Markus Fleschutz | License: CC0 #> -& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/sounds/bee.mp3" +& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/bee.mp3" exit 0 # success diff --git a/Scripts/play-beep-sound.ps1 b/Scripts/play-beep-sound.ps1 index 0130f4ce..933271f0 100755 --- a/Scripts/play-beep-sound.ps1 +++ b/Scripts/play-beep-sound.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays a short beep sound .DESCRIPTION diff --git a/Scripts/play-cat-sound.ps1 b/Scripts/play-cat-sound.ps1 index 3e1f0dae..e6736019 100755 --- a/Scripts/play-cat-sound.ps1 +++ b/Scripts/play-cat-sound.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays a cat sound .DESCRIPTION @@ -11,5 +11,5 @@ Author: Markus Fleschutz | License: CC0 #> -& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/sounds/cat.mp3" +& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/cat.mp3" exit 0 # success diff --git a/Scripts/play-cow-sound.ps1 b/Scripts/play-cow-sound.ps1 index 52bc833f..a4f5eda1 100755 --- a/Scripts/play-cow-sound.ps1 +++ b/Scripts/play-cow-sound.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays a cow sound .DESCRIPTION @@ -11,5 +11,5 @@ Author: Markus Fleschutz | License: CC0 #> -& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/sounds/cow.mp3" +& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/cow.mp3" exit 0 # success diff --git a/Scripts/play-dog-sound.ps1 b/Scripts/play-dog-sound.ps1 index e341a3eb..900175c4 100755 --- a/Scripts/play-dog-sound.ps1 +++ b/Scripts/play-dog-sound.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays a dog sound .DESCRIPTION @@ -11,5 +11,5 @@ Author: Markus Fleschutz | License: CC0 #> -& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/sounds/dog.mp3" +& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/dog.mp3" exit 0 # success diff --git a/Scripts/play-donkey-sound.ps1 b/Scripts/play-donkey-sound.ps1 index 2b700a7e..1df3c0a4 100755 --- a/Scripts/play-donkey-sound.ps1 +++ b/Scripts/play-donkey-sound.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays a donkey sound .DESCRIPTION @@ -11,5 +11,5 @@ Author: Markus Fleschutz | License: CC0 #> -& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/sounds/donkey.mp3" +& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/donkey.mp3" exit 0 # success diff --git a/Scripts/play-elephant-sound.ps1 b/Scripts/play-elephant-sound.ps1 index 03c5f067..24bae217 100755 --- a/Scripts/play-elephant-sound.ps1 +++ b/Scripts/play-elephant-sound.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays an elephant sound .DESCRIPTION @@ -11,5 +11,5 @@ Author: Markus Fleschutz | License: CC0 #> -& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/sounds/elephant.mp3" +& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/elephant.mp3" exit 0 # success diff --git a/Scripts/play-elk-sound.ps1 b/Scripts/play-elk-sound.ps1 index c0fed600..bd16e8e9 100755 --- a/Scripts/play-elk-sound.ps1 +++ b/Scripts/play-elk-sound.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays an elk sound .DESCRIPTION @@ -11,5 +11,5 @@ Author: Markus Fleschutz | License: CC0 #> -& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/sounds/elk.mp3" +& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/elk.mp3" exit 0 # success diff --git a/Scripts/play-files.ps1 b/Scripts/play-files.ps1 index 4835755d..8813a5de 100755 --- a/Scripts/play-files.ps1 +++ b/Scripts/play-files.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays audio files (MP3 and WAV) .DESCRIPTION diff --git a/Scripts/play-frog-sound.ps1 b/Scripts/play-frog-sound.ps1 index 81d9fabf..b2d35182 100755 --- a/Scripts/play-frog-sound.ps1 +++ b/Scripts/play-frog-sound.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays a frog sound .DESCRIPTION @@ -11,5 +11,5 @@ Author: Markus Fleschutz | License: CC0 #> -& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/sounds/frog.mp3" +& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/frog.mp3" exit 0 # success diff --git a/Scripts/play-goat-sound.ps1 b/Scripts/play-goat-sound.ps1 index 1514c6a7..cd3524ee 100755 --- a/Scripts/play-goat-sound.ps1 +++ b/Scripts/play-goat-sound.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays a goat sound .DESCRIPTION @@ -11,5 +11,5 @@ Author: Markus Fleschutz | License: CC0 #> -& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/sounds/goat.mp3" +& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/goat.mp3" exit 0 # success diff --git a/Scripts/play-gorilla-sound.ps1 b/Scripts/play-gorilla-sound.ps1 index 03f369db..8b92be23 100755 --- a/Scripts/play-gorilla-sound.ps1 +++ b/Scripts/play-gorilla-sound.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays a gorilla sound .DESCRIPTION @@ -11,5 +11,5 @@ Author: Markus Fleschutz | License: CC0 #> -& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/sounds/gorilla.mp3" +& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/gorilla.mp3" exit 0 # success diff --git a/Scripts/play-happy-birthday.ps1 b/Scripts/play-happy-birthday.ps1 index 3069e45c..670a85e0 100755 --- a/Scripts/play-happy-birthday.ps1 +++ b/Scripts/play-happy-birthday.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays the Happy Birthday song .DESCRIPTION diff --git a/Scripts/play-horse-sound.ps1 b/Scripts/play-horse-sound.ps1 index 03a5719a..8392e6f3 100755 --- a/Scripts/play-horse-sound.ps1 +++ b/Scripts/play-horse-sound.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays a horse sound .DESCRIPTION @@ -11,5 +11,5 @@ Author: Markus Fleschutz | License: CC0 #> -& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/sounds/horse.mp3" +& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/horse.mp3" exit 0 # success diff --git a/Scripts/play-imperial-march.ps1 b/Scripts/play-imperial-march.ps1 index f63311b8..6c3e37b7 100755 --- a/Scripts/play-imperial-march.ps1 +++ b/Scripts/play-imperial-march.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays the Imperial March (Star Wars) .DESCRIPTION diff --git a/Scripts/play-jingle-bells.ps1 b/Scripts/play-jingle-bells.ps1 index 5ea597ec..35abfe16 100755 --- a/Scripts/play-jingle-bells.ps1 +++ b/Scripts/play-jingle-bells.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays Jingle Bells .DESCRIPTION diff --git a/Scripts/play-lion-sound.ps1 b/Scripts/play-lion-sound.ps1 index 19630da0..de257c9d 100755 --- a/Scripts/play-lion-sound.ps1 +++ b/Scripts/play-lion-sound.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays a lion sound .DESCRIPTION @@ -11,5 +11,5 @@ Author: Markus Fleschutz | License: CC0 #> -& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/sounds/lion.mp3" +& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/lion.mp3" exit 0 # success diff --git a/Scripts/play-m3u.ps1 b/Scripts/play-m3u.ps1 index 110b2f73..0b58f865 100755 --- a/Scripts/play-m3u.ps1 +++ b/Scripts/play-m3u.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays a playlist (.M3U format) .DESCRIPTION diff --git a/Scripts/play-mission-impossible.ps1 b/Scripts/play-mission-impossible.ps1 index 9e96d716..f7e90b83 100755 --- a/Scripts/play-mission-impossible.ps1 +++ b/Scripts/play-mission-impossible.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays the Mission Impossible theme .DESCRIPTION diff --git a/Scripts/play-mp3.ps1 b/Scripts/play-mp3.ps1 index 35b6ddd2..d7ef8dff 100755 --- a/Scripts/play-mp3.ps1 +++ b/Scripts/play-mp3.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays a MP3 sound file .DESCRIPTION diff --git a/Scripts/play-parrot-sound.ps1 b/Scripts/play-parrot-sound.ps1 index babb3eb2..10ef029e 100755 --- a/Scripts/play-parrot-sound.ps1 +++ b/Scripts/play-parrot-sound.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays a parrot sound .DESCRIPTION @@ -11,5 +11,5 @@ Author: Markus Fleschutz | License: CC0 #> -& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/sounds/parrot.mp3" +& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/parrot.mp3" exit 0 # success diff --git a/Scripts/play-pig-sound.ps1 b/Scripts/play-pig-sound.ps1 index 45cb5bf9..94022a04 100755 --- a/Scripts/play-pig-sound.ps1 +++ b/Scripts/play-pig-sound.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays a pig sound .DESCRIPTION @@ -11,5 +11,5 @@ Author: Markus Fleschutz | License: CC0 #> -& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/sounds/pig.mp3" +& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/pig.mp3" exit 0 # success diff --git a/Scripts/play-pong.ps1 b/Scripts/play-pong.ps1 index ab4f85cf..419274a7 100755 --- a/Scripts/play-pong.ps1 +++ b/Scripts/play-pong.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Play the Pong game .DESCRIPTION diff --git a/Scripts/play-rattlesnake-sound.ps1 b/Scripts/play-rattlesnake-sound.ps1 index 36acca56..600d7a21 100755 --- a/Scripts/play-rattlesnake-sound.ps1 +++ b/Scripts/play-rattlesnake-sound.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays a rattlesnake sound .DESCRIPTION @@ -11,5 +11,5 @@ Author: Markus Fleschutz | License: CC0 #> -& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/sounds/rattlesnake.mp3" +& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/rattlesnake.mp3" exit 0 # success diff --git a/Scripts/play-rick.ps1 b/Scripts/play-rick.ps1 index a0281255..4d720ed2 100755 --- a/Scripts/play-rick.ps1 +++ b/Scripts/play-rick.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays Rick Astley .DESCRIPTION diff --git a/Scripts/play-snake.ps1 b/Scripts/play-snake.ps1 index 090a4814..6be79f93 100755 --- a/Scripts/play-snake.ps1 +++ b/Scripts/play-snake.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Play the Snake game .DESCRIPTION diff --git a/Scripts/play-super-mario.ps1 b/Scripts/play-super-mario.ps1 index e5552819..7c8d3ba9 100755 --- a/Scripts/play-super-mario.ps1 +++ b/Scripts/play-super-mario.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays the Super Mario intro .DESCRIPTION diff --git a/Scripts/play-tetris-melody.ps1 b/Scripts/play-tetris-melody.ps1 index 87d23083..73a35ff9 100755 --- a/Scripts/play-tetris-melody.ps1 +++ b/Scripts/play-tetris-melody.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays the Tetris melody .DESCRIPTION diff --git a/Scripts/play-vulture-sound.ps1 b/Scripts/play-vulture-sound.ps1 index 1d5fb6d2..59481393 100755 --- a/Scripts/play-vulture-sound.ps1 +++ b/Scripts/play-vulture-sound.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays a vulture sound .DESCRIPTION @@ -11,5 +11,5 @@ Author: Markus Fleschutz | License: CC0 #> -& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/sounds/vulture.mp3" +& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/vulture.mp3" exit 0 # success diff --git a/Scripts/play-wolf-sound.ps1 b/Scripts/play-wolf-sound.ps1 index 7f8a44c7..63fcc056 100755 --- a/Scripts/play-wolf-sound.ps1 +++ b/Scripts/play-wolf-sound.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Plays a wolf sound .DESCRIPTION @@ -11,5 +11,5 @@ Author: Markus Fleschutz | License: CC0 #> -& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../Data/sounds/wolf.mp3" +& "$PSScriptRoot/play-mp3.ps1" "$PSScriptRoot/../data/sounds/wolf.mp3" exit 0 # success diff --git a/Scripts/poweroff.ps1 b/Scripts/poweroff.ps1 index 478b6709..cb9165e9 100755 --- a/Scripts/poweroff.ps1 +++ b/Scripts/poweroff.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Halts the computer (needs admin rights) .DESCRIPTION diff --git a/Scripts/print-image.ps1 b/Scripts/print-image.ps1 index e4619000..e843be72 100755 --- a/Scripts/print-image.ps1 +++ b/Scripts/print-image.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Prints an image .DESCRIPTION diff --git a/Scripts/publish-to-ipfs.ps1 b/Scripts/publish-to-ipfs.ps1 index 7aa2a3cc..feeedf80 100755 --- a/Scripts/publish-to-ipfs.ps1 +++ b/Scripts/publish-to-ipfs.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Publishes files & folders to IPFS .DESCRIPTION diff --git a/Scripts/pull-repo.ps1 b/Scripts/pull-repo.ps1 index f7124fc8..87ff90c6 100755 --- a/Scripts/pull-repo.ps1 +++ b/Scripts/pull-repo.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Pulls updates into a Git repository .DESCRIPTION diff --git a/Scripts/pull-repos.ps1 b/Scripts/pull-repos.ps1 index b4792787..7b2e0242 100755 --- a/Scripts/pull-repos.ps1 +++ b/Scripts/pull-repos.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Pulls updates into Git repos .DESCRIPTION diff --git a/Scripts/query-smart-data.ps1 b/Scripts/query-smart-data.ps1 index a0b4612f..bc4f7027 100755 --- a/Scripts/query-smart-data.ps1 +++ b/Scripts/query-smart-data.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Queries and saves the S.M.A.R.T. data of your HDD's/SSD's .DESCRIPTION diff --git a/Scripts/reboot-fritzbox.ps1 b/Scripts/reboot-fritzbox.ps1 index 8965279d..7be2e3b5 100755 --- a/Scripts/reboot-fritzbox.ps1 +++ b/Scripts/reboot-fritzbox.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Reboots the FRITZ!Box device .DESCRIPTION diff --git a/Scripts/reboot.ps1 b/Scripts/reboot.ps1 index 60bd2eb4..b49b67df 100755 --- a/Scripts/reboot.ps1 +++ b/Scripts/reboot.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Reboots the computer (needs admin rights) .DESCRIPTION diff --git a/Scripts/remind-me.ps1 b/Scripts/remind-me.ps1 index b59d13f2..c787d4b3 100755 --- a/Scripts/remind-me.ps1 +++ b/Scripts/remind-me.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Creates a scheduled task that will display a popup message .DESCRIPTION diff --git a/Scripts/remove-empty-dirs.ps1 b/Scripts/remove-empty-dirs.ps1 index fa7c16d2..9e054887 100755 --- a/Scripts/remove-empty-dirs.ps1 +++ b/Scripts/remove-empty-dirs.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Removes all empty subfolders within a directory tree .DESCRIPTION diff --git a/Scripts/remove-old-dirs.ps1 b/Scripts/remove-old-dirs.ps1 index a17ef2e6..67bcc71b 100755 --- a/Scripts/remove-old-dirs.ps1 +++ b/Scripts/remove-old-dirs.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Removes old directories .DESCRIPTION diff --git a/Scripts/remove-print-jobs.ps1 b/Scripts/remove-print-jobs.ps1 index 8a7a2790..55a6e1af 100755 --- a/Scripts/remove-print-jobs.ps1 +++ b/Scripts/remove-print-jobs.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Removes all jobs from all printers .DESCRIPTION diff --git a/Scripts/remove-tag.ps1 b/Scripts/remove-tag.ps1 index 04564642..a5ab99e6 100755 --- a/Scripts/remove-tag.ps1 +++ b/Scripts/remove-tag.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Removes a Git tag (locally, remote, or both) .DESCRIPTION diff --git a/Scripts/restart-network-adapters.ps1 b/Scripts/restart-network-adapters.ps1 index 1eb5b245..d9b6e758 100755 --- a/Scripts/restart-network-adapters.ps1 +++ b/Scripts/restart-network-adapters.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Restarts the network adapters (needs admin rights) .DESCRIPTION diff --git a/Scripts/roll-a-dice.ps1 b/Scripts/roll-a-dice.ps1 index 5493abaf..04a3a13c 100755 --- a/Scripts/roll-a-dice.ps1 +++ b/Scripts/roll-a-dice.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Replies to "Roll a dice" .DESCRIPTION diff --git a/Scripts/save-screenshot.ps1 b/Scripts/save-screenshot.ps1 index 6ef07e55..8511f50d 100755 --- a/Scripts/save-screenshot.ps1 +++ b/Scripts/save-screenshot.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Saves a single screenshot .DESCRIPTION diff --git a/Scripts/scan-ports.ps1 b/Scripts/scan-ports.ps1 index ac46736e..8e6dc1af 100755 --- a/Scripts/scan-ports.ps1 +++ b/Scripts/scan-ports.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Scans the network for open/closed ports .DESCRIPTION diff --git a/Scripts/search-filename.ps1 b/Scripts/search-filename.ps1 index 8e389783..652f3236 100755 --- a/Scripts/search-filename.ps1 +++ b/Scripts/search-filename.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists all files and folder names matching a search pattern .DESCRIPTION diff --git a/Scripts/search-files.ps1 b/Scripts/search-files.ps1 index 790027a7..5bb7c32a 100755 --- a/Scripts/search-files.ps1 +++ b/Scripts/search-files.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Searches for a pattern in files .DESCRIPTION diff --git a/Scripts/send-email.ps1 b/Scripts/send-email.ps1 index f1471598..c309eb86 100755 --- a/Scripts/send-email.ps1 +++ b/Scripts/send-email.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sends an email message .DESCRIPTION diff --git a/Scripts/send-tcp.ps1 b/Scripts/send-tcp.ps1 index cb4920ea..d41e2603 100755 --- a/Scripts/send-tcp.ps1 +++ b/Scripts/send-tcp.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sends a TCP message to an IP address and port .DESCRIPTION diff --git a/Scripts/send-udp.ps1 b/Scripts/send-udp.ps1 index 5f09d551..26a3fdae 100755 --- a/Scripts/send-udp.ps1 +++ b/Scripts/send-udp.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sends a UDP datagram message to an IP address and port .DESCRIPTION diff --git a/Scripts/set-profile.ps1 b/Scripts/set-profile.ps1 index b739754f..9219e755 100755 --- a/Scripts/set-profile.ps1 +++ b/Scripts/set-profile.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the user's PowerShell profile .DESCRIPTION diff --git a/Scripts/set-timer.ps1 b/Scripts/set-timer.ps1 index a2fa2179..6391968c 100755 --- a/Scripts/set-timer.ps1 +++ b/Scripts/set-timer.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets a timer for a countdown .DESCRIPTION diff --git a/Scripts/set-volume.ps1 b/Scripts/set-volume.ps1 index 135bf2fb..a5df59c3 100755 --- a/Scripts/set-volume.ps1 +++ b/Scripts/set-volume.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the audio volume .DESCRIPTION diff --git a/Scripts/set-wallpaper.ps1 b/Scripts/set-wallpaper.ps1 index b6c1a999..1f7bda46 100755 --- a/Scripts/set-wallpaper.ps1 +++ b/Scripts/set-wallpaper.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Sets the given image file as desktop wallpaper .DESCRIPTION diff --git a/Scripts/show-lightnings.ps1 b/Scripts/show-lightnings.ps1 index 3b061178..eb4b3865 100755 --- a/Scripts/show-lightnings.ps1 +++ b/Scripts/show-lightnings.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Shows Lightnings in OpenStreetMap .DESCRIPTION diff --git a/Scripts/show-notification.ps1 b/Scripts/show-notification.ps1 index 12b6e9a0..e8a10911 100755 --- a/Scripts/show-notification.ps1 +++ b/Scripts/show-notification.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Shows a notification .DESCRIPTION diff --git a/Scripts/show-traffic.ps1 b/Scripts/show-traffic.ps1 index d717fabb..673690a2 100755 --- a/Scripts/show-traffic.ps1 +++ b/Scripts/show-traffic.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Shows the current traffic .DESCRIPTION diff --git a/Scripts/simulate-presence.ps1 b/Scripts/simulate-presence.ps1 index b327ae48..822ffbbd 100755 --- a/Scripts/simulate-presence.ps1 +++ b/Scripts/simulate-presence.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Simulate a human against burglars .DESCRIPTION diff --git a/Scripts/smart-data2csv.ps1 b/Scripts/smart-data2csv.ps1 index 5cbe38fb..20d0b6d7 100755 --- a/Scripts/smart-data2csv.ps1 +++ b/Scripts/smart-data2csv.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Converts the S.M.A.R.T. JSON files in a folder to a CSV table for analysis .DESCRIPTION diff --git a/Scripts/speak-arabic.ps1 b/Scripts/speak-arabic.ps1 index 46091d95..43ee9165 100755 --- a/Scripts/speak-arabic.ps1 +++ b/Scripts/speak-arabic.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in Arabic .DESCRIPTION diff --git a/Scripts/speak-checklist.ps1 b/Scripts/speak-checklist.ps1 index abdd6f2b..bf002e12 100755 --- a/Scripts/speak-checklist.ps1 +++ b/Scripts/speak-checklist.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks a checklist by text-to-speech .DESCRIPTION @@ -18,7 +18,7 @@ param([string]$Name = "") try { if ($Name -eq "") { $Name = Read-Host "Enter the name of the checklist" } - $Lines = Get-Content -path "$PSScriptRoot/../Data/checklists/$Name.txt" + $Lines = Get-Content -path "$PSScriptRoot/../data/checklists/$Name.txt" clear-host $Step = 1 foreach($Line in $Lines) { diff --git a/Scripts/speak-countdown.ps1 b/Scripts/speak-countdown.ps1 index a37de476..a15785c6 100755 --- a/Scripts/speak-countdown.ps1 +++ b/Scripts/speak-countdown.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks a countdown by text-to-speech .DESCRIPTION diff --git a/Scripts/speak-croatian.ps1 b/Scripts/speak-croatian.ps1 index aef84c0f..0ff61df4 100755 --- a/Scripts/speak-croatian.ps1 +++ b/Scripts/speak-croatian.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in Croatian .DESCRIPTION diff --git a/Scripts/speak-danish.ps1 b/Scripts/speak-danish.ps1 index a3410395..54aceb7b 100755 --- a/Scripts/speak-danish.ps1 +++ b/Scripts/speak-danish.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in Danish .DESCRIPTION diff --git a/Scripts/speak-dutch.ps1 b/Scripts/speak-dutch.ps1 index 55c1fe43..387437a4 100755 --- a/Scripts/speak-dutch.ps1 +++ b/Scripts/speak-dutch.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in Dutch .DESCRIPTION diff --git a/Scripts/speak-english.ps1 b/Scripts/speak-english.ps1 index fc8be0fd..6931a4a4 100755 --- a/Scripts/speak-english.ps1 +++ b/Scripts/speak-english.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in English .DESCRIPTION diff --git a/Scripts/speak-epub.ps1 b/Scripts/speak-epub.ps1 index e97019b8..90ea9ab6 100755 --- a/Scripts/speak-epub.ps1 +++ b/Scripts/speak-epub.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks an Epub file by text-to-speech (TTS). .DESCRIPTION diff --git a/Scripts/speak-esperanto.ps1 b/Scripts/speak-esperanto.ps1 index b42b22ab..b7f03dd4 100755 --- a/Scripts/speak-esperanto.ps1 +++ b/Scripts/speak-esperanto.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in Esperanto .DESCRIPTION diff --git a/Scripts/speak-file.ps1 b/Scripts/speak-file.ps1 index 2f1df04b..c9669046 100755 --- a/Scripts/speak-file.ps1 +++ b/Scripts/speak-file.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks file content by text-to-speech .DESCRIPTION diff --git a/Scripts/speak-finnish.ps1 b/Scripts/speak-finnish.ps1 index e920580e..a8286515 100755 --- a/Scripts/speak-finnish.ps1 +++ b/Scripts/speak-finnish.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in Finnish .DESCRIPTION diff --git a/Scripts/speak-french.ps1 b/Scripts/speak-french.ps1 index ddf423b7..1903aafa 100755 --- a/Scripts/speak-french.ps1 +++ b/Scripts/speak-french.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in French .DESCRIPTION diff --git a/Scripts/speak-german.ps1 b/Scripts/speak-german.ps1 index 9d9c30a4..71f894b4 100755 --- a/Scripts/speak-german.ps1 +++ b/Scripts/speak-german.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in German .DESCRIPTION diff --git a/Scripts/speak-greek.ps1 b/Scripts/speak-greek.ps1 index cb971d63..f20ffb5a 100755 --- a/Scripts/speak-greek.ps1 +++ b/Scripts/speak-greek.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in Greek .DESCRIPTION diff --git a/Scripts/speak-hebrew.ps1 b/Scripts/speak-hebrew.ps1 index d11e92fd..b478e72b 100755 --- a/Scripts/speak-hebrew.ps1 +++ b/Scripts/speak-hebrew.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in Hebrew .DESCRIPTION diff --git a/Scripts/speak-hindi.ps1 b/Scripts/speak-hindi.ps1 index eb2ee4b8..72776189 100755 --- a/Scripts/speak-hindi.ps1 +++ b/Scripts/speak-hindi.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in Hindi .DESCRIPTION diff --git a/Scripts/speak-italian.ps1 b/Scripts/speak-italian.ps1 index 13680530..2f1b3432 100755 --- a/Scripts/speak-italian.ps1 +++ b/Scripts/speak-italian.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in Italian .DESCRIPTION diff --git a/Scripts/speak-japanese.ps1 b/Scripts/speak-japanese.ps1 index 7024ca1d..bef278f9 100755 --- a/Scripts/speak-japanese.ps1 +++ b/Scripts/speak-japanese.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in Japanese .DESCRIPTION diff --git a/Scripts/speak-korean.ps1 b/Scripts/speak-korean.ps1 index 36eb9cfc..c6bfc443 100755 --- a/Scripts/speak-korean.ps1 +++ b/Scripts/speak-korean.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in Korean .DESCRIPTION diff --git a/Scripts/speak-latin.ps1 b/Scripts/speak-latin.ps1 index 68696865..92e1cd7d 100755 --- a/Scripts/speak-latin.ps1 +++ b/Scripts/speak-latin.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in Latin .DESCRIPTION diff --git a/Scripts/speak-mandarin.ps1 b/Scripts/speak-mandarin.ps1 index 0d5eecab..ef59765a 100755 --- a/Scripts/speak-mandarin.ps1 +++ b/Scripts/speak-mandarin.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in Mandarin .DESCRIPTION diff --git a/Scripts/speak-norwegian.ps1 b/Scripts/speak-norwegian.ps1 index 439eb899..cefe38f7 100755 --- a/Scripts/speak-norwegian.ps1 +++ b/Scripts/speak-norwegian.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in Norwegian .DESCRIPTION diff --git a/Scripts/speak-polish.ps1 b/Scripts/speak-polish.ps1 index 6edb3279..23484700 100755 --- a/Scripts/speak-polish.ps1 +++ b/Scripts/speak-polish.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in Polish .DESCRIPTION diff --git a/Scripts/speak-portuguese.ps1 b/Scripts/speak-portuguese.ps1 index 41690e97..56d47107 100755 --- a/Scripts/speak-portuguese.ps1 +++ b/Scripts/speak-portuguese.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in Portuguese .DESCRIPTION diff --git a/Scripts/speak-russian.ps1 b/Scripts/speak-russian.ps1 index 6c4a5ed8..c22f2869 100755 --- a/Scripts/speak-russian.ps1 +++ b/Scripts/speak-russian.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in Russian .DESCRIPTION diff --git a/Scripts/speak-spanish.ps1 b/Scripts/speak-spanish.ps1 index 471d8437..b754e6aa 100755 --- a/Scripts/speak-spanish.ps1 +++ b/Scripts/speak-spanish.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in Spanish .DESCRIPTION diff --git a/Scripts/speak-swedish.ps1 b/Scripts/speak-swedish.ps1 index 8a59fbb6..405cd636 100755 --- a/Scripts/speak-swedish.ps1 +++ b/Scripts/speak-swedish.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in Swedish .DESCRIPTION diff --git a/Scripts/speak-test.ps1 b/Scripts/speak-test.ps1 index 48eab631..2db94d6b 100755 --- a/Scripts/speak-test.ps1 +++ b/Scripts/speak-test.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Performs a text-to-speech test .DESCRIPTION diff --git a/Scripts/speak-text.ps1 b/Scripts/speak-text.ps1 index e4cd1855..9e762312 100755 --- a/Scripts/speak-text.ps1 +++ b/Scripts/speak-text.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text by the default text-to-speech voice .DESCRIPTION diff --git a/Scripts/speak-thai.ps1 b/Scripts/speak-thai.ps1 index fba49299..457fe43c 100755 --- a/Scripts/speak-thai.ps1 +++ b/Scripts/speak-thai.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in Thai .DESCRIPTION diff --git a/Scripts/speak-turkish.ps1 b/Scripts/speak-turkish.ps1 index c95b6e55..104e7946 100755 --- a/Scripts/speak-turkish.ps1 +++ b/Scripts/speak-turkish.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in Turkish .DESCRIPTION diff --git a/Scripts/speak-ukrainian.ps1 b/Scripts/speak-ukrainian.ps1 index 5419554a..23a98418 100755 --- a/Scripts/speak-ukrainian.ps1 +++ b/Scripts/speak-ukrainian.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Speaks text in Ukrainian .DESCRIPTION diff --git a/Scripts/spell-word.ps1 b/Scripts/spell-word.ps1 index 0d21778a..2c3067a4 100755 --- a/Scripts/spell-word.ps1 +++ b/Scripts/spell-word.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Spells a word .DESCRIPTION diff --git a/Scripts/start-ipfs-server.ps1 b/Scripts/start-ipfs-server.ps1 index ed2c3063..46b6197e 100755 --- a/Scripts/start-ipfs-server.ps1 +++ b/Scripts/start-ipfs-server.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Start an IPFS server .DESCRIPTION diff --git a/Scripts/suspend.ps1 b/Scripts/suspend.ps1 index bd5d3eb8..1f0f0985 100755 --- a/Scripts/suspend.ps1 +++ b/Scripts/suspend.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Suspends the computer .DESCRIPTION diff --git a/Scripts/switch-branch.ps1 b/Scripts/switch-branch.ps1 index 6e1e4549..f23ee46c 100755 --- a/Scripts/switch-branch.ps1 +++ b/Scripts/switch-branch.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Switches the Git branch .DESCRIPTION diff --git a/Scripts/switch-shelly1.ps1 b/Scripts/switch-shelly1.ps1 index eea22fce..2099d9e0 100755 --- a/Scripts/switch-shelly1.ps1 +++ b/Scripts/switch-shelly1.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Switches a Shelly1 device .DESCRIPTION diff --git a/Scripts/switch-tabs.ps1 b/Scripts/switch-tabs.ps1 index 59891ebf..0174f481 100755 --- a/Scripts/switch-tabs.ps1 +++ b/Scripts/switch-tabs.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Switches browser tabs .DESCRIPTION diff --git a/Scripts/sync-repo.ps1 b/Scripts/sync-repo.ps1 index 740cf420..05ff2c32 100755 --- a/Scripts/sync-repo.ps1 +++ b/Scripts/sync-repo.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Synchronizes a repo .DESCRIPTION diff --git a/Scripts/tell-joke.ps1 b/Scripts/tell-joke.ps1 index 50b61c85..2b5746d7 100755 --- a/Scripts/tell-joke.ps1 +++ b/Scripts/tell-joke.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Tells a random joke by text-to-speech .DESCRIPTION @@ -13,7 +13,7 @@ #> try { - $table = Import-CSV "$PSScriptRoot/../Data/jokes.csv" + $table = Import-CSV "$PSScriptRoot/../data/jokes.csv" $randomNumberGenerator = New-Object System.Random $row = [int]$randomNumberGenerator.next(0, $table.count - 1) diff --git a/Scripts/tell-quote.ps1 b/Scripts/tell-quote.ps1 index f8aa081c..9cb93ff8 100755 --- a/Scripts/tell-quote.ps1 +++ b/Scripts/tell-quote.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Tells a random quote by text-to-speech .DESCRIPTION @@ -13,7 +13,7 @@ #> try { - $table = Import-CSV "$PSScriptRoot/../Data/quotes.csv" + $table = Import-CSV "$PSScriptRoot/../data/quotes.csv" $randomNumberGenerator = New-Object System.Random $row = [int]$randomNumberGenerator.next(0, $table.Count - 1) diff --git a/Scripts/toggle-caps-lock.ps1 b/Scripts/toggle-caps-lock.ps1 index 88007514..3698e880 100755 --- a/Scripts/toggle-caps-lock.ps1 +++ b/Scripts/toggle-caps-lock.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Toggle Caps Lock .DESCRIPTION diff --git a/Scripts/toggle-num-lock.ps1 b/Scripts/toggle-num-lock.ps1 index 9ad8fed5..0028ac41 100755 --- a/Scripts/toggle-num-lock.ps1 +++ b/Scripts/toggle-num-lock.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Toggle Num Lock .DESCRIPTION diff --git a/Scripts/toggle-scroll-lock.ps1 b/Scripts/toggle-scroll-lock.ps1 index 512f7526..65d8ae5e 100755 --- a/Scripts/toggle-scroll-lock.ps1 +++ b/Scripts/toggle-scroll-lock.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Toggle Scroll Lock .DESCRIPTION diff --git a/Scripts/translate-file.ps1 b/Scripts/translate-file.ps1 index 135173c0..10a51bdf 100755 --- a/Scripts/translate-file.ps1 +++ b/Scripts/translate-file.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Translates a text file into another language .DESCRIPTION diff --git a/Scripts/translate-files.ps1 b/Scripts/translate-files.ps1 index 9d23a280..e6f668c8 100755 --- a/Scripts/translate-files.ps1 +++ b/Scripts/translate-files.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Translates text files .DESCRIPTION diff --git a/Scripts/translate-text.ps1 b/Scripts/translate-text.ps1 index 8e725b3d..dd826125 100755 --- a/Scripts/translate-text.ps1 +++ b/Scripts/translate-text.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Translates text into other languages .DESCRIPTION diff --git a/Scripts/turn-volume-down.ps1 b/Scripts/turn-volume-down.ps1 index 21b1d815..9a4eabef 100755 --- a/Scripts/turn-volume-down.ps1 +++ b/Scripts/turn-volume-down.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Turns the volume down .DESCRIPTION diff --git a/Scripts/turn-volume-fully-up.ps1 b/Scripts/turn-volume-fully-up.ps1 index f244f0ff..6388e5a2 100755 --- a/Scripts/turn-volume-fully-up.ps1 +++ b/Scripts/turn-volume-fully-up.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Turns the volume fully up .DESCRIPTION diff --git a/Scripts/turn-volume-off.ps1 b/Scripts/turn-volume-off.ps1 index 14e9e62a..d8f464ef 100755 --- a/Scripts/turn-volume-off.ps1 +++ b/Scripts/turn-volume-off.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Turn audio off .DESCRIPTION diff --git a/Scripts/turn-volume-on.ps1 b/Scripts/turn-volume-on.ps1 index 4735e93c..0e078478 100755 --- a/Scripts/turn-volume-on.ps1 +++ b/Scripts/turn-volume-on.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Turn audio on .DESCRIPTION diff --git a/Scripts/turn-volume-up.ps1 b/Scripts/turn-volume-up.ps1 index b82a9f41..e952358d 100755 --- a/Scripts/turn-volume-up.ps1 +++ b/Scripts/turn-volume-up.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Turns the volume up .DESCRIPTION diff --git a/Scripts/uninstall-all-apps.ps1 b/Scripts/uninstall-all-apps.ps1 index 6764503e..fa8d1aa8 100755 --- a/Scripts/uninstall-all-apps.ps1 +++ b/Scripts/uninstall-all-apps.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls all apps .DESCRIPTION diff --git a/Scripts/uninstall-bloatware.ps1 b/Scripts/uninstall-bloatware.ps1 index 414f1a69..7ef86a34 100755 --- a/Scripts/uninstall-bloatware.ps1 +++ b/Scripts/uninstall-bloatware.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls bloatware .DESCRIPTION diff --git a/Scripts/uninstall-chrome.ps1 b/Scripts/uninstall-chrome.ps1 index 27336cef..3e5f41e0 100755 --- a/Scripts/uninstall-chrome.ps1 +++ b/Scripts/uninstall-chrome.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls the Chrome browser .DESCRIPTION diff --git a/Scripts/uninstall-crystal-disk-info.ps1 b/Scripts/uninstall-crystal-disk-info.ps1 index aa991cfc..0e5d473b 100755 --- a/Scripts/uninstall-crystal-disk-info.ps1 +++ b/Scripts/uninstall-crystal-disk-info.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls CrystalDiskInfo .DESCRIPTION diff --git a/Scripts/uninstall-crystal-disk-mark.ps1 b/Scripts/uninstall-crystal-disk-mark.ps1 index f3f79001..cce58d26 100755 --- a/Scripts/uninstall-crystal-disk-mark.ps1 +++ b/Scripts/uninstall-crystal-disk-mark.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls CrystalDiskMark .DESCRIPTION diff --git a/Scripts/uninstall-discord.ps1 b/Scripts/uninstall-discord.ps1 index e50db8a2..d1bc045b 100755 --- a/Scripts/uninstall-discord.ps1 +++ b/Scripts/uninstall-discord.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls Discord .DESCRIPTION diff --git a/Scripts/uninstall-edge.ps1 b/Scripts/uninstall-edge.ps1 index 7fedd473..7cecfd0e 100755 --- a/Scripts/uninstall-edge.ps1 +++ b/Scripts/uninstall-edge.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls Microsoft Edge .DESCRIPTION diff --git a/Scripts/uninstall-firefox.ps1 b/Scripts/uninstall-firefox.ps1 index 3127385c..f2bc103b 100755 --- a/Scripts/uninstall-firefox.ps1 +++ b/Scripts/uninstall-firefox.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls Mozilla Firefox .DESCRIPTION diff --git a/Scripts/uninstall-git-extensions.ps1 b/Scripts/uninstall-git-extensions.ps1 index 588764d8..cd9808a0 100755 --- a/Scripts/uninstall-git-extensions.ps1 +++ b/Scripts/uninstall-git-extensions.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls Git Extensions .DESCRIPTION diff --git a/Scripts/uninstall-github-cli.ps1 b/Scripts/uninstall-github-cli.ps1 index 54cc3491..5caa0329 100755 --- a/Scripts/uninstall-github-cli.ps1 +++ b/Scripts/uninstall-github-cli.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls GitHub CLI .DESCRIPTION diff --git a/Scripts/uninstall-irfanview.ps1 b/Scripts/uninstall-irfanview.ps1 index e5ae5179..31541bf1 100755 --- a/Scripts/uninstall-irfanview.ps1 +++ b/Scripts/uninstall-irfanview.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls IrfanView .DESCRIPTION diff --git a/Scripts/uninstall-microsoft-teams.ps1 b/Scripts/uninstall-microsoft-teams.ps1 index a21a3dc9..4bb9d447 100755 --- a/Scripts/uninstall-microsoft-teams.ps1 +++ b/Scripts/uninstall-microsoft-teams.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls Microsoft Teams .DESCRIPTION diff --git a/Scripts/uninstall-netflix.ps1 b/Scripts/uninstall-netflix.ps1 index d927279a..f745001c 100755 --- a/Scripts/uninstall-netflix.ps1 +++ b/Scripts/uninstall-netflix.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls Netflix .DESCRIPTION diff --git a/Scripts/uninstall-nine-zip.ps1 b/Scripts/uninstall-nine-zip.ps1 index effc9c4e..1fe88d74 100755 --- a/Scripts/uninstall-nine-zip.ps1 +++ b/Scripts/uninstall-nine-zip.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls 9 ZIP .DESCRIPTION diff --git a/Scripts/uninstall-one-calendar.ps1 b/Scripts/uninstall-one-calendar.ps1 index e95f24b1..33fa84f5 100755 --- a/Scripts/uninstall-one-calendar.ps1 +++ b/Scripts/uninstall-one-calendar.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls One Calendar .DESCRIPTION diff --git a/Scripts/uninstall-opera-browser.ps1 b/Scripts/uninstall-opera-browser.ps1 index d34e1136..f5c1f978 100755 --- a/Scripts/uninstall-opera-browser.ps1 +++ b/Scripts/uninstall-opera-browser.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls Opera Browser .DESCRIPTION diff --git a/Scripts/uninstall-opera-gx.ps1 b/Scripts/uninstall-opera-gx.ps1 index ab0a7546..d2dbd42d 100755 --- a/Scripts/uninstall-opera-gx.ps1 +++ b/Scripts/uninstall-opera-gx.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls Opera GX .DESCRIPTION diff --git a/Scripts/uninstall-paint-3d.ps1 b/Scripts/uninstall-paint-3d.ps1 index a3f7c671..c151d0c6 100755 --- a/Scripts/uninstall-paint-3d.ps1 +++ b/Scripts/uninstall-paint-3d.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls Paint 3D .DESCRIPTION diff --git a/Scripts/uninstall-rufus.ps1 b/Scripts/uninstall-rufus.ps1 index 1aab1925..a05420d5 100755 --- a/Scripts/uninstall-rufus.ps1 +++ b/Scripts/uninstall-rufus.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls Rufus .DESCRIPTION diff --git a/Scripts/uninstall-skype.ps1 b/Scripts/uninstall-skype.ps1 index 46d566c5..40e95e7a 100755 --- a/Scripts/uninstall-skype.ps1 +++ b/Scripts/uninstall-skype.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls Skype .DESCRIPTION diff --git a/Scripts/uninstall-spotify.ps1 b/Scripts/uninstall-spotify.ps1 index d79698eb..9a64e6df 100755 --- a/Scripts/uninstall-spotify.ps1 +++ b/Scripts/uninstall-spotify.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls Spotify .DESCRIPTION diff --git a/Scripts/uninstall-twitter.ps1 b/Scripts/uninstall-twitter.ps1 index c9b9705c..1cabae72 100755 --- a/Scripts/uninstall-twitter.ps1 +++ b/Scripts/uninstall-twitter.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls Twitter .DESCRIPTION diff --git a/Scripts/uninstall-visual-studio-code.ps1 b/Scripts/uninstall-visual-studio-code.ps1 index f259ed2c..6a83cf77 100755 --- a/Scripts/uninstall-visual-studio-code.ps1 +++ b/Scripts/uninstall-visual-studio-code.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls Visual Studio Code .DESCRIPTION diff --git a/Scripts/uninstall-vlc.ps1 b/Scripts/uninstall-vlc.ps1 index c8a45ca1..d56126a4 100755 --- a/Scripts/uninstall-vlc.ps1 +++ b/Scripts/uninstall-vlc.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls VLC .DESCRIPTION diff --git a/Scripts/uninstall-windows-terminal.ps1 b/Scripts/uninstall-windows-terminal.ps1 index aafcdb3b..1ccfb43c 100755 --- a/Scripts/uninstall-windows-terminal.ps1 +++ b/Scripts/uninstall-windows-terminal.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uninstalls Windows Terminal .DESCRIPTION diff --git a/Scripts/upgrade-ubuntu.ps1 b/Scripts/upgrade-ubuntu.ps1 index 6f5e3790..07e6345a 100755 --- a/Scripts/upgrade-ubuntu.ps1 +++ b/Scripts/upgrade-ubuntu.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Upgrades Ubuntu Linux .DESCRIPTION diff --git a/Scripts/upload-file.ps1 b/Scripts/upload-file.ps1 index 3e7672c4..268e7381 100755 --- a/Scripts/upload-file.ps1 +++ b/Scripts/upload-file.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uploads a local file to a FTP server .DESCRIPTION diff --git a/Scripts/upload-to-dropbox.ps1 b/Scripts/upload-to-dropbox.ps1 index caf0eddc..c8a07529 100755 --- a/Scripts/upload-to-dropbox.ps1 +++ b/Scripts/upload-to-dropbox.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Uploads a file to Dropbox .DESCRIPTION diff --git a/Scripts/wake-up.ps1 b/Scripts/wake-up.ps1 index 99d49866..5cd8f113 100755 --- a/Scripts/wake-up.ps1 +++ b/Scripts/wake-up.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Wakes up a computer using Wake-on-LAN .DESCRIPTION diff --git a/Scripts/weather-report.ps1 b/Scripts/weather-report.ps1 index 3bbc6741..d951b800 100755 --- a/Scripts/weather-report.ps1 +++ b/Scripts/weather-report.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the local weather report .DESCRIPTION diff --git a/Scripts/weather.ps1 b/Scripts/weather.ps1 index 7e74f146..7f639d26 100755 --- a/Scripts/weather.ps1 +++ b/Scripts/weather.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Lists the current weather forecast .DESCRIPTION diff --git a/Scripts/what-is.ps1 b/Scripts/what-is.ps1 index ef47828c..89c9da66 100755 --- a/Scripts/what-is.ps1 +++ b/Scripts/what-is.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Explains an abbreviation .DESCRIPTION @@ -18,7 +18,7 @@ param([string]$abbr = "") try { if ($abbr -eq "" ) { $abbr = Read-Host "Enter the abbreviation to query" } - $files = (Get-ChildItem "$PSScriptRoot/../Data/abbr/*.csv") + $files = (Get-ChildItem "$PSScriptRoot/../data/abbr/*.csv") $basename = "" foreach($file in $files) { $table = Import-CSV "$file" diff --git a/Scripts/write-animated.ps1 b/Scripts/write-animated.ps1 index 3e94bbb4..1bc3aa90 100755 --- a/Scripts/write-animated.ps1 +++ b/Scripts/write-animated.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes animated text .DESCRIPTION diff --git a/Scripts/write-ascii-image.ps1 b/Scripts/write-ascii-image.ps1 index 269e16c5..d84efbde 100755 --- a/Scripts/write-ascii-image.ps1 +++ b/Scripts/write-ascii-image.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes an ASCII image .DESCRIPTION diff --git a/Scripts/write-big.ps1 b/Scripts/write-big.ps1 index 1d829eee..4a04ed9f 100755 --- a/Scripts/write-big.ps1 +++ b/Scripts/write-big.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes text in big letters .DESCRIPTION diff --git a/Scripts/write-blue.ps1 b/Scripts/write-blue.ps1 index b7b1af24..1dc3a7de 100755 --- a/Scripts/write-blue.ps1 +++ b/Scripts/write-blue.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes text in a blue foreground color .DESCRIPTION diff --git a/Scripts/write-braille.ps1 b/Scripts/write-braille.ps1 index 4f4782cb..172efecf 100755 --- a/Scripts/write-braille.ps1 +++ b/Scripts/write-braille.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes text in Braille .DESCRIPTION diff --git a/Scripts/write-changelog.ps1 b/Scripts/write-changelog.ps1 index a099bd4d..4ea71cd0 100755 --- a/Scripts/write-changelog.ps1 +++ b/Scripts/write-changelog.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes a changelog from Git commits .DESCRIPTION diff --git a/Scripts/write-chart.ps1 b/Scripts/write-chart.ps1 index 2cb4687b..d0f06e4d 100755 --- a/Scripts/write-chart.ps1 +++ b/Scripts/write-chart.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes a chart .DESCRIPTION diff --git a/Scripts/write-clock.ps1 b/Scripts/write-clock.ps1 index a8031847..e7c411c5 100755 --- a/Scripts/write-clock.ps1 +++ b/Scripts/write-clock.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes an ASCII clock .DESCRIPTION diff --git a/Scripts/write-code.ps1 b/Scripts/write-code.ps1 index 185b00cb..0e228b5e 100755 --- a/Scripts/write-code.ps1 +++ b/Scripts/write-code.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes code .DESCRIPTION diff --git a/Scripts/write-date.ps1 b/Scripts/write-date.ps1 index 68a9d1e2..571540f2 100755 --- a/Scripts/write-date.ps1 +++ b/Scripts/write-date.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes the current date .DESCRIPTION diff --git a/Scripts/write-fractal.ps1 b/Scripts/write-fractal.ps1 index bdb860c8..14b6cde6 100755 --- a/Scripts/write-fractal.ps1 +++ b/Scripts/write-fractal.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes a fractal .DESCRIPTION diff --git a/Scripts/write-green.ps1 b/Scripts/write-green.ps1 index 989bb901..d56e66cf 100755 --- a/Scripts/write-green.ps1 +++ b/Scripts/write-green.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes text in a green foreground color .DESCRIPTION diff --git a/Scripts/write-in-emojis.ps1 b/Scripts/write-in-emojis.ps1 index c6bf6203..c489aa2c 100755 --- a/Scripts/write-in-emojis.ps1 +++ b/Scripts/write-in-emojis.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes text in Emojis .DESCRIPTION @@ -19,7 +19,7 @@ param([string]$text = "") try { if ($text -eq "") { $text = Read-Host "Enter the text" } - $table = Import-CSV "$PSScriptRoot/../Data/emojis.csv" + $table = Import-CSV "$PSScriptRoot/../data/emojis.csv" foreach($row in $table) { $text = $text -Replace "\s?$($row.WORD)\s?","$($row.EMOJI)️" } diff --git a/Scripts/write-joke.ps1 b/Scripts/write-joke.ps1 index 09bc296e..490c8096 100755 --- a/Scripts/write-joke.ps1 +++ b/Scripts/write-joke.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes a random joke .DESCRIPTION @@ -13,7 +13,7 @@ #> try { - $table = Import-CSV "$PSScriptRoot/../Data/jokes.csv" + $table = Import-CSV "$PSScriptRoot/../data/jokes.csv" $randomNumberGenerator = New-Object System.Random $row = [int]$randomNumberGenerator.next(0, $table.Count - 1) diff --git a/Scripts/write-lowercase.ps1 b/Scripts/write-lowercase.ps1 index a5f0e47a..048ff455 100755 --- a/Scripts/write-lowercase.ps1 +++ b/Scripts/write-lowercase.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes text in lowercase letters .DESCRIPTION diff --git a/Scripts/write-marquee.ps1 b/Scripts/write-marquee.ps1 index 0c45bcab..9dd79ec6 100755 --- a/Scripts/write-marquee.ps1 +++ b/Scripts/write-marquee.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes text as marquee .DESCRIPTION diff --git a/Scripts/write-matrix.ps1 b/Scripts/write-matrix.ps1 index 3261982e..022e46d2 100755 --- a/Scripts/write-matrix.ps1 +++ b/Scripts/write-matrix.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes the matrix .DESCRIPTION diff --git a/Scripts/write-moon.ps1 b/Scripts/write-moon.ps1 index 20efa012..c4c5a6f1 100755 --- a/Scripts/write-moon.ps1 +++ b/Scripts/write-moon.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes the moon phase .DESCRIPTION diff --git a/Scripts/write-morse-code.ps1 b/Scripts/write-morse-code.ps1 index dcb48357..6d322d6b 100755 --- a/Scripts/write-morse-code.ps1 +++ b/Scripts/write-morse-code.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes Morse code .DESCRIPTION diff --git a/Scripts/write-motd.ps1 b/Scripts/write-motd.ps1 index 92005341..54b79870 100755 --- a/Scripts/write-motd.ps1 +++ b/Scripts/write-motd.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes the message of the day .DESCRIPTION diff --git a/Scripts/write-qr-code.ps1 b/Scripts/write-qr-code.ps1 index 67501b77..5cf708b3 100755 --- a/Scripts/write-qr-code.ps1 +++ b/Scripts/write-qr-code.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes a QR code .DESCRIPTION diff --git a/Scripts/write-quote.ps1 b/Scripts/write-quote.ps1 index a3e7879e..a68b294c 100755 --- a/Scripts/write-quote.ps1 +++ b/Scripts/write-quote.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes a random quote .DESCRIPTION @@ -14,7 +14,7 @@ #> try { - $table = Import-CSV "$PSScriptRoot/../Data/quotes.csv" + $table = Import-CSV "$PSScriptRoot/../data/quotes.csv" $randomNumberGenerator = New-Object System.Random $row = [int]$randomNumberGenerator.next(0, $table.Count - 1) diff --git a/Scripts/write-red.ps1 b/Scripts/write-red.ps1 index 44931ea0..87a39e4f 100755 --- a/Scripts/write-red.ps1 +++ b/Scripts/write-red.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes text in a red foreground color .DESCRIPTION diff --git a/Scripts/write-rot13.ps1 b/Scripts/write-rot13.ps1 index 6accc3eb..d26097b1 100755 --- a/Scripts/write-rot13.ps1 +++ b/Scripts/write-rot13.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes text encoded or decoded with ROT13 .DESCRIPTION diff --git a/Scripts/write-shit.ps1 b/Scripts/write-shit.ps1 index 49055ed5..8e8e250f 100755 --- a/Scripts/write-shit.ps1 +++ b/Scripts/write-shit.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes shit .DESCRIPTION diff --git a/Scripts/write-sine-curves.ps1 b/Scripts/write-sine-curves.ps1 index 001110d2..39d02580 100755 --- a/Scripts/write-sine-curves.ps1 +++ b/Scripts/write-sine-curves.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Write sine curves .DESCRIPTION diff --git a/Scripts/write-time.ps1 b/Scripts/write-time.ps1 index 3aed9ac8..2fb56c95 100755 --- a/Scripts/write-time.ps1 +++ b/Scripts/write-time.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes the current time .DESCRIPTION diff --git a/Scripts/write-typewriter.ps1 b/Scripts/write-typewriter.ps1 index 9320b410..c5e894f8 100755 --- a/Scripts/write-typewriter.ps1 +++ b/Scripts/write-typewriter.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes text á la typewriter .DESCRIPTION diff --git a/Scripts/write-uppercase.ps1 b/Scripts/write-uppercase.ps1 index 2108604f..2ad2ac04 100755 --- a/Scripts/write-uppercase.ps1 +++ b/Scripts/write-uppercase.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes text in uppercase letters .DESCRIPTION diff --git a/Scripts/write-vertical.ps1 b/Scripts/write-vertical.ps1 index c41ab120..41ba0072 100755 --- a/Scripts/write-vertical.ps1 +++ b/Scripts/write-vertical.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Writes text in vertical direction .DESCRIPTION