diff --git a/Docs/add-firewall-rules.md b/Docs/add-firewall-rules.md index f11b0eb7..b2dd223c 100644 --- a/Docs/add-firewall-rules.md +++ b/Docs/add-firewall-rules.md @@ -22,10 +22,11 @@ add-firewall-rules.ps1 [[-PathToExecutables] ] [] ## Example ```powershell -PS>./add-firewall-rules C:\MyApp\bin +PS> ./add-firewall-rules C:\MyApp\bin Adding firewall rule for C:\MyApp\bin\app1.exe Adding firewall rule for C:\MyApp\bin\app2.exe ... + ``` ## Notes diff --git a/Docs/add-memo.md b/Docs/add-memo.md index f74942e2..0aa831cb 100644 --- a/Docs/add-memo.md +++ b/Docs/add-memo.md @@ -22,8 +22,9 @@ add-memo.ps1 [[-text] ] [] ## Example ```powershell -PS>./add-memo "Buy apples" +PS> ./add-memo "Buy apples" βœ”οΈ added to πŸ“„/home/markus/Memos.csv + ``` ## Notes diff --git a/Docs/alert.md b/Docs/alert.md index c238f900..24f379ed 100644 --- a/Docs/alert.md +++ b/Docs/alert.md @@ -22,7 +22,8 @@ alert.ps1 [[-Message] ] [] ## Example ```powershell -PS>./alert "Harddisk failure" +PS> ./alert "Harddisk failure" + ``` ## Notes diff --git a/Docs/build-repo.md b/Docs/build-repo.md index 4cff37e6..0bb4d870 100644 --- a/Docs/build-repo.md +++ b/Docs/build-repo.md @@ -22,7 +22,8 @@ build-repo.ps1 [[-RepoDir] ] [] ## Example ```powershell -PS>./build-repo C:\MyRepo +PS> ./build-repo C:\MyRepo + ``` ## Notes diff --git a/Docs/build-repos.md b/Docs/build-repos.md index b6719d6b..ea5739e9 100644 --- a/Docs/build-repos.md +++ b/Docs/build-repos.md @@ -22,7 +22,8 @@ build-repos.ps1 [[-ParentDir] ] [] ## Example ```powershell -PS>./build-repos C:\MyRepos +PS> ./build-repos C:\MyRepos + ``` ## Notes diff --git a/Docs/cd-desktop.md b/Docs/cd-desktop.md index 844d60f4..c897ff91 100644 --- a/Docs/cd-desktop.md +++ b/Docs/cd-desktop.md @@ -13,8 +13,9 @@ cd-desktop.ps1 [] ## Example ```powershell -PS>./cd-desktop +PS> ./cd-desktop πŸ“‚/home/markus/Desktop + ``` ## Notes diff --git a/Docs/cd-docs.md b/Docs/cd-docs.md index 6439a14b..2df929b0 100644 --- a/Docs/cd-docs.md +++ b/Docs/cd-docs.md @@ -13,8 +13,9 @@ cd-docs.ps1 [] ## Example ```powershell -PS>./cd-docs +PS> ./cd-docs πŸ“‚/home/markus/Documents + ``` ## Notes diff --git a/Docs/cd-downloads.md b/Docs/cd-downloads.md index edf9346d..92ee6cfb 100644 --- a/Docs/cd-downloads.md +++ b/Docs/cd-downloads.md @@ -13,8 +13,9 @@ cd-downloads.ps1 [] ## Example ```powershell -PS>./cd-downloads +PS> ./cd-downloads πŸ“‚/home/markus/Downloads + ``` ## Notes diff --git a/Docs/cd-dropbox.md b/Docs/cd-dropbox.md index 71b7d4c2..633bed05 100644 --- a/Docs/cd-dropbox.md +++ b/Docs/cd-dropbox.md @@ -13,8 +13,9 @@ cd-dropbox.ps1 [] ## Example ```powershell -PS>./cd-dropbox +PS> ./cd-dropbox πŸ“‚/home/markus/Dropbox + ``` ## Notes diff --git a/Docs/cd-home.md b/Docs/cd-home.md index d4af8e06..6341dd36 100644 --- a/Docs/cd-home.md +++ b/Docs/cd-home.md @@ -13,8 +13,9 @@ cd-home.ps1 [] ## Example ```powershell -PS>./cd-home +PS> ./cd-home πŸ“‚/home/markus + ``` ## Notes diff --git a/Docs/cd-music.md b/Docs/cd-music.md index cce99a33..250828f9 100644 --- a/Docs/cd-music.md +++ b/Docs/cd-music.md @@ -13,8 +13,9 @@ cd-music.ps1 [] ## Example ```powershell -PS>./cd-music +PS> ./cd-music πŸ“‚/home/markus/Music + ``` ## Notes diff --git a/Docs/cd-onedrive.md b/Docs/cd-onedrive.md index aee34662..46437667 100644 --- a/Docs/cd-onedrive.md +++ b/Docs/cd-onedrive.md @@ -13,8 +13,9 @@ cd-onedrive.ps1 [] ## Example ```powershell -PS>./cd-onedrive +PS> ./cd-onedrive πŸ“‚/home/markus/OneDrive + ``` ## Notes diff --git a/Docs/cd-pics.md b/Docs/cd-pics.md index 21dcbff6..edf04585 100644 --- a/Docs/cd-pics.md +++ b/Docs/cd-pics.md @@ -13,8 +13,9 @@ cd-pics.ps1 [] ## Example ```powershell -PS>./cd-pics +PS> ./cd-pics πŸ“‚/home/markus/Pictures + ``` ## Notes diff --git a/Docs/cd-repos.md b/Docs/cd-repos.md index fb9e8273..c38420a7 100644 --- a/Docs/cd-repos.md +++ b/Docs/cd-repos.md @@ -13,8 +13,9 @@ cd-repos.ps1 [] ## Example ```powershell -PS>./cd-repos +PS> ./cd-repos πŸ“‚/home/markus/Repos + ``` ## Notes diff --git a/Docs/cd-root.md b/Docs/cd-root.md index b09104e8..f4949bda 100644 --- a/Docs/cd-root.md +++ b/Docs/cd-root.md @@ -13,8 +13,9 @@ cd-root.ps1 [] ## Example ```powershell -PS>./cd-root +PS> ./cd-root πŸ“‚C:\ + ``` ## Notes diff --git a/Docs/cd-scripts.md b/Docs/cd-scripts.md index 64d5866d..74ea29d9 100644 --- a/Docs/cd-scripts.md +++ b/Docs/cd-scripts.md @@ -13,8 +13,9 @@ cd-scripts.ps1 [] ## Example ```powershell -PS>./cd-scripts +PS> ./cd-scripts πŸ“‚/home/markus/PowerShell/Scripts + ``` ## Notes diff --git a/Docs/cd-ssh.md b/Docs/cd-ssh.md index 0e1f4a14..4d7b80cf 100644 --- a/Docs/cd-ssh.md +++ b/Docs/cd-ssh.md @@ -13,8 +13,9 @@ cd-ssh.ps1 [] ## Example ```powershell -PS>./cd-ssh +PS> ./cd-ssh πŸ“‚/home/markus/.ssh + ``` ## Notes diff --git a/Docs/cd-up.md b/Docs/cd-up.md index 55434b27..ccc66cff 100644 --- a/Docs/cd-up.md +++ b/Docs/cd-up.md @@ -13,8 +13,9 @@ cd-up.ps1 [] ## Example ```powershell -PS>.\cd-up +PS> .\cd-up (one level up) + ``` ## Notes diff --git a/Docs/cd-up2.md b/Docs/cd-up2.md index 52369bc1..543308d7 100644 --- a/Docs/cd-up2.md +++ b/Docs/cd-up2.md @@ -13,8 +13,9 @@ cd-up2.ps1 [] ## Example ```powershell -PS>./cd-up2 +PS> ./cd-up2 (two levels up) + ``` ## Notes diff --git a/Docs/cd-up3.md b/Docs/cd-up3.md index 43bb886e..07b350b6 100644 --- a/Docs/cd-up3.md +++ b/Docs/cd-up3.md @@ -13,8 +13,9 @@ cd-up3.ps1 [] ## Example ```powershell -PS>./cd-up3 +PS> ./cd-up3 (three levels up) + ``` ## Notes diff --git a/Docs/cd-up4.md b/Docs/cd-up4.md index a91b35dc..5eab4309 100644 --- a/Docs/cd-up4.md +++ b/Docs/cd-up4.md @@ -13,8 +13,9 @@ cd-up4.ps1 [] ## Example ```powershell -PS>./cd-up4 +PS> ./cd-up4 (four levels up) + ``` ## Notes diff --git a/Docs/cd-videos.md b/Docs/cd-videos.md index b3dbe322..b0acf788 100644 --- a/Docs/cd-videos.md +++ b/Docs/cd-videos.md @@ -13,8 +13,9 @@ cd-videos.ps1 [] ## Example ```powershell -PS>./cd-videos +PS> ./cd-videos πŸ“‚/home/markus/Videos + ``` ## Notes diff --git a/Docs/check-cpu-temp.md b/Docs/check-cpu-temp.md index 2c4ecbd5..b8bbbe1d 100644 --- a/Docs/check-cpu-temp.md +++ b/Docs/check-cpu-temp.md @@ -13,8 +13,9 @@ check-cpu-temp.ps1 [] ## Example ```powershell -PS>./check-cpu-temp +PS> ./check-cpu-temp βœ”οΈ 30.3 Β°C CPU temperature - good + ``` ## Notes diff --git a/Docs/check-dns-resolution.md b/Docs/check-dns-resolution.md index 782ae65d..62babe27 100644 --- a/Docs/check-dns-resolution.md +++ b/Docs/check-dns-resolution.md @@ -13,8 +13,9 @@ check-dns-resolution.ps1 [] ## Example ```powershell -PS>./check-dns-resolution +PS> ./check-dns-resolution βœ”οΈ 11.8 domains/sec (177 domains resolved in 15 sec) + ``` ## Notes diff --git a/Docs/check-drive-space.md b/Docs/check-drive-space.md index b559419c..e04bcea7 100644 --- a/Docs/check-drive-space.md +++ b/Docs/check-drive-space.md @@ -31,8 +31,9 @@ check-drive-space.ps1 [[-Drive] ] [[-MinLevel] ] [./check-drive-space C +PS> ./check-drive-space C βœ”οΈ 172 GB left on drive C (61 of 233 GB used) + ``` ## Notes diff --git a/Docs/check-file-system.md b/Docs/check-file-system.md index 97d992ac..e00e0c0a 100644 --- a/Docs/check-file-system.md +++ b/Docs/check-file-system.md @@ -22,8 +22,9 @@ check-file-system.ps1 [[-Drive] ] [] ## Example ```powershell -PS>./check-file-system C +PS> ./check-file-system C βœ”οΈ file system on drive C is clean + ``` ## Notes diff --git a/Docs/check-health.md b/Docs/check-health.md index d5f1a01c..89a838ec 100644 --- a/Docs/check-health.md +++ b/Docs/check-health.md @@ -13,13 +13,14 @@ check-health.ps1 [] ## Example ```powershell -PS>./check-health +PS> ./check-health βœ”οΈ 1213 GB left for swap space (67 of 1280 GB used) βœ”οΈ 172 GB left on drive C (61 of 233 GB used) βœ”οΈ 30.3 Β°C CPU temperature - good βœ”οΈ 19.7 domains/s (177 domains resolved in 9 sec) βœ”οΈ 29 ms ping average (13 ms min, 110 ms max, 10 hosts) βœ”οΈ Windmill is healthy + ``` ## Notes diff --git a/Docs/check-ipv4-address.md b/Docs/check-ipv4-address.md index c84f93e0..bcd5ea47 100644 --- a/Docs/check-ipv4-address.md +++ b/Docs/check-ipv4-address.md @@ -22,8 +22,9 @@ check-ipv4-address.ps1 [[-Address] ] [] ## Example ```powershell -PS>./check-ipv4-address 192.168.11.22 +PS> ./check-ipv4-address 192.168.11.22 βœ”οΈ IPv4 192.168.11.22 is valid + ``` ## Notes diff --git a/Docs/check-ipv6-address.md b/Docs/check-ipv6-address.md index 1b73a3c0..b123f14e 100644 --- a/Docs/check-ipv6-address.md +++ b/Docs/check-ipv6-address.md @@ -22,8 +22,9 @@ check-ipv6-address.ps1 [[-Address] ] [] ## Example ```powershell -PS>./check-ipv6-address fe80::200:5aee:feaa:20a2 +PS> ./check-ipv6-address fe80::200:5aee:feaa:20a2 βœ”οΈ IPv6 fe80::200:5aee:feaa:20a2 is valid + ``` ## Notes diff --git a/Docs/check-mac-address.md b/Docs/check-mac-address.md index 744540fb..06742b8d 100644 --- a/Docs/check-mac-address.md +++ b/Docs/check-mac-address.md @@ -23,8 +23,9 @@ check-mac-address.ps1 [[-MAC] ] [] ## Example ```powershell -PS>./check-mac-address 11:22:33:44:55:66 +PS> ./check-mac-address 11:22:33:44:55:66 βœ”οΈ MAC address 11:22:33:44:55:66 is valid + ``` ## Notes diff --git a/Docs/check-ping.md b/Docs/check-ping.md index 432075aa..7d0f5677 100644 --- a/Docs/check-ping.md +++ b/Docs/check-ping.md @@ -23,8 +23,9 @@ check-ping.ps1 [[-hosts] ] [] ## Example ```powershell -PS>./check-ping +PS> ./check-ping βœ”οΈ 36 ms ping average (13 ms min, 109 ms max, 10 hosts) + ``` ## Notes diff --git a/Docs/check-smart-devices.md b/Docs/check-smart-devices.md index 6745cb65..290de1fd 100644 --- a/Docs/check-smart-devices.md +++ b/Docs/check-smart-devices.md @@ -23,8 +23,9 @@ check-smart-devices.ps1 [[-type] ] [] ## Example ```powershell -PS>./check-smart-devices +PS> ./check-smart-devices βœ”οΈ short selftest started on S.M.A.R.T. device /dev/sda + ``` ## Notes diff --git a/Docs/check-subnet-mask.md b/Docs/check-subnet-mask.md index 0c737532..5bacf7e9 100644 --- a/Docs/check-subnet-mask.md +++ b/Docs/check-subnet-mask.md @@ -22,8 +22,9 @@ check-subnet-mask.ps1 [[-address] ] [] ## Example ```powershell -PS>./check-subnet-mask 255.255.255.0 +PS> ./check-subnet-mask 255.255.255.0 βœ”οΈ subnet mask 255.255.255.0 is valid + ``` ## Notes diff --git a/Docs/check-swap-space.md b/Docs/check-swap-space.md index d87a3462..ab1c1f5d 100644 --- a/Docs/check-swap-space.md +++ b/Docs/check-swap-space.md @@ -22,8 +22,9 @@ check-swap-space.ps1 [[-MinLevel] ] [] ## Example ```powershell -PS>./check-swap-space +PS> ./check-swap-space βœ”οΈ 1213 GB left for swap space (67 of 1280 GB used) + ``` ## Notes diff --git a/Docs/check-symlinks.md b/Docs/check-symlinks.md index 8850f532..211d1b75 100644 --- a/Docs/check-symlinks.md +++ b/Docs/check-symlinks.md @@ -23,8 +23,9 @@ check-symlinks.ps1 [[-folder] ] [] ## Example ```powershell -PS>./check-symlinks . +PS> ./check-symlinks . βœ”οΈ 0 out of 10 symlinks are broken in πŸ“‚/home/markus + ``` ## Notes diff --git a/Docs/check-weather.md b/Docs/check-weather.md index 54c6861d..ba244203 100644 --- a/Docs/check-weather.md +++ b/Docs/check-weather.md @@ -22,7 +22,8 @@ check-weather.ps1 [[-location] ] [] ## Example ```powershell -PS>./check-weather +PS> ./check-weather + ``` ## Notes diff --git a/Docs/check-windows-system-files.md b/Docs/check-windows-system-files.md index 297d3eb3..10b2c07f 100644 --- a/Docs/check-windows-system-files.md +++ b/Docs/check-windows-system-files.md @@ -13,8 +13,9 @@ check-windows-system-files.ps1 [] ## Example ```powershell -PS>./check-windows-system-files +PS> ./check-windows-system-files βœ”οΈ checked Windows system files + ``` ## Notes diff --git a/Docs/check-xml-file.md b/Docs/check-xml-file.md index fe09f784..4da41ab6 100644 --- a/Docs/check-xml-file.md +++ b/Docs/check-xml-file.md @@ -22,8 +22,9 @@ check-xml-file.ps1 [[-file] ] [] ## Example ```powershell -PS>./check-xml-file myfile.xml +PS> ./check-xml-file myfile.xml βœ”οΈ XML file is valid + ``` ## Notes diff --git a/Docs/clean-repo.md b/Docs/clean-repo.md index beee8a97..95b9d026 100644 --- a/Docs/clean-repo.md +++ b/Docs/clean-repo.md @@ -22,9 +22,10 @@ clean-repo.ps1 [[-RepoDir] ] [] ## Example ```powershell -PS>./clean-repo C:\MyRepo +PS> ./clean-repo C:\MyRepo 🧹 Cleaning from untracked files... βœ”οΈ cleaned Git repository πŸ“‚C:\MyRepo in 0 sec + ``` ## Notes diff --git a/Docs/clean-repos.md b/Docs/clean-repos.md index b699635c..790da5f8 100644 --- a/Docs/clean-repos.md +++ b/Docs/clean-repos.md @@ -22,7 +22,8 @@ clean-repos.ps1 [[-ParentDir] ] [] ## Example ```powershell -PS>./clean-repos C:\MyRepos +PS> ./clean-repos C:\MyRepos + ``` ## Notes diff --git a/Docs/clear-recycle-bin.md b/Docs/clear-recycle-bin.md index 4dd62601..6e87bb97 100644 --- a/Docs/clear-recycle-bin.md +++ b/Docs/clear-recycle-bin.md @@ -14,8 +14,9 @@ clear-recycle-bin.ps1 [] ## Example ```powershell -PS>./clear-recycle-bin +PS> ./clear-recycle-bin βœ”οΈ cleared recycle bin + ``` ## Notes diff --git a/Docs/clone-repos.md b/Docs/clone-repos.md index c5174e27..189af2f3 100644 --- a/Docs/clone-repos.md +++ b/Docs/clone-repos.md @@ -22,7 +22,8 @@ clone-repos.ps1 [[-folder] ] [] ## Example ```powershell -PS>./clone-repos C:\Users\Markus\Repos +PS> ./clone-repos C:\Users\Markus\Repos + ``` ## Notes diff --git a/Docs/close-calculator.md b/Docs/close-calculator.md index 778a08fd..8fc59aee 100644 --- a/Docs/close-calculator.md +++ b/Docs/close-calculator.md @@ -13,7 +13,8 @@ close-calculator.ps1 [] ## Example ```powershell -PS>./close-calculator +PS> ./close-calculator + ``` ## Notes diff --git a/Docs/close-chrome.md b/Docs/close-chrome.md index abb69683..662585b4 100644 --- a/Docs/close-chrome.md +++ b/Docs/close-chrome.md @@ -13,7 +13,8 @@ close-chrome.ps1 [] ## Example ```powershell -PS>./close-chrome +PS> ./close-chrome + ``` ## Notes diff --git a/Docs/close-cortana.md b/Docs/close-cortana.md index 26a92926..bb64f370 100644 --- a/Docs/close-cortana.md +++ b/Docs/close-cortana.md @@ -13,7 +13,8 @@ close-cortana.ps1 [] ## Example ```powershell -PS>./close-cortana +PS> ./close-cortana + ``` ## Notes diff --git a/Docs/close-edge.md b/Docs/close-edge.md index 11723008..667f9cb2 100644 --- a/Docs/close-edge.md +++ b/Docs/close-edge.md @@ -13,7 +13,8 @@ close-edge.ps1 [] ## Example ```powershell -PS>./close-edge +PS> ./close-edge + ``` ## Notes diff --git a/Docs/close-file-explorer.md b/Docs/close-file-explorer.md index 672c0836..6daac18c 100644 --- a/Docs/close-file-explorer.md +++ b/Docs/close-file-explorer.md @@ -13,7 +13,8 @@ close-file-explorer.ps1 [] ## Example ```powershell -PS>./close-file-explorer +PS> ./close-file-explorer + ``` ## Notes diff --git a/Docs/close-firefox.md b/Docs/close-firefox.md index 6f86745f..7d9dbe8b 100644 --- a/Docs/close-firefox.md +++ b/Docs/close-firefox.md @@ -13,7 +13,8 @@ close-firefox.ps1 [] ## Example ```powershell -PS>./close-firefox +PS> ./close-firefox + ``` ## Notes diff --git a/Docs/close-netflix.md b/Docs/close-netflix.md index ba45b57b..0946f6a3 100644 --- a/Docs/close-netflix.md +++ b/Docs/close-netflix.md @@ -13,7 +13,8 @@ close-netflix.ps1 [] ## Example ```powershell -PS>./close-netflix +PS> ./close-netflix + ``` ## Notes diff --git a/Docs/close-onedrive.md b/Docs/close-onedrive.md index 0162e88f..0bc164fe 100644 --- a/Docs/close-onedrive.md +++ b/Docs/close-onedrive.md @@ -13,7 +13,8 @@ close-onedrive.ps1 [] ## Example ```powershell -PS>./close-onedrive +PS> ./close-onedrive + ``` ## Notes diff --git a/Docs/close-program.md b/Docs/close-program.md index 323d8e17..586636fe 100644 --- a/Docs/close-program.md +++ b/Docs/close-program.md @@ -40,7 +40,8 @@ close-program.ps1 [[-FullProgramName] ] [[-ProgramName] ] [[-Pro ## Example ```powershell -PS>./close-program "Google Chrome" "chrome.exe" +PS> ./close-program "Google Chrome" "chrome.exe" + ``` ## Notes diff --git a/Docs/close-system-settings.md b/Docs/close-system-settings.md index 43b60c90..0a921bd5 100644 --- a/Docs/close-system-settings.md +++ b/Docs/close-system-settings.md @@ -13,7 +13,8 @@ close-system-settings.ps1 [] ## Example ```powershell -PS>./close-system-settings +PS> ./close-system-settings + ``` ## Notes diff --git a/Docs/close-thunderbird.md b/Docs/close-thunderbird.md index 0c57527b..cc01fa47 100644 --- a/Docs/close-thunderbird.md +++ b/Docs/close-thunderbird.md @@ -13,7 +13,8 @@ close-thunderbird.ps1 [] ## Example ```powershell -PS>./close-thunderbird +PS> ./close-thunderbird + ``` ## Notes diff --git a/Docs/close-vlc.md b/Docs/close-vlc.md index 9a9db12c..e7a9d745 100644 --- a/Docs/close-vlc.md +++ b/Docs/close-vlc.md @@ -13,7 +13,8 @@ close-vlc.ps1 [] ## Example ```powershell -PS>./close-vlc +PS> ./close-vlc + ``` ## Notes diff --git a/Docs/close-windows-terminal.md b/Docs/close-windows-terminal.md index da9cd588..9b49cbdc 100644 --- a/Docs/close-windows-terminal.md +++ b/Docs/close-windows-terminal.md @@ -13,8 +13,9 @@ close-windows-terminal.ps1 [] ## Example ```powershell -PS>./close-windows-terminal +PS> ./close-windows-terminal (Windows Terminal is closed) + ``` ## Notes diff --git a/Docs/configure-git.md b/Docs/configure-git.md index a5774b76..ebfedcf7 100644 --- a/Docs/configure-git.md +++ b/Docs/configure-git.md @@ -40,7 +40,8 @@ configure-git.ps1 [[-FullName] ] [[-EmailAddress] ] [[-FavoriteE ## Example ```powershell -PS>./configure-git +PS> ./configure-git + ``` ## Notes diff --git a/Docs/convert-csv2txt.md b/Docs/convert-csv2txt.md index bb0d374e..1bef99ab 100644 --- a/Docs/convert-csv2txt.md +++ b/Docs/convert-csv2txt.md @@ -22,7 +22,8 @@ convert-csv2txt.ps1 [[-Path] ] [] ## Example ```powershell -PS>./convert-csv2txt salaries.csv +PS> ./convert-csv2txt salaries.csv + ``` ## Notes diff --git a/Docs/convert-mysql2csv.md b/Docs/convert-mysql2csv.md index 47233c7b..124f1de8 100644 --- a/Docs/convert-mysql2csv.md +++ b/Docs/convert-mysql2csv.md @@ -58,7 +58,8 @@ convert-mysql2csv.ps1 [[-server] ] [[-database] ] [[-username] < ## Example ```powershell -PS>./convert-mysql2csv +PS> ./convert-mysql2csv + ``` ## Notes diff --git a/Docs/convert-ps2bat.md b/Docs/convert-ps2bat.md index dc86b42d..96ccacc0 100644 --- a/Docs/convert-ps2bat.md +++ b/Docs/convert-ps2bat.md @@ -22,7 +22,8 @@ convert-ps2bat.ps1 [[-Filepattern] ] [] ## Example ```powershell -PS>./convert-ps2bat *.ps1 +PS> ./convert-ps2bat *.ps1 + ``` ## Notes diff --git a/Docs/convert-ps2md.md b/Docs/convert-ps2md.md index bad17804..e09cb918 100644 --- a/Docs/convert-ps2md.md +++ b/Docs/convert-ps2md.md @@ -22,7 +22,8 @@ convert-ps2md.ps1 [[-filename] ] [] ## Example ```powershell -PS>./convert-ps2md myscript.ps1 +PS> ./convert-ps2md myscript.ps1 + ``` ## Notes diff --git a/Docs/convert-sql2csv.md b/Docs/convert-sql2csv.md index 56abaef7..10e0921e 100644 --- a/Docs/convert-sql2csv.md +++ b/Docs/convert-sql2csv.md @@ -58,7 +58,8 @@ convert-sql2csv.ps1 [[-server] ] [[-database] ] [[-username] ./convert-sql2csv +PS> ./convert-sql2csv + ``` ## Notes diff --git a/Docs/convert-txt2wav.md b/Docs/convert-txt2wav.md index aa3e1009..d1ff6aea 100644 --- a/Docs/convert-txt2wav.md +++ b/Docs/convert-txt2wav.md @@ -31,7 +31,8 @@ convert-txt2wav.ps1 [[-Text] ] [[-WavFile] ] [ ## Example ```powershell -PS>./convert-txt2wav "Hello World" spoken.wav +PS> ./convert-txt2wav "Hello World" spoken.wav + ``` ## Notes diff --git a/Docs/decrypt-file.md b/Docs/decrypt-file.md index 6d1f4823..182cf8b5 100644 --- a/Docs/decrypt-file.md +++ b/Docs/decrypt-file.md @@ -31,7 +31,8 @@ decrypt-file.ps1 [[-Path] ] [[-Password] ] [] ## Example ```powershell -PS>./decrypt-file-rules C:\MyFile.txt "123" +PS> ./decrypt-file-rules C:\MyFile.txt "123" + ``` ## Notes diff --git a/Docs/display-time.md b/Docs/display-time.md index 08425cb8..d303c90c 100644 --- a/Docs/display-time.md +++ b/Docs/display-time.md @@ -22,7 +22,8 @@ display-time.ps1 [[-Seconds] ] [] ## Example ```powershell -PS>./display-time +PS> ./display-time + ``` ## Notes diff --git a/Docs/download-dir.md b/Docs/download-dir.md index 643e587d..b868bdc8 100644 --- a/Docs/download-dir.md +++ b/Docs/download-dir.md @@ -22,7 +22,8 @@ download-dir.ps1 [[-URL] ] [] ## Example ```powershell -PS>./download-dir https://www.cnn.com +PS> ./download-dir https://www.cnn.com + ``` ## Notes diff --git a/Docs/download-file.md b/Docs/download-file.md index 93c9a61d..589ac969 100644 --- a/Docs/download-file.md +++ b/Docs/download-file.md @@ -22,7 +22,8 @@ download-file.ps1 [[-URL] ] [] ## Example ```powershell -PS>./download-file https://www.cnn.com/index.html +PS> ./download-file https://www.cnn.com/index.html + ``` ## Notes diff --git a/Docs/edit.md b/Docs/edit.md index e4b59587..1c25f218 100644 --- a/Docs/edit.md +++ b/Docs/edit.md @@ -22,7 +22,8 @@ edit.ps1 [[-Filename] ] [] ## Example ```powershell -PS>./edit C:\MyFile.txt +PS> ./edit C:\MyFile.txt + ``` ## Notes diff --git a/Docs/enable-crash-dumps.md b/Docs/enable-crash-dumps.md index 0a4474c5..35eede6f 100644 --- a/Docs/enable-crash-dumps.md +++ b/Docs/enable-crash-dumps.md @@ -13,7 +13,8 @@ enable-crash-dumps.ps1 [] ## Example ```powershell -PS>./enable-crash-dumps +PS> ./enable-crash-dumps + ``` ## Notes diff --git a/Docs/enable-god-mode.md b/Docs/enable-god-mode.md index fedc5548..26f4fe34 100644 --- a/Docs/enable-god-mode.md +++ b/Docs/enable-god-mode.md @@ -13,7 +13,8 @@ enable-god-mode.ps1 [] ## Example ```powershell -PS>./enable-god-mode +PS> ./enable-god-mode + ``` ## Notes diff --git a/Docs/encrypt-file.md b/Docs/encrypt-file.md index 64eb690b..f28ac31e 100644 --- a/Docs/encrypt-file.md +++ b/Docs/encrypt-file.md @@ -31,7 +31,8 @@ encrypt-file.ps1 [[-Path] ] [[-Password] ] [] ## Example ```powershell -PS>./encrypt-file C:\MyFile.txt "123" +PS> ./encrypt-file C:\MyFile.txt "123" + ``` ## Notes diff --git a/Docs/enter-chat.md b/Docs/enter-chat.md index 3c6b4dbc..f8daa52d 100644 --- a/Docs/enter-chat.md +++ b/Docs/enter-chat.md @@ -13,7 +13,8 @@ enter-chat.ps1 [] ## Example ```powershell -PS>./enter-chat +PS> ./enter-chat + ``` ## Notes diff --git a/Docs/export-to-manuals.md b/Docs/export-to-manuals.md index 947a03a5..6b6343f1 100644 --- a/Docs/export-to-manuals.md +++ b/Docs/export-to-manuals.md @@ -29,9 +29,10 @@ export-to-manuals.ps1 [[-FilePattern] ] [[-TargetDir] ] [./export-to-manuals.ps1 -Found 264 scripts, exporting to /home/markus/PowerShell/Docs... -βœ”οΈ exported 264 scripts as manuals in 28 sec +PS> ./export-to-manuals.ps1 +Exporting 264 PowerShell scripts to /home/markus/PowerShell/Docs... +βœ”οΈ exported 264 PowerShell scripts in 28 sec + ``` ## Notes diff --git a/Docs/export-to-serenade.md b/Docs/export-to-serenade.md index fee89d87..870d61ef 100644 --- a/Docs/export-to-serenade.md +++ b/Docs/export-to-serenade.md @@ -40,9 +40,10 @@ export-to-serenade.ps1 [[-WakeWord] ] [[-FilePattern] ] [[-Targe ## Example ```powershell -PS>./export-to-serenade.ps1 Computer +PS> ./export-to-serenade.ps1 Computer Exporting 264 scripts to C:\Users\Markus/.serenade/scripts/PowerShell.js... βœ”οΈ exported 264 PowerShell scripts to Serenade in 22 sec + ``` ## Notes diff --git a/Docs/fetch-repo.md b/Docs/fetch-repo.md index 61b8a422..f50334eb 100644 --- a/Docs/fetch-repo.md +++ b/Docs/fetch-repo.md @@ -22,9 +22,10 @@ fetch-repo.ps1 [[-RepoDir] ] [] ## Example ```powershell -PS>./fetch-repo +PS> ./fetch-repo πŸ’ƒ Fetching updates... βœ”οΈ fetched updates for Git repository πŸ“‚PowerShell in 14 sec + ``` ## Notes diff --git a/Docs/fetch-repos.md b/Docs/fetch-repos.md index 0e960ec9..376f02b0 100644 --- a/Docs/fetch-repos.md +++ b/Docs/fetch-repos.md @@ -22,7 +22,8 @@ fetch-repos.ps1 [[-ParentDir] ] [] ## Example ```powershell -PS>./fetch-repos C:\MyRepos +PS> ./fetch-repos C:\MyRepos + ``` ## Notes diff --git a/Docs/hibernate.md b/Docs/hibernate.md index a0d1b4e9..176121b5 100644 --- a/Docs/hibernate.md +++ b/Docs/hibernate.md @@ -13,7 +13,8 @@ hibernate.ps1 [] ## Example ```powershell -PS>./hibernate +PS> ./hibernate + ``` ## Notes diff --git a/Docs/inspect-exe.md b/Docs/inspect-exe.md index 612bb128..e23fe28c 100644 --- a/Docs/inspect-exe.md +++ b/Docs/inspect-exe.md @@ -22,7 +22,8 @@ inspect-exe.ps1 [[-PathToExe] ] [] ## Example ```powershell -PS>./inspect-exe C:\MyApp.exe +PS> ./inspect-exe C:\MyApp.exe + ``` ## Notes diff --git a/Docs/install-github-cli.md b/Docs/install-github-cli.md index abc48df2..82dfefe3 100644 --- a/Docs/install-github-cli.md +++ b/Docs/install-github-cli.md @@ -13,7 +13,8 @@ install-github-cli.ps1 [] ## Example ```powershell -PS>./install-github-cli +PS> ./install-github-cli + ``` ## Notes diff --git a/Docs/install-google-chrome.md b/Docs/install-google-chrome.md index 5eab0cbd..36a4253e 100644 --- a/Docs/install-google-chrome.md +++ b/Docs/install-google-chrome.md @@ -13,7 +13,8 @@ install-google-chrome.ps1 [] ## Example ```powershell -PS>./install-google-chrome +PS> ./install-google-chrome + ``` ## Notes diff --git a/Docs/install-knot-resolver.md b/Docs/install-knot-resolver.md index db7afb07..3662bef9 100644 --- a/Docs/install-knot-resolver.md +++ b/Docs/install-knot-resolver.md @@ -13,7 +13,8 @@ install-knot-resolver.ps1 [] ## Example ```powershell -PS>./install-knot-resolver +PS> ./install-knot-resolver + ``` ## Notes diff --git a/Docs/install-signal-cli.md b/Docs/install-signal-cli.md index d30bf1fd..382eaa72 100644 --- a/Docs/install-signal-cli.md +++ b/Docs/install-signal-cli.md @@ -22,7 +22,8 @@ install-signal-cli.ps1 [[-Version] ] [] ## Example ```powershell -PS>./install-signal-cli 0.11.12 +PS> ./install-signal-cli 0.11.12 + ``` ## Notes diff --git a/Docs/install-ssh-client.md b/Docs/install-ssh-client.md index 0ad537f6..b4f7dc8d 100644 --- a/Docs/install-ssh-client.md +++ b/Docs/install-ssh-client.md @@ -13,7 +13,8 @@ install-ssh-client.ps1 [] ## Example ```powershell -PS>./install-ssh-client +PS> ./install-ssh-client + ``` ## Notes diff --git a/Docs/install-ssh-server.md b/Docs/install-ssh-server.md index c14059f9..f4eca502 100644 --- a/Docs/install-ssh-server.md +++ b/Docs/install-ssh-server.md @@ -13,7 +13,8 @@ install-ssh-server.ps1 [] ## Example ```powershell -PS>./install-ssh-server +PS> ./install-ssh-server + ``` ## Notes diff --git a/Docs/install-updates.md b/Docs/install-updates.md index 1a36e8dd..facfdba5 100644 --- a/Docs/install-updates.md +++ b/Docs/install-updates.md @@ -13,7 +13,8 @@ install-updates.ps1 [] ## Example ```powershell -PS>./install-updates +PS> ./install-updates + ``` ## Notes diff --git a/Docs/install-vscode.md b/Docs/install-vscode.md index 52771c82..6b01ed1a 100644 --- a/Docs/install-vscode.md +++ b/Docs/install-vscode.md @@ -97,6 +97,7 @@ PS > Install-VSCode.ps1 -Architecture 32-bit Installs Visual Studio Code (32-bit) and the powershell extension. + ``` ## Example @@ -107,6 +108,7 @@ PS > Install-VSCode.ps1 -LaunchWhenDone Installs Visual Studio Code (64-bit) and the PowerShell extension and then launches the editor after installation completes. + ``` ## Example @@ -117,6 +119,7 @@ PS > Install-VSCode.ps1 -AdditionalExtensions 'eamodio.gitlens', 'vscodevim.vim' Installs Visual Studio Code (64-bit), the PowerShell extension, and additional extensions. + ``` ## Example @@ -127,6 +130,7 @@ PS > Install-VSCode.ps1 -BuildEdition Insider-User -LaunchWhenDone Installs Visual Studio Code Insiders Edition (64-bit) to the user profile and then launches the editor after installation completes. + ``` ## Notes diff --git a/Docs/install-wsl.md b/Docs/install-wsl.md index d60df5d4..0c8f1070 100644 --- a/Docs/install-wsl.md +++ b/Docs/install-wsl.md @@ -13,7 +13,8 @@ install-wsl.ps1 [] ## Example ```powershell -PS>./install-wsl +PS> ./install-wsl + ``` ## Notes diff --git a/Docs/introduce-powershell.md b/Docs/introduce-powershell.md index 37961387..ecdfd7e4 100644 --- a/Docs/introduce-powershell.md +++ b/Docs/introduce-powershell.md @@ -13,7 +13,8 @@ introduce-powershell.ps1 [] ## Example ```powershell -PS>./introduce-powershell +PS> ./introduce-powershell + ``` ## Notes diff --git a/Docs/list-aliases.md b/Docs/list-aliases.md index d5242e33..d5df89d4 100644 --- a/Docs/list-aliases.md +++ b/Docs/list-aliases.md @@ -13,7 +13,7 @@ list-aliases.ps1 [] ## Example ```powershell -PS>./list-aliases +PS> ./list-aliases @@ -22,6 +22,7 @@ CommandType Name Version So Alias CFS -> ConvertFrom-String 3.1.0.0 Microsoft.PowerShell.Utility Alias fhx -> Format-Hex 3.1.0.0 Microsoft.PowerShell.Utility ... + ``` ## Notes diff --git a/Docs/list-anagrams.md b/Docs/list-anagrams.md index 15f50b97..dd6fa85c 100644 --- a/Docs/list-anagrams.md +++ b/Docs/list-anagrams.md @@ -31,7 +31,8 @@ list-anagrams.ps1 [[-Word] ] [[-Columns] ] [] ## Example ```powershell -PS>./list-anagrams Baby +PS> ./list-anagrams Baby + ``` ## Notes diff --git a/Docs/list-branches.md b/Docs/list-branches.md index 986cd771..46aae4af 100644 --- a/Docs/list-branches.md +++ b/Docs/list-branches.md @@ -31,7 +31,8 @@ list-branches.ps1 [[-RepoDir] ] [[-SearchPattern] ] [./list-branches +PS> ./list-branches + ``` ## Notes diff --git a/Docs/list-cheat-sheet.md b/Docs/list-cheat-sheet.md index 2b882fc0..e6e5c4b5 100644 --- a/Docs/list-cheat-sheet.md +++ b/Docs/list-cheat-sheet.md @@ -13,7 +13,8 @@ list-cheat-sheet.ps1 [] ## Example ```powershell -PS>./list-cheat-sheet +PS> ./list-cheat-sheet + ``` ## Notes diff --git a/Docs/list-city-weather.md b/Docs/list-city-weather.md index 785d3083..daeeabfc 100644 --- a/Docs/list-city-weather.md +++ b/Docs/list-city-weather.md @@ -13,7 +13,8 @@ list-city-weather.ps1 [] ## Example ```powershell -PS>./list-city-weather +PS> ./list-city-weather + ``` ## Notes diff --git a/Docs/list-clipboard.md b/Docs/list-clipboard.md index 627c6ec3..735eefff 100644 --- a/Docs/list-clipboard.md +++ b/Docs/list-clipboard.md @@ -13,7 +13,8 @@ list-clipboard.ps1 [] ## Example ```powershell -PS>./list-clipboard +PS> ./list-clipboard + ``` ## Notes diff --git a/Docs/list-cmdlets.md b/Docs/list-cmdlets.md index 6b8f8bfc..3d70039a 100644 --- a/Docs/list-cmdlets.md +++ b/Docs/list-cmdlets.md @@ -13,7 +13,7 @@ list-cmdlets.ps1 [] ## Example ```powershell -PS>./list-cmdlets +PS> ./list-cmdlets @@ -22,6 +22,7 @@ CommandType Name Version Source Function Add-BCDataCacheExtension 1.0.0.0 BranchCache Function Add-BitLockerKeyProtector 1.0.0.0 BitLocker ... + ``` ## Notes diff --git a/Docs/list-commits.md b/Docs/list-commits.md index 18ff8a7d..027220ac 100644 --- a/Docs/list-commits.md +++ b/Docs/list-commits.md @@ -31,7 +31,7 @@ list-commits.ps1 [[-RepoDir] ] [[-Format] ] [] ## Example ```powershell -PS>./list-commits +PS> ./list-commits @@ -40,6 +40,7 @@ ID Date Committer Description ccd0d3e Wed Sep 29 08:28:20 2021 +0200 Markus Fleschutz Fix typo 291d785 Wed Sep 29 08:18:28 2021 +0200 Markus Fleschutz Update README.md ... + ``` ## Notes diff --git a/Docs/list-console-colors.md b/Docs/list-console-colors.md index a303edf5..a4713905 100644 --- a/Docs/list-console-colors.md +++ b/Docs/list-console-colors.md @@ -13,13 +13,14 @@ list-console-colors.ps1 [] ## Example ```powershell -PS>./list-console-colors +PS> ./list-console-colors Name Foreground Background ---- ---------- ---------- ... + ``` ## Notes diff --git a/Docs/list-credits.md b/Docs/list-credits.md index a7b21bb7..3b10122b 100644 --- a/Docs/list-credits.md +++ b/Docs/list-credits.md @@ -13,7 +13,8 @@ list-credits.ps1 [] ## Example ```powershell -PS>./list-credits +PS> ./list-credits + ``` ## Notes diff --git a/Docs/list-dir-tree.md b/Docs/list-dir-tree.md index fbd07281..38090c98 100644 --- a/Docs/list-dir-tree.md +++ b/Docs/list-dir-tree.md @@ -22,7 +22,8 @@ list-dir-tree.ps1 [[-DirTree] ] [] ## Example ```powershell -PS>./list-dir-tree C:\ +PS> ./list-dir-tree C:\ + ``` ## Notes diff --git a/Docs/list-drives.md b/Docs/list-drives.md index 34cc2ece..0faf6491 100644 --- a/Docs/list-drives.md +++ b/Docs/list-drives.md @@ -13,7 +13,7 @@ list-drives.ps1 [] ## Example ```powershell -PS>./list-drives +PS> ./list-drives @@ -21,6 +21,7 @@ Name Root Used (GB) Free (GB) ---- ---- --------- --------- C C:\ 76,1 35,0 D D:\ 6648,1 744,2 + ``` ## Notes diff --git a/Docs/list-earthquakes.md b/Docs/list-earthquakes.md index 3796b1cc..52053026 100644 --- a/Docs/list-earthquakes.md +++ b/Docs/list-earthquakes.md @@ -13,7 +13,8 @@ list-earthquakes.ps1 [] ## Example ```powershell -PS>./list-earthquakes +PS> ./list-earthquakes + ``` ## Notes diff --git a/Docs/list-emojis.md b/Docs/list-emojis.md index 0cbfaa0a..43d2a6ff 100644 --- a/Docs/list-emojis.md +++ b/Docs/list-emojis.md @@ -13,7 +13,8 @@ list-emojis.ps1 [] ## Example ```powershell -PS>./list-emojis +PS> ./list-emojis + ``` ## Notes diff --git a/Docs/list-empty-dirs.md b/Docs/list-empty-dirs.md index 91a5b7d0..ee85c770 100644 --- a/Docs/list-empty-dirs.md +++ b/Docs/list-empty-dirs.md @@ -22,7 +22,8 @@ list-empty-dirs.ps1 [[-DirTree] ] [] ## Example ```powershell -PS>./list-empty-dirs C:\ +PS> ./list-empty-dirs C:\ + ``` ## Notes diff --git a/Docs/list-empty-files.md b/Docs/list-empty-files.md index d959b7cf..840c576a 100644 --- a/Docs/list-empty-files.md +++ b/Docs/list-empty-files.md @@ -22,7 +22,8 @@ list-empty-files.ps1 [[-DirTree] ] [] ## Example ```powershell -PS>./list-empty-files C:\ +PS> ./list-empty-files C:\ + ``` ## Notes diff --git a/Docs/list-environment-variables.md b/Docs/list-environment-variables.md index 2fbb72aa..68b7e772 100644 --- a/Docs/list-environment-variables.md +++ b/Docs/list-environment-variables.md @@ -13,7 +13,7 @@ list-environment-variables.ps1 [] ## Example ```powershell -PS>./list-environment-variables +PS> ./list-environment-variables @@ -22,6 +22,7 @@ Name Value ALLUSERSPROFILE C:\ProgramData APPDATA C:\Users\Joe\AppData\Roaming ... + ``` ## Notes diff --git a/Docs/list-exchange-rates.md b/Docs/list-exchange-rates.md index f49ac6cb..e53c0b92 100644 --- a/Docs/list-exchange-rates.md +++ b/Docs/list-exchange-rates.md @@ -22,7 +22,8 @@ list-exchange-rates.ps1 [[-currency] ] [] ## Example ```powershell -PS>./list-exchange-rates EUR +PS> ./list-exchange-rates EUR + ``` ## Notes diff --git a/Docs/list-files.md b/Docs/list-files.md index 9833ae59..22031fe0 100644 --- a/Docs/list-files.md +++ b/Docs/list-files.md @@ -22,7 +22,8 @@ list-files.ps1 [[-DirTree] ] [] ## Example ```powershell -PS>./list-files C:\ +PS> ./list-files C:\ + ``` ## Notes diff --git a/Docs/list-folder.md b/Docs/list-folder.md index ed012aa5..658cf612 100644 --- a/Docs/list-folder.md +++ b/Docs/list-folder.md @@ -22,7 +22,8 @@ list-folder.ps1 [[-SearchPattern] ] [] ## Example ```powershell -PS>./list-folder C:\ +PS> ./list-folder C:\ + ``` ## Notes diff --git a/Docs/list-fritzbox-calls.md b/Docs/list-fritzbox-calls.md index 0941b1f0..bfc8a1f6 100644 --- a/Docs/list-fritzbox-calls.md +++ b/Docs/list-fritzbox-calls.md @@ -31,7 +31,8 @@ list-fritzbox-calls.ps1 [[-Username] ] [[-Password] ] [./list-fritzbox-calls +PS> ./list-fritzbox-calls + ``` ## Notes diff --git a/Docs/list-fritzbox-devices.md b/Docs/list-fritzbox-devices.md index f0a26052..20bb018c 100644 --- a/Docs/list-fritzbox-devices.md +++ b/Docs/list-fritzbox-devices.md @@ -31,7 +31,8 @@ list-fritzbox-devices.ps1 [[-Username] ] [[-Password] ] [./list-fritzbox-devices +PS> ./list-fritzbox-devices + ``` ## Notes diff --git a/Docs/list-hidden-files.md b/Docs/list-hidden-files.md index 27c53f5a..e1e4dd08 100644 --- a/Docs/list-hidden-files.md +++ b/Docs/list-hidden-files.md @@ -22,7 +22,8 @@ list-hidden-files.ps1 [[-DirTree] ] [] ## Example ```powershell -PS>./list-hidden-files C:\ +PS> ./list-hidden-files C:\ + ``` ## Notes diff --git a/Docs/list-installed-apps.md b/Docs/list-installed-apps.md index 18204c22..79c5cf7a 100644 --- a/Docs/list-installed-apps.md +++ b/Docs/list-installed-apps.md @@ -13,7 +13,8 @@ list-installed-apps.ps1 [] ## Example ```powershell -PS>./list-installed-apps +PS> ./list-installed-apps + ``` ## Notes diff --git a/Docs/list-installed-software.md b/Docs/list-installed-software.md index 006077cc..006ae30e 100644 --- a/Docs/list-installed-software.md +++ b/Docs/list-installed-software.md @@ -13,7 +13,8 @@ list-installed-software.ps1 [] ## Example ```powershell -PS>./list-installed-software +PS> ./list-installed-software + ``` ## Notes diff --git a/Docs/list-latest-tag.md b/Docs/list-latest-tag.md index 6ec8c6db..f24a7de7 100644 --- a/Docs/list-latest-tag.md +++ b/Docs/list-latest-tag.md @@ -22,7 +22,8 @@ list-latest-tag.ps1 [[-RepoDir] ] [] ## Example ```powershell -PS>./list-latest-tag C:\MyRepo +PS> ./list-latest-tag C:\MyRepo + ``` ## Notes diff --git a/Docs/list-latest-tags.md b/Docs/list-latest-tags.md index c082f83d..4574df90 100644 --- a/Docs/list-latest-tags.md +++ b/Docs/list-latest-tags.md @@ -22,7 +22,8 @@ list-latest-tags.ps1 [[-ParentDir] ] [] ## Example ```powershell -PS>./list-latest-tags C:\MyRepos +PS> ./list-latest-tags C:\MyRepos + ``` ## Notes diff --git a/Docs/list-memos.md b/Docs/list-memos.md index 063a5a96..c043d420 100644 --- a/Docs/list-memos.md +++ b/Docs/list-memos.md @@ -13,7 +13,8 @@ list-memos.ps1 [] ## Example ```powershell -PS>./list-memos +PS> ./list-memos + ``` ## Notes diff --git a/Docs/list-modules.md b/Docs/list-modules.md index aed70cfb..6f63ee50 100644 --- a/Docs/list-modules.md +++ b/Docs/list-modules.md @@ -13,7 +13,7 @@ list-modules.ps1 [] ## Example ```powershell -PS>./list-modules +PS> ./list-modules @@ -21,6 +21,7 @@ ModuleType Version Name ExportedCommands ---------- ------- ---- ---------------- Manifest 3.1.0.0 Microsoft.PowerShell.Management {Add-Computer, Add-Content, Checkpoint-Computer...} Manifest 3.1.0.0 Microsoft.PowerShell.Utility {Add-Member, Add-Type, Clear-Variable...} + ``` ## Notes diff --git a/Docs/list-mysql-tables.md b/Docs/list-mysql-tables.md index 2d2b1303..cc711a9d 100644 --- a/Docs/list-mysql-tables.md +++ b/Docs/list-mysql-tables.md @@ -45,7 +45,8 @@ list-mysql-tables.ps1 [-server] [-database] [-dbuser] ## Example ```powershell -PS>./list-mysql-tables +PS> ./list-mysql-tables + ``` ## Notes diff --git a/Docs/list-network-shares.md b/Docs/list-network-shares.md index a69b0515..20ec1684 100644 --- a/Docs/list-network-shares.md +++ b/Docs/list-network-shares.md @@ -13,13 +13,14 @@ list-network-shares.ps1 [] ## Example ```powershell -PS>./list-network-shares +PS> ./list-network-shares Name Path Description ---- ---- ----------- Users C:\Users + ``` ## Notes diff --git a/Docs/list-news.md b/Docs/list-news.md index 8c6eac2f..319b10f2 100644 --- a/Docs/list-news.md +++ b/Docs/list-news.md @@ -31,7 +31,8 @@ list-news.ps1 [[-RSS_URL] ] [[-MaxCount] ] [] ## Example ```powershell -PS>./list-news +PS> ./list-news + ``` ## Notes diff --git a/Docs/list-os-releases.md b/Docs/list-os-releases.md index a772a42b..78014913 100644 --- a/Docs/list-os-releases.md +++ b/Docs/list-os-releases.md @@ -13,7 +13,8 @@ list-os-releases.ps1 [] ## Example ```powershell -PS>./list-os-releases +PS> ./list-os-releases + ``` ## Notes diff --git a/Docs/list-os-updates.md b/Docs/list-os-updates.md index cdf479d1..9357577c 100644 --- a/Docs/list-os-updates.md +++ b/Docs/list-os-updates.md @@ -31,7 +31,8 @@ list-os-updates.ps1 [[-RSS_URL] ] [[-MaxCount] ] [./list-os-updates +PS> ./list-os-updates + ``` ## Notes diff --git a/Docs/list-passwords.md b/Docs/list-passwords.md index aa483942..a0f2fe8e 100644 --- a/Docs/list-passwords.md +++ b/Docs/list-passwords.md @@ -40,7 +40,8 @@ list-passwords.ps1 [[-PasswordLength] ] [[-Columns] ] [[-Rows] ./list-passwords +PS> ./list-passwords + ``` ## Notes diff --git a/Docs/list-pins.md b/Docs/list-pins.md index 3c4ddc01..732f979e 100644 --- a/Docs/list-pins.md +++ b/Docs/list-pins.md @@ -40,7 +40,8 @@ list-pins.ps1 [[-PinLength] ] [[-Columns] ] [[-Rows] ] [./list-pins +PS> ./list-pins + ``` ## Notes diff --git a/Docs/list-print-jobs.md b/Docs/list-print-jobs.md index 5131517f..b9454f78 100644 --- a/Docs/list-print-jobs.md +++ b/Docs/list-print-jobs.md @@ -13,7 +13,8 @@ list-print-jobs.ps1 [] ## Example ```powershell -PS>./list-print-jobs +PS> ./list-print-jobs + ``` ## Notes diff --git a/Docs/list-printers.md b/Docs/list-printers.md index 1085e048..8e6a13af 100644 --- a/Docs/list-printers.md +++ b/Docs/list-printers.md @@ -13,7 +13,8 @@ list-printers.ps1 [] ## Example ```powershell -PS>./list-printers +PS> ./list-printers + ``` ## Notes diff --git a/Docs/list-processes.md b/Docs/list-processes.md index 2739da88..c5ee2aac 100644 --- a/Docs/list-processes.md +++ b/Docs/list-processes.md @@ -13,7 +13,7 @@ list-processes.ps1 [] ## Example ```powershell -PS>./list-processes +PS> ./list-processes @@ -22,6 +22,7 @@ Id CPU(s) ProcessName 9712 0,39% 64DriverLoad 2484 AppleMobileDeviceService ... + ``` ## Notes diff --git a/Docs/list-recycle-bin.md b/Docs/list-recycle-bin.md index 65156136..bfef4c1e 100644 --- a/Docs/list-recycle-bin.md +++ b/Docs/list-recycle-bin.md @@ -13,7 +13,8 @@ list-recycle-bin.ps1 [] ## Example ```powershell -PS>./list-recycle-bin +PS> ./list-recycle-bin + ``` ## Notes diff --git a/Docs/list-repos.md b/Docs/list-repos.md index 989cc62f..37ed707b 100644 --- a/Docs/list-repos.md +++ b/Docs/list-repos.md @@ -22,7 +22,7 @@ list-repos.ps1 [[-ParentDir] ] [] ## Example ```powershell -PS>./list-repos C:\MyRepos +PS> ./list-repos C:\MyRepos @@ -31,6 +31,7 @@ Repository Branch Status cmake main clean opencv master clean ... + ``` ## Notes diff --git a/Docs/list-services.md b/Docs/list-services.md index 89384b53..ef887cc4 100644 --- a/Docs/list-services.md +++ b/Docs/list-services.md @@ -13,7 +13,7 @@ list-services.ps1 [] ## Example ```powershell -PS>./list-services +PS> ./list-services @@ -22,6 +22,7 @@ Status Name DisplayName Running AarSvc_886c2 Agent Activation Runtime_886c2 Running Apple Mobile De... Apple Mobile Device Service ... + ``` ## Notes diff --git a/Docs/list-sql-tables.md b/Docs/list-sql-tables.md index 1a694edd..1aa1c363 100644 --- a/Docs/list-sql-tables.md +++ b/Docs/list-sql-tables.md @@ -47,7 +47,8 @@ list-sql-tables.ps1 [-server] [-database] [-username] ## Example ```powershell -PS>./list-sql-tables +PS> ./list-sql-tables + ``` ## Notes diff --git a/Docs/list-submodules.md b/Docs/list-submodules.md index 24d56108..a00860bd 100644 --- a/Docs/list-submodules.md +++ b/Docs/list-submodules.md @@ -22,7 +22,8 @@ list-submodules.ps1 [[-RepoDir] ] [] ## Example ```powershell -PS>./list-submodules C:\MyRepo +PS> ./list-submodules C:\MyRepo + ``` ## Notes diff --git a/Docs/list-system-info.md b/Docs/list-system-info.md index 03168d59..824e3a51 100644 --- a/Docs/list-system-info.md +++ b/Docs/list-system-info.md @@ -13,7 +13,8 @@ list-system-info.ps1 [] ## Example ```powershell -PS>./list-system-info +PS> ./list-system-info + ``` ## Notes diff --git a/Docs/list-tags.md b/Docs/list-tags.md index c635498d..75d2d792 100644 --- a/Docs/list-tags.md +++ b/Docs/list-tags.md @@ -31,7 +31,7 @@ list-tags.ps1 [[-RepoDir] ] [[-SearchPattern] ] [./list-tags C:\MyRepo +PS> ./list-tags C:\MyRepo @@ -39,6 +39,7 @@ Tag Description --- ----------- v0.1 Update README.md v0.2 Fix typo + ``` ## Notes diff --git a/Docs/list-tasks.md b/Docs/list-tasks.md index 3d43eeed..658578e6 100644 --- a/Docs/list-tasks.md +++ b/Docs/list-tasks.md @@ -13,7 +13,7 @@ list-tasks.ps1 [] ## Example ```powershell -PS>./list-tasks +PS> ./list-tasks @@ -22,6 +22,7 @@ TaskPath TaskName \Microsoft\Windows\.NET Framework\ .NET Framework NGEN v4.0.30319 Ready \Microsoft\Windows\.NET Framework\ .NET Framework NGEN v4.0.30319 64 Ready ... + ``` ## Notes diff --git a/Docs/list-timezone.md b/Docs/list-timezone.md index 77e3229f..5ffb0944 100644 --- a/Docs/list-timezone.md +++ b/Docs/list-timezone.md @@ -13,7 +13,7 @@ list-timezone.ps1 [] ## Example ```powershell -PS>./list-timezone +PS> ./list-timezone @@ -23,6 +23,7 @@ StandardName : Central European Standard Time DaylightName : Central European Summer Time BaseUtcOffset : 01:00:00 SupportsDaylightSavingTime : True + ``` ## Notes diff --git a/Docs/list-timezones.md b/Docs/list-timezones.md index 35136a57..1d831fde 100644 --- a/Docs/list-timezones.md +++ b/Docs/list-timezones.md @@ -13,7 +13,7 @@ list-timezones.ps1 [] ## Example ```powershell -PS>./list-timezones +PS> ./list-timezones @@ -23,6 +23,7 @@ Id DisplayName SupportsD Hawaiian Standard Time (UTC-10:00) Hawaii False Alaskan Standard Time (UTC-09:00) Alaska True ... + ``` ## Notes diff --git a/Docs/list-unused-files.md b/Docs/list-unused-files.md index 29477b48..de97c60b 100644 --- a/Docs/list-unused-files.md +++ b/Docs/list-unused-files.md @@ -31,7 +31,8 @@ list-unused-files.ps1 [[-DirTree] ] [[-Days] ] [./list-unused-files C:\ 100 +PS> ./list-unused-files C:\ 100 + ``` ## Notes diff --git a/Docs/list-user-groups.md b/Docs/list-user-groups.md index 15478d6f..4b8825eb 100644 --- a/Docs/list-user-groups.md +++ b/Docs/list-user-groups.md @@ -13,7 +13,7 @@ list-user-groups.ps1 [] ## Example ```powershell -PS>./list-user-groups +PS> ./list-user-groups @@ -22,6 +22,7 @@ Name Description HomeUsers HomeUsers Security Group Ssh Users Members of this group can remotely access this computer over SSH protocol. ... + ``` ## Notes diff --git a/Docs/list-voices.md b/Docs/list-voices.md index 5bef59cc..a96b6992 100644 --- a/Docs/list-voices.md +++ b/Docs/list-voices.md @@ -13,7 +13,7 @@ list-voices.ps1 [] ## Example ```powershell -PS>./list-voices +PS> ./list-voices @@ -21,6 +21,7 @@ Name Culture Gender Age ---- ------- ------ --- Microsoft David Desktop en-US Male Adult Microsoft Zira Desktop en-US Female Adult + ``` ## Notes diff --git a/Docs/list-weather.md b/Docs/list-weather.md index b3fb7f6d..0d16db48 100644 --- a/Docs/list-weather.md +++ b/Docs/list-weather.md @@ -22,7 +22,8 @@ list-weather.ps1 [[-Location] ] [] ## Example ```powershell -PS>./list-weather +PS> ./list-weather + ``` ## Notes diff --git a/Docs/list-workdir.md b/Docs/list-workdir.md index 7ca54352..877ac7ef 100644 --- a/Docs/list-workdir.md +++ b/Docs/list-workdir.md @@ -13,7 +13,8 @@ list-workdir.ps1 [] ## Example ```powershell -PS>./list-workdir +PS> ./list-workdir + ``` ## Notes diff --git a/Docs/locate-city.md b/Docs/locate-city.md index 25d38349..20a6b78f 100644 --- a/Docs/locate-city.md +++ b/Docs/locate-city.md @@ -22,7 +22,8 @@ locate-city.ps1 [[-City] ] [] ## Example ```powershell -PS>./locate-city Paris +PS> ./locate-city Paris + ``` ## Notes diff --git a/Docs/locate-zip-code.md b/Docs/locate-zip-code.md index 1b7d7dac..28ad21a1 100644 --- a/Docs/locate-zip-code.md +++ b/Docs/locate-zip-code.md @@ -31,7 +31,8 @@ locate-zip-code.ps1 [[-CountryCode] ] [[-ZipCode] ] [./locate-zip-code +PS> ./locate-zip-code + ``` ## Notes diff --git a/Docs/make-install.md b/Docs/make-install.md index f4284292..17d4bda2 100644 --- a/Docs/make-install.md +++ b/Docs/make-install.md @@ -13,7 +13,8 @@ make-install.ps1 [] ## Example ```powershell -PS>./make-install +PS> ./make-install + ``` ## Notes diff --git a/Docs/moon.md b/Docs/moon.md index 1b52622f..a7593b9a 100644 --- a/Docs/moon.md +++ b/Docs/moon.md @@ -13,7 +13,8 @@ moon.ps1 [] ## Example ```powershell -PS>./moon +PS> ./moon + ``` ## Notes diff --git a/Docs/mute-audio.md b/Docs/mute-audio.md index 0e2fff48..3a51cad0 100644 --- a/Docs/mute-audio.md +++ b/Docs/mute-audio.md @@ -13,7 +13,8 @@ mute-audio.ps1 [] ## Example ```powershell -PS>./mute-audio +PS> ./mute-audio + ``` ## Notes diff --git a/Docs/new-branch.md b/Docs/new-branch.md index d4bf8b96..6bd6f241 100644 --- a/Docs/new-branch.md +++ b/Docs/new-branch.md @@ -31,7 +31,8 @@ new-branch.ps1 [[-BranchName] ] [[-RepoDir] ] [./new-branch test123 +PS> ./new-branch test123 + ``` ## Notes diff --git a/Docs/new-email.md b/Docs/new-email.md index 4f538c86..8ec36475 100644 --- a/Docs/new-email.md +++ b/Docs/new-email.md @@ -22,7 +22,8 @@ new-email.ps1 [[-EmailAddress] ] [] ## Example ```powershell -PS>./new-email +PS> ./new-email + ``` ## Notes diff --git a/Docs/new-qrcode.md b/Docs/new-qrcode.md index 62c76524..defd1b21 100644 --- a/Docs/new-qrcode.md +++ b/Docs/new-qrcode.md @@ -31,7 +31,8 @@ new-qrcode.ps1 [[-Text] ] [[-ImageSize] ] [] ## Example ```powershell -PS>./new-qrcode "Fasten seatbelt" 500x500 +PS> ./new-qrcode "Fasten seatbelt" 500x500 + ``` ## Notes diff --git a/Docs/new-script.md b/Docs/new-script.md index e1c71647..088ac399 100644 --- a/Docs/new-script.md +++ b/Docs/new-script.md @@ -22,8 +22,9 @@ new-script.ps1 [[-filename] ] [] ## Example ```powershell -PS>./new-script myscript.ps1 +PS> ./new-script myscript.ps1 βœ”οΈ created new PowerShell script: myscript.ps1 + ``` ## Notes diff --git a/Docs/new-shortcut.md b/Docs/new-shortcut.md index 7c5a2f51..681d75e2 100644 --- a/Docs/new-shortcut.md +++ b/Docs/new-shortcut.md @@ -40,7 +40,8 @@ new-shortcut.ps1 [[-shortcut] ] [[-target] ] [[-description] ./new-shortcut C:\Temp\HDD C:\ +PS> ./new-shortcut C:\Temp\HDD C:\ + ``` ## Notes diff --git a/Docs/new-tag.md b/Docs/new-tag.md index 49caadea..239272da 100644 --- a/Docs/new-tag.md +++ b/Docs/new-tag.md @@ -31,7 +31,8 @@ new-tag.ps1 [[-TagName] ] [[-RepoDir] ] [] ## Example ```powershell -PS>./create-tag v1.7 +PS> ./create-tag v1.7 + ``` ## Notes diff --git a/Docs/new-zipfile.md b/Docs/new-zipfile.md index c7089357..45c36ae0 100644 --- a/Docs/new-zipfile.md +++ b/Docs/new-zipfile.md @@ -22,7 +22,8 @@ new-zipfile.ps1 [[-folder] ] [] ## Example ```powershell -PS>./new-zipfile C:\Windows +PS> ./new-zipfile C:\Windows + ``` ## Notes diff --git a/Docs/open-browser.md b/Docs/open-browser.md index d495b290..e6d6d643 100644 --- a/Docs/open-browser.md +++ b/Docs/open-browser.md @@ -22,7 +22,8 @@ open-browser.ps1 [[-URL] ] [] ## Example ```powershell -PS>./open-browser +PS> ./open-browser + ``` ## Notes diff --git a/Docs/open-calculator.md b/Docs/open-calculator.md index fcbd6084..ccdf2547 100644 --- a/Docs/open-calculator.md +++ b/Docs/open-calculator.md @@ -13,7 +13,8 @@ open-calculator.ps1 [] ## Example ```powershell -PS>./open-calculator +PS> ./open-calculator + ``` ## Notes diff --git a/Docs/open-email-client.md b/Docs/open-email-client.md index 037fa3f2..4c57f7c5 100644 --- a/Docs/open-email-client.md +++ b/Docs/open-email-client.md @@ -13,7 +13,8 @@ open-email-client.ps1 [] ## Example ```powershell -PS>./open-email-client +PS> ./open-email-client + ``` ## Notes diff --git a/Docs/open-file-explorer.md b/Docs/open-file-explorer.md index 3fedd5a6..79a3b34f 100644 --- a/Docs/open-file-explorer.md +++ b/Docs/open-file-explorer.md @@ -13,7 +13,8 @@ open-file-explorer.ps1 [] ## Example ```powershell -PS>./open-file-explorer +PS> ./open-file-explorer + ``` ## Notes diff --git a/Docs/open-netflix.md b/Docs/open-netflix.md index 09c7ab54..03262ae8 100644 --- a/Docs/open-netflix.md +++ b/Docs/open-netflix.md @@ -13,7 +13,8 @@ open-netflix.ps1 [] ## Example ```powershell -PS>./open-netflix +PS> ./open-netflix + ``` ## Notes diff --git a/Docs/open-onedrive.md b/Docs/open-onedrive.md index 051770aa..bd2b823d 100644 --- a/Docs/open-onedrive.md +++ b/Docs/open-onedrive.md @@ -13,7 +13,8 @@ open-onedrive.ps1 [] ## Example ```powershell -PS>./open-onedrive +PS> ./open-onedrive + ``` ## Notes diff --git a/Docs/open-recycle-bin.md b/Docs/open-recycle-bin.md index e89f0bbc..bc953268 100644 --- a/Docs/open-recycle-bin.md +++ b/Docs/open-recycle-bin.md @@ -13,7 +13,8 @@ open-recycle-bin.ps1 [] ## Example ```powershell -PS>./open-recycle-bin +PS> ./open-recycle-bin + ``` ## Notes diff --git a/Docs/pick-commit.md b/Docs/pick-commit.md index 2fe9bc8d..de0c77c5 100644 --- a/Docs/pick-commit.md +++ b/Docs/pick-commit.md @@ -50,7 +50,8 @@ pick-commit.ps1 [[-CommitID] ] [[-CommitMessage] ] [[-Branches] ## Example ```powershell -PS>./pick-commit 93849f889 "Fix typo" "v1 v2 v3" +PS> ./pick-commit 93849f889 "Fix typo" "v1 v2 v3" + ``` ## Notes diff --git a/Docs/play-beep.md b/Docs/play-beep.md index 86b46682..76fd6fbb 100644 --- a/Docs/play-beep.md +++ b/Docs/play-beep.md @@ -13,7 +13,8 @@ play-beep.ps1 [] ## Example ```powershell -PS>./play-beep +PS> ./play-beep + ``` ## Notes diff --git a/Docs/play-files.md b/Docs/play-files.md index 7fba46f2..78012880 100644 --- a/Docs/play-files.md +++ b/Docs/play-files.md @@ -22,7 +22,8 @@ play-files.ps1 [[-FilePattern] ] [] ## Example ```powershell -PS>./play-files *.mp3 +PS> ./play-files *.mp3 + ``` ## Notes diff --git a/Docs/play-happy-birthday.md b/Docs/play-happy-birthday.md index e8df520c..a86c19a3 100644 --- a/Docs/play-happy-birthday.md +++ b/Docs/play-happy-birthday.md @@ -13,8 +13,9 @@ play-happy-birthday.ps1 [] ## Example ```powershell -PS>./play-happy-birthday +PS> ./play-happy-birthday (listen and enjoy) + ``` ## Notes diff --git a/Docs/play-imperial-march.md b/Docs/play-imperial-march.md index bbb8d9e3..036926cb 100644 --- a/Docs/play-imperial-march.md +++ b/Docs/play-imperial-march.md @@ -13,8 +13,9 @@ play-imperial-march.ps1 [] ## Example ```powershell -PS>./play-imperial-march +PS> ./play-imperial-march (listen and enjoy) + ``` ## Notes diff --git a/Docs/play-jingle-bells.md b/Docs/play-jingle-bells.md index 9e181cc3..05c594cd 100644 --- a/Docs/play-jingle-bells.md +++ b/Docs/play-jingle-bells.md @@ -13,7 +13,8 @@ play-jingle-bells.ps1 [] ## Example ```powershell -PS>./play-jingle-bells +PS> ./play-jingle-bells + ``` ## Notes diff --git a/Docs/play-m3u.md b/Docs/play-m3u.md index 1d88abe3..31dd4c2e 100644 --- a/Docs/play-m3u.md +++ b/Docs/play-m3u.md @@ -22,7 +22,8 @@ play-m3u.ps1 [[-filename] ] [] ## Example ```powershell -PS>./play-m3u C:\MyPlaylist.m3u +PS> ./play-m3u C:\MyPlaylist.m3u + ``` ## Notes diff --git a/Docs/play-mission-impossible.md b/Docs/play-mission-impossible.md index 46668ff6..97ce8ca9 100644 --- a/Docs/play-mission-impossible.md +++ b/Docs/play-mission-impossible.md @@ -13,7 +13,8 @@ play-mission-impossible.ps1 [] ## Example ```powershell -PS>./play-mission-impossible +PS> ./play-mission-impossible + ``` ## Notes diff --git a/Docs/play-mp3.md b/Docs/play-mp3.md index 1cd4aced..5bda8169 100644 --- a/Docs/play-mp3.md +++ b/Docs/play-mp3.md @@ -22,7 +22,8 @@ play-mp3.ps1 [[-Filename] ] [] ## Example ```powershell -PS>./play-mp3 C:\thunder.mp3 +PS> ./play-mp3 C:\thunder.mp3 + ``` ## Notes diff --git a/Docs/play-super-mario.md b/Docs/play-super-mario.md index cb65dbdc..00c05068 100644 --- a/Docs/play-super-mario.md +++ b/Docs/play-super-mario.md @@ -13,7 +13,8 @@ play-super-mario.ps1 [] ## Example ```powershell -PS>./play-super-mario +PS> ./play-super-mario + ``` ## Notes diff --git a/Docs/play-tetris-melody.md b/Docs/play-tetris-melody.md index a156c375..19938086 100644 --- a/Docs/play-tetris-melody.md +++ b/Docs/play-tetris-melody.md @@ -13,7 +13,8 @@ play-tetris-melody.ps1 [] ## Example ```powershell -PS>./play-tetris-melody +PS> ./play-tetris-melody + ``` ## Notes diff --git a/Docs/poweroff.md b/Docs/poweroff.md index efd0e4c4..7790c957 100644 --- a/Docs/poweroff.md +++ b/Docs/poweroff.md @@ -13,7 +13,8 @@ poweroff.ps1 [] ## Example ```powershell -PS>./poweroff +PS> ./poweroff + ``` ## Notes diff --git a/Docs/publish-to-ipfs.md b/Docs/publish-to-ipfs.md index 0fa6d756..b07f9845 100644 --- a/Docs/publish-to-ipfs.md +++ b/Docs/publish-to-ipfs.md @@ -40,7 +40,8 @@ publish-to-ipfs.ps1 [[-FilePattern] ] [[-HashList] ] [[-DF_Hashe ## Example ```powershell -PS>./publish-to-ipfs C:\MyFile.txt +PS> ./publish-to-ipfs C:\MyFile.txt + ``` ## Notes diff --git a/Docs/pull-repo.md b/Docs/pull-repo.md index b165c659..e986626c 100644 --- a/Docs/pull-repo.md +++ b/Docs/pull-repo.md @@ -22,7 +22,8 @@ pull-repo.ps1 [[-RepoDir] ] [] ## Example ```powershell -PS>./pull-repo C:\MyRepo +PS> ./pull-repo C:\MyRepo + ``` ## Notes diff --git a/Docs/pull-repos.md b/Docs/pull-repos.md index 0fbd0710..203b69ad 100644 --- a/Docs/pull-repos.md +++ b/Docs/pull-repos.md @@ -22,7 +22,8 @@ pull-repos.ps1 [[-ParentDir] ] [] ## Example ```powershell -PS>./pull-repos C:\MyRepos +PS> ./pull-repos C:\MyRepos + ``` ## Notes diff --git a/Docs/query-smart-data.md b/Docs/query-smart-data.md index b71d94ac..b47d0014 100644 --- a/Docs/query-smart-data.md +++ b/Docs/query-smart-data.md @@ -24,7 +24,8 @@ query-smart-data.ps1 [[-Directory] ] [] ## Example ```powershell -PS>./query-smart-data +PS> ./query-smart-data + ``` ## Notes diff --git a/Docs/reboot-fritzbox.md b/Docs/reboot-fritzbox.md index 169b8e44..74352091 100644 --- a/Docs/reboot-fritzbox.md +++ b/Docs/reboot-fritzbox.md @@ -31,7 +31,8 @@ reboot-fritzbox.ps1 [[-Username] ] [[-Password] ] [./reboot-fritzbox +PS> ./reboot-fritzbox + ``` ## Notes diff --git a/Docs/reboot.md b/Docs/reboot.md index 7c59fdaa..cdfaed84 100644 --- a/Docs/reboot.md +++ b/Docs/reboot.md @@ -13,7 +13,8 @@ reboot.ps1 [] ## Example ```powershell -PS>./reboot +PS> ./reboot + ``` ## Notes diff --git a/Docs/remind-me.md b/Docs/remind-me.md index c394563d..c1f59cf9 100644 --- a/Docs/remind-me.md +++ b/Docs/remind-me.md @@ -29,13 +29,14 @@ remind-me.ps1 [[-Message] ] [[-Time] ] [] ## Example ```powershell -PS>./remind-me "Dentist" "4/10/2021 12:00 PM" +PS> ./remind-me "Dentist" "4/10/2021 12:00 PM" TaskPath TaskName State -------- -------- ----- \ Reminder_451733811 Ready + ``` ## Notes diff --git a/Docs/remove-empty-dirs.md b/Docs/remove-empty-dirs.md index e3357584..8c7738ad 100644 --- a/Docs/remove-empty-dirs.md +++ b/Docs/remove-empty-dirs.md @@ -22,7 +22,8 @@ remove-empty-dirs.ps1 [[-DirTree] ] [] ## Example ```powershell -PS>./remove-empty-dirs C:\Temp +PS> ./remove-empty-dirs C:\Temp + ``` ## Notes diff --git a/Docs/remove-print-jobs.md b/Docs/remove-print-jobs.md index da579ca3..94acee3b 100644 --- a/Docs/remove-print-jobs.md +++ b/Docs/remove-print-jobs.md @@ -13,7 +13,8 @@ remove-print-jobs.ps1 [] ## Example ```powershell -PS>./remove-print-jobs +PS> ./remove-print-jobs + ``` ## Notes diff --git a/Docs/remove-tag.md b/Docs/remove-tag.md index c320b866..8939e19b 100644 --- a/Docs/remove-tag.md +++ b/Docs/remove-tag.md @@ -40,7 +40,8 @@ remove-tag.ps1 [[-TagName] ] [[-Mode] ] [[-RepoDir] ] [< ## Example ```powershell -PS>./remove-tag v1.7 locally +PS> ./remove-tag v1.7 locally + ``` ## Notes diff --git a/Docs/replace-in-files.md b/Docs/replace-in-files.md index 8344f0f5..0bf0a54d 100644 --- a/Docs/replace-in-files.md +++ b/Docs/replace-in-files.md @@ -40,7 +40,8 @@ replace-in-files.ps1 [[-pattern] ] [[-replacement] ] [[-files] < ## Example ```powershell -PS>./replace-in-files NSA "No Such Agency" C:\Temp\*.txt +PS> ./replace-in-files NSA "No Such Agency" C:\Temp\*.txt + ``` ## Notes diff --git a/Docs/restart-network-adapters.md b/Docs/restart-network-adapters.md index 9cc27174..3f643113 100644 --- a/Docs/restart-network-adapters.md +++ b/Docs/restart-network-adapters.md @@ -13,7 +13,8 @@ restart-network-adapters.ps1 [] ## Example ```powershell -PS>./restart-network-adapters +PS> ./restart-network-adapters + ``` ## Notes diff --git a/Docs/say-date.md b/Docs/say-date.md index f2a46813..98e727e0 100644 --- a/Docs/say-date.md +++ b/Docs/say-date.md @@ -13,7 +13,8 @@ say-date.ps1 [] ## Example ```powershell -PS>./say-date +PS> ./say-date + ``` ## Notes diff --git a/Docs/say-joke.md b/Docs/say-joke.md index f09e23ba..085400fe 100644 --- a/Docs/say-joke.md +++ b/Docs/say-joke.md @@ -13,8 +13,9 @@ say-joke.ps1 [] ## Example ```powershell -PS>./say-joke +PS> ./say-joke (listen and have fun) + ``` ## Notes diff --git a/Docs/say-operating-system.md b/Docs/say-operating-system.md index 6204cbb6..1e469ad5 100644 --- a/Docs/say-operating-system.md +++ b/Docs/say-operating-system.md @@ -13,8 +13,9 @@ say-operating-system.ps1 [] ## Example ```powershell -PS>./say-operating-system +PS> ./say-operating-system (listen) + ``` ## Notes diff --git a/Docs/say-quote.md b/Docs/say-quote.md index fd769fa0..a2973e08 100644 --- a/Docs/say-quote.md +++ b/Docs/say-quote.md @@ -13,8 +13,9 @@ say-quote.ps1 [] ## Example ```powershell -PS>./say-quote +PS> ./say-quote (listen and learn) + ``` ## Notes diff --git a/Docs/say-time.md b/Docs/say-time.md index 6765eace..ef5f0308 100644 --- a/Docs/say-time.md +++ b/Docs/say-time.md @@ -13,7 +13,8 @@ say-time.ps1 [] ## Example ```powershell -PS>./say-time +PS> ./say-time + ``` ## Notes diff --git a/Docs/scan-ports.md b/Docs/scan-ports.md index c2ae3f5e..9f61752c 100644 --- a/Docs/scan-ports.md +++ b/Docs/scan-ports.md @@ -13,7 +13,8 @@ scan-ports.ps1 [] ## Example ```powershell -PS>./scan-ports +PS> ./scan-ports + ``` ## Notes diff --git a/Docs/search-filename.md b/Docs/search-filename.md index 176e9f4d..cab9d7b1 100644 --- a/Docs/search-filename.md +++ b/Docs/search-filename.md @@ -32,7 +32,8 @@ search-filename.ps1 [-path] [-term] [] ## Example ```powershell -PS>./search-filename +PS> ./search-filename + ``` ## Notes diff --git a/Docs/search-files.md b/Docs/search-files.md index 9a087d84..82265d00 100644 --- a/Docs/search-files.md +++ b/Docs/search-files.md @@ -31,7 +31,8 @@ search-files.ps1 [[-pattern] ] [[-files] ] [] ## Example ```powershell -PS>./search-files UFO C:\Temp\*.txt +PS> ./search-files UFO C:\Temp\*.txt + ``` ## Notes diff --git a/Docs/send-email.md b/Docs/send-email.md index b5923d44..9bb53dc3 100644 --- a/Docs/send-email.md +++ b/Docs/send-email.md @@ -13,7 +13,8 @@ send-email.ps1 [] ## Example ```powershell -PS>./send-email +PS> ./send-email + ``` ## Notes diff --git a/Docs/send-tcp.md b/Docs/send-tcp.md index 9c6e0821..f5c8c4fe 100644 --- a/Docs/send-tcp.md +++ b/Docs/send-tcp.md @@ -40,7 +40,8 @@ send-tcp.ps1 [[-TargetIP] ] [[-TargetPort] ] [[-Message] ## Example ```powershell -PS>./send-tcp 192.168.100.100 8080 "TEST" +PS> ./send-tcp 192.168.100.100 8080 "TEST" + ``` ## Notes diff --git a/Docs/set-profile.md b/Docs/set-profile.md index 762cdb1d..7aab1031 100644 --- a/Docs/set-profile.md +++ b/Docs/set-profile.md @@ -13,7 +13,8 @@ set-profile.ps1 [] ## Example ```powershell -PS>./set-profile +PS> ./set-profile + ``` ## Notes diff --git a/Docs/set-timer.md b/Docs/set-timer.md index be6248cf..dec9fc2b 100644 --- a/Docs/set-timer.md +++ b/Docs/set-timer.md @@ -22,7 +22,8 @@ set-timer.ps1 [[-Seconds] ] [] ## Example ```powershell -PS>./set-timer 60 +PS> ./set-timer 60 + ``` ## Notes diff --git a/Docs/simulate-matrix.md b/Docs/simulate-matrix.md index cafcdd01..643ebd18 100644 --- a/Docs/simulate-matrix.md +++ b/Docs/simulate-matrix.md @@ -13,7 +13,8 @@ simulate-matrix.ps1 [] ## Example ```powershell -PS>./simulate-matrix +PS> ./simulate-matrix + ``` ## Notes diff --git a/Docs/simulate-presence.md b/Docs/simulate-presence.md index d36993c7..64bdc84f 100644 --- a/Docs/simulate-presence.md +++ b/Docs/simulate-presence.md @@ -22,7 +22,8 @@ simulate-presence.ps1 [[-IPaddress] ] [] ## Example ```powershell -PS>./simulate-presence 192.168.100.100 +PS> ./simulate-presence 192.168.100.100 + ``` ## Notes diff --git a/Docs/smart-data2csv.md b/Docs/smart-data2csv.md index 5a2fbff0..863d7e93 100644 --- a/Docs/smart-data2csv.md +++ b/Docs/smart-data2csv.md @@ -23,7 +23,8 @@ smart-data2csv.ps1 [[-Directory] ] [] ## Example ```powershell -PS>./smart-data2csv +PS> ./smart-data2csv + ``` ## Notes diff --git a/Docs/speak-checklist.md b/Docs/speak-checklist.md index 0146b62b..c301aaa8 100644 --- a/Docs/speak-checklist.md +++ b/Docs/speak-checklist.md @@ -22,7 +22,8 @@ speak-checklist.ps1 [[-Name] ] [] ## Example ```powershell -PS>./speak-checklist +PS> ./speak-checklist + ``` ## Notes diff --git a/Docs/speak-countdown.md b/Docs/speak-countdown.md index 752c8625..b4a5ffac 100644 --- a/Docs/speak-countdown.md +++ b/Docs/speak-countdown.md @@ -22,7 +22,8 @@ speak-countdown.ps1 [[-StartNumber] ] [] ## Example ```powershell -PS>./speak-countdown 60 +PS> ./speak-countdown 60 + ``` ## Notes diff --git a/Docs/speak-english.md b/Docs/speak-english.md index 738f288b..4cdac800 100644 --- a/Docs/speak-english.md +++ b/Docs/speak-english.md @@ -22,7 +22,8 @@ speak-english.ps1 [[-text] ] [] ## Example ```powershell -PS>./speak-english "Hello World" +PS> ./speak-english "Hello World" + ``` ## Notes diff --git a/Docs/speak-epub.md b/Docs/speak-epub.md index fd5bfc08..33e38cac 100644 --- a/Docs/speak-epub.md +++ b/Docs/speak-epub.md @@ -22,7 +22,8 @@ speak-epub.ps1 [[-Filename] ] [] ## Example ```powershell -PS>./speak-epub C:\MyBook.epub +PS> ./speak-epub C:\MyBook.epub + ``` ## Notes diff --git a/Docs/speak-file.md b/Docs/speak-file.md index 6caf8294..c7c51d28 100644 --- a/Docs/speak-file.md +++ b/Docs/speak-file.md @@ -22,7 +22,8 @@ speak-file.ps1 [[-File] ] [] ## Example ```powershell -PS>./speak-file C:\MyFile.txt +PS> ./speak-file C:\MyFile.txt + ``` ## Notes diff --git a/Docs/speak-french.md b/Docs/speak-french.md index cc40b0ab..78493414 100644 --- a/Docs/speak-french.md +++ b/Docs/speak-french.md @@ -22,7 +22,8 @@ speak-french.ps1 [[-text] ] [] ## Example ```powershell -PS>./speak-french Salut +PS> ./speak-french Salut + ``` ## Notes diff --git a/Docs/speak-german.md b/Docs/speak-german.md index a2a1e08f..c404de31 100644 --- a/Docs/speak-german.md +++ b/Docs/speak-german.md @@ -22,7 +22,8 @@ speak-german.ps1 [[-text] ] [] ## Example ```powershell -PS>./speak-german Hallo +PS> ./speak-german Hallo + ``` ## Notes diff --git a/Docs/speak-italian.md b/Docs/speak-italian.md index 8218c1de..f7acf3df 100644 --- a/Docs/speak-italian.md +++ b/Docs/speak-italian.md @@ -22,7 +22,8 @@ speak-italian.ps1 [[-text] ] [] ## Example ```powershell -PS>./speak-italian Ciao +PS> ./speak-italian Ciao + ``` ## Notes diff --git a/Docs/speak-spanish.md b/Docs/speak-spanish.md index 7b38bd06..94e3c9a9 100644 --- a/Docs/speak-spanish.md +++ b/Docs/speak-spanish.md @@ -22,7 +22,8 @@ speak-spanish.ps1 [[-text] ] [] ## Example ```powershell -PS>./speak-spanish Hola +PS> ./speak-spanish Hola + ``` ## Notes diff --git a/Docs/speak-text.md b/Docs/speak-text.md index 0e3cec7b..e5817701 100644 --- a/Docs/speak-text.md +++ b/Docs/speak-text.md @@ -22,7 +22,8 @@ speak-text.ps1 [[-text] ] [] ## Example ```powershell -PS>./speak-text "Hello World" +PS> ./speak-text "Hello World" + ``` ## Notes diff --git a/Docs/start-calibre-server.md b/Docs/start-calibre-server.md index 3d670917..eff6c6e0 100644 --- a/Docs/start-calibre-server.md +++ b/Docs/start-calibre-server.md @@ -22,7 +22,8 @@ start-calibre-server.ps1 [[-port] ] [] ## Example ```powershell -PS>./start-calibre-server +PS> ./start-calibre-server + ``` ## Notes diff --git a/Docs/start-ipfs-server.md b/Docs/start-ipfs-server.md index 488de6fb..1b757a81 100644 --- a/Docs/start-ipfs-server.md +++ b/Docs/start-ipfs-server.md @@ -13,7 +13,8 @@ start-ipfs-server.ps1 [] ## Example ```powershell -PS>./start-ipfs-server +PS> ./start-ipfs-server + ``` ## Notes diff --git a/Docs/switch-branch.md b/Docs/switch-branch.md index ffc038d9..6b1a4185 100644 --- a/Docs/switch-branch.md +++ b/Docs/switch-branch.md @@ -31,7 +31,8 @@ switch-branch.ps1 [[-BranchName] ] [[-RepoDir] ] [./switch-branch main C:\MyRepo +PS> ./switch-branch main C:\MyRepo + ``` ## Notes diff --git a/Docs/switch-shelly1.md b/Docs/switch-shelly1.md index 4b2e4db8..1ecc4b46 100644 --- a/Docs/switch-shelly1.md +++ b/Docs/switch-shelly1.md @@ -40,7 +40,8 @@ switch-shelly1.ps1 [[-Host] ] [[-TurnMode] ] [[-Timer] ] ## Example ```powershell -PS>./switch-shelly1 192.168.100.100 toggle 10 +PS> ./switch-shelly1 192.168.100.100 toggle 10 + ``` ## Notes diff --git a/Docs/sync-repo.md b/Docs/sync-repo.md index 6dbb4ef5..2142d39a 100644 --- a/Docs/sync-repo.md +++ b/Docs/sync-repo.md @@ -22,7 +22,8 @@ sync-repo.ps1 [[-RepoDir] ] [] ## Example ```powershell -PS>./sync-repo C:\MyRepo +PS> ./sync-repo C:\MyRepo + ``` ## Notes diff --git a/Docs/take-screenshot.md b/Docs/take-screenshot.md index 48696a8a..9b989917 100644 --- a/Docs/take-screenshot.md +++ b/Docs/take-screenshot.md @@ -22,7 +22,8 @@ take-screenshot.ps1 [[-Directory] ] [] ## Example ```powershell -PS>./take-screenshot C:\Temp +PS> ./take-screenshot C:\Temp + ``` ## Notes diff --git a/Docs/take-screenshots.md b/Docs/take-screenshots.md index f4f2cdf5..c2d24a08 100644 --- a/Docs/take-screenshots.md +++ b/Docs/take-screenshots.md @@ -31,7 +31,8 @@ take-screenshots.ps1 [[-TargetDir] ] [[-Interval] ] [./take-screenshots C:\Temp 60 +PS> ./take-screenshots C:\Temp 60 + ``` ## Notes diff --git a/Docs/thank-you.md b/Docs/thank-you.md index 2ae5c085..d4a1a6f8 100644 --- a/Docs/thank-you.md +++ b/Docs/thank-you.md @@ -13,7 +13,8 @@ thank-you.ps1 [] ## Example ```powershell -PS>./thank-you +PS> ./thank-you + ``` ## Notes diff --git a/Docs/translate-file.md b/Docs/translate-file.md index 7f8a1324..91e197a8 100644 --- a/Docs/translate-file.md +++ b/Docs/translate-file.md @@ -40,7 +40,8 @@ translate-file.ps1 [[-File] ] [[-SourceLang] ] [[-TargetLang] ./translate-file C:\Memo.txt en de +PS> ./translate-file C:\Memo.txt en de + ``` ## Notes diff --git a/Docs/translate-text.md b/Docs/translate-text.md index db2cf4d0..9680d0a8 100644 --- a/Docs/translate-text.md +++ b/Docs/translate-text.md @@ -40,7 +40,8 @@ translate-text.ps1 [[-Text] ] [[-SourceLang] ] [[-TargetLang] ./translate-text "Hello World" de en +PS> ./translate-text "Hello World" de en + ``` ## Notes diff --git a/Docs/turn-volume-down.md b/Docs/turn-volume-down.md index b3dcfc9f..3bfb9b07 100644 --- a/Docs/turn-volume-down.md +++ b/Docs/turn-volume-down.md @@ -22,7 +22,8 @@ turn-volume-down.ps1 [[-percent] ] [] ## Example ```powershell -PS>./turn-volume-down +PS> ./turn-volume-down + ``` ## Notes diff --git a/Docs/turn-volume-up.md b/Docs/turn-volume-up.md index 9933e882..1ba7cfff 100644 --- a/Docs/turn-volume-up.md +++ b/Docs/turn-volume-up.md @@ -22,7 +22,8 @@ turn-volume-up.ps1 [[-percent] ] [] ## Example ```powershell -PS>./turn-volume-up +PS> ./turn-volume-up + ``` ## Notes diff --git a/Docs/unmute-audio.md b/Docs/unmute-audio.md index e73794ba..1eba5608 100644 --- a/Docs/unmute-audio.md +++ b/Docs/unmute-audio.md @@ -13,7 +13,8 @@ unmute-audio.ps1 [] ## Example ```powershell -PS>.\unmute-audio.ps1 +PS> .\unmute-audio.ps1 + ``` ## Notes diff --git a/Docs/upgrade-ubuntu.md b/Docs/upgrade-ubuntu.md index d31aee61..7e705d3e 100644 --- a/Docs/upgrade-ubuntu.md +++ b/Docs/upgrade-ubuntu.md @@ -13,7 +13,8 @@ upgrade-ubuntu.ps1 [] ## Example ```powershell -PS>.\upgrade-ubuntu.ps1 +PS> .\upgrade-ubuntu.ps1 + ``` ## Notes diff --git a/Docs/upload-file.md b/Docs/upload-file.md index e8928f70..6ad93c12 100644 --- a/Docs/upload-file.md +++ b/Docs/upload-file.md @@ -49,7 +49,8 @@ upload-file.ps1 [[-File] ] [[-URL] ] [[-Username] ] [[-P ## Example ```powershell -PS>.\upload-file.ps1 +PS> .\upload-file.ps1 + ``` ## Notes diff --git a/Docs/voice-control.md b/Docs/voice-control.md index 71522ba6..1b8b5c29 100644 --- a/Docs/voice-control.md +++ b/Docs/voice-control.md @@ -13,7 +13,8 @@ voice-control.ps1 [] ## Example ```powershell -PS>.\voice-control.ps1 +PS> .\voice-control.ps1 + ``` ## Notes diff --git a/Docs/wakeup.md b/Docs/wakeup.md index d307598e..e864de73 100644 --- a/Docs/wakeup.md +++ b/Docs/wakeup.md @@ -40,8 +40,9 @@ wakeup.ps1 [[-MACaddress] ] [[-IPaddress] ] [[-Port] ] [< ## Example ```powershell -PS>./wakeup 11:22:33:44:55:66 192.168.100.100 +PS> ./wakeup 11:22:33:44:55:66 192.168.100.100 (PC wakes up) + ``` ## Notes diff --git a/Docs/weather-report.md b/Docs/weather-report.md index cd71eed6..8ed040ba 100644 --- a/Docs/weather-report.md +++ b/Docs/weather-report.md @@ -22,7 +22,8 @@ weather-report.ps1 [[-GeoLocation] ] [] ## Example ```powershell -PS>./weather-report Paris +PS> ./weather-report Paris + ``` ## Notes diff --git a/Docs/weather.md b/Docs/weather.md index 83cd4c61..f0e3c72d 100644 --- a/Docs/weather.md +++ b/Docs/weather.md @@ -22,7 +22,8 @@ weather.ps1 [[-GeoLocation] ] [] ## Example ```powershell -PS>./weather Paris +PS> ./weather Paris + ``` ## Notes diff --git a/Docs/what-is.md b/Docs/what-is.md index dc1da3df..84d82432 100644 --- a/Docs/what-is.md +++ b/Docs/what-is.md @@ -22,7 +22,8 @@ what-is.ps1 [[-abbreviation] ] [] ## Example ```powershell -PS>./what-is CIA +PS> ./what-is CIA + ``` ## Notes diff --git a/Docs/write-animated.md b/Docs/write-animated.md index 783baead..e91ce133 100644 --- a/Docs/write-animated.md +++ b/Docs/write-animated.md @@ -93,7 +93,8 @@ write-animated.ps1 [[-Line1] ] [[-Line2] ] [[-Line3] ] [ ## Example ```powershell -PS>./write-animated "Hello World" +PS> ./write-animated "Hello World" + ``` ## Notes diff --git a/Docs/write-big.md b/Docs/write-big.md index 5dcd2d3d..a9318df4 100644 --- a/Docs/write-big.md +++ b/Docs/write-big.md @@ -22,7 +22,8 @@ write-big.ps1 [[-text] ] [] ## Example ```powershell -PS>./write-big "Hello World" +PS> ./write-big "Hello World" + ``` ## Notes diff --git a/Docs/write-blue.md b/Docs/write-blue.md index ea19a726..c08a63c9 100644 --- a/Docs/write-blue.md +++ b/Docs/write-blue.md @@ -22,7 +22,8 @@ write-blue.ps1 [[-text] ] [] ## Example ```powershell -PS>./write-blue "Hello World" +PS> ./write-blue "Hello World" + ``` ## Notes diff --git a/Docs/write-braille.md b/Docs/write-braille.md index 629c5d47..b5aece89 100644 --- a/Docs/write-braille.md +++ b/Docs/write-braille.md @@ -22,7 +22,8 @@ write-braille.ps1 [[-text] ] [] ## Example ```powershell -PS>./write-braille "Hello World" +PS> ./write-braille "Hello World" + ``` ## Notes diff --git a/Docs/write-calendar.md b/Docs/write-calendar.md index 015cbdb5..f887576c 100644 --- a/Docs/write-calendar.md +++ b/Docs/write-calendar.md @@ -31,26 +31,30 @@ write-calendar.ps1 [[-Month] ] [[-Year] ] [] ## Example ```powershell -PS>./write-calendar +PS> ./write-calendar Outputs the current month. + ``` ## Example ```powershell -PS>./write-calendar 2013 +PS> ./write-calendar 2013 Outputs the calendar for 2013. + ``` ## Example ```powershell -PS>./write-calendar 04 2011 +PS> ./write-calendar 04 2011 Outputs the calendar for April, 2011. + ``` ## Example ```powershell -PS>./write-calendar 7 +PS> ./write-calendar 7 Outputs the calendar for July of this year. + ``` ## Notes diff --git a/Docs/write-green.md b/Docs/write-green.md index 122d67a3..74dff5c2 100644 --- a/Docs/write-green.md +++ b/Docs/write-green.md @@ -22,7 +22,8 @@ write-green.ps1 [[-text] ] [] ## Example ```powershell -PS>./write-green "Hello World" +PS> ./write-green "Hello World" + ``` ## Notes diff --git a/Docs/write-joke.md b/Docs/write-joke.md index ad945387..5a84e1cd 100644 --- a/Docs/write-joke.md +++ b/Docs/write-joke.md @@ -13,8 +13,9 @@ write-joke.ps1 [] ## Example ```powershell -PS>./write-joke +PS> ./write-joke When Chuck Norris does division, there are no remainders. πŸ˜‚ + ``` ## Notes diff --git a/Docs/write-lowercase.md b/Docs/write-lowercase.md index 25568ece..459eb469 100644 --- a/Docs/write-lowercase.md +++ b/Docs/write-lowercase.md @@ -22,7 +22,8 @@ write-lowercase.ps1 [[-text] ] [] ## Example ```powershell -PS>./write-lowercase "Hello World" +PS> ./write-lowercase "Hello World" + ``` ## Notes diff --git a/Docs/write-marquee.md b/Docs/write-marquee.md index e5cd11d9..8356c3a6 100644 --- a/Docs/write-marquee.md +++ b/Docs/write-marquee.md @@ -31,7 +31,8 @@ write-marquee.ps1 [[-text] ] [[-speed] ] [] ## Example ```powershell -PS>./write-marquee "Hello World" +PS> ./write-marquee "Hello World" + ``` ## Notes diff --git a/Docs/write-morse-code.md b/Docs/write-morse-code.md index 145db48d..7fa94453 100644 --- a/Docs/write-morse-code.md +++ b/Docs/write-morse-code.md @@ -31,7 +31,8 @@ write-morse-code.ps1 [[-text] ] [[-speed] ] [] ## Example ```powershell -PS>./write-morse-code "Hello World" +PS> ./write-morse-code "Hello World" + ``` ## Notes diff --git a/Docs/write-motd.md b/Docs/write-motd.md index 64b22ee9..211e9360 100644 --- a/Docs/write-motd.md +++ b/Docs/write-motd.md @@ -13,7 +13,8 @@ write-motd.ps1 [] ## Example ```powershell -PS>./write-motd +PS> ./write-motd + ``` ## Notes diff --git a/Docs/write-quote.md b/Docs/write-quote.md index 15d17f70..8327c36e 100644 --- a/Docs/write-quote.md +++ b/Docs/write-quote.md @@ -13,7 +13,8 @@ write-quote.ps1 [] ## Example ```powershell -PS>./write-quote +PS> ./write-quote + ``` ## Notes diff --git a/Docs/write-red.md b/Docs/write-red.md index 88b7ead2..8cc0887c 100644 --- a/Docs/write-red.md +++ b/Docs/write-red.md @@ -22,7 +22,8 @@ write-red.ps1 [[-text] ] [] ## Example ```powershell -PS>./write-red "Hello World" +PS> ./write-red "Hello World" + ``` ## Notes diff --git a/Docs/write-rot13.md b/Docs/write-rot13.md index 4795d43b..65a82f86 100644 --- a/Docs/write-rot13.md +++ b/Docs/write-rot13.md @@ -22,7 +22,8 @@ write-rot13.ps1 [[-text] ] [] ## Example ```powershell -PS>./write-rot13 "Hello World" +PS> ./write-rot13 "Hello World" + ``` ## Notes diff --git a/Docs/write-typewriter.md b/Docs/write-typewriter.md index b922a1a7..01a0dc53 100644 --- a/Docs/write-typewriter.md +++ b/Docs/write-typewriter.md @@ -40,7 +40,8 @@ write-typewriter.ps1 [[-text] ] [[-speed] ] [] ## Example ```powershell -PS>./write-typewriter "Hello World" +PS> ./write-typewriter "Hello World" + ``` ## Notes diff --git a/Docs/write-uppercase.md b/Docs/write-uppercase.md index 0ac34e0c..3bb0197f 100644 --- a/Docs/write-uppercase.md +++ b/Docs/write-uppercase.md @@ -22,7 +22,8 @@ write-uppercase.ps1 [[-text] ] [] ## Example ```powershell -PS>./write-uppercase "Hello World" +PS> ./write-uppercase "Hello World" + ``` ## Notes diff --git a/Docs/write-vertical.md b/Docs/write-vertical.md index 4220bfb2..5ace1275 100644 --- a/Docs/write-vertical.md +++ b/Docs/write-vertical.md @@ -22,7 +22,8 @@ write-vertical.ps1 [[-text] ] [] ## Example ```powershell -PS>./write-vertical "Hello World" +PS> ./write-vertical "Hello World" + ``` ## Notes diff --git a/Scripts/convert-ps2md.ps1 b/Scripts/convert-ps2md.ps1 index 4585e2b3..a3faac4c 100644 --- a/Scripts/convert-ps2md.ps1 +++ b/Scripts/convert-ps2md.ps1 @@ -24,12 +24,10 @@ function GetCode { param($Example) $code = New-Object "System.Collections.Generic.List[string]" for ($i = 0; $i -lt $codeAndRemarks.Length; $i++) { - if ($codeAndRemarks[$i] -eq 'DESCRIPTION' -and $codeAndRemarks[$i + 1] -eq '-----------') { - break - } - if (1 -le $i -and $i -le 2) { - continue - } + if ($codeAndRemarks[$i] -eq 'DESCRIPTION' -and $codeAndRemarks[$i + 1] -eq '-----------') { break } + if ($codeAndRemarks[$i] -eq '' -and $codeAndRemarks[$i + 1] -eq '') { continue } + if (1 -le $i -and $i -le 2) { continue } + $codeAndRemarks[$i] = ($codeAndRemarks[$i] | Out-String) -replace "PS>","PS> " $code.Add($codeAndRemarks[$i]) } diff --git a/Scripts/export-to-manuals.ps1 b/Scripts/export-to-manuals.ps1 index ca371e69..7db7e39a 100755 --- a/Scripts/export-to-manuals.ps1 +++ b/Scripts/export-to-manuals.ps1 @@ -5,8 +5,8 @@ This script exports the comment based help of all PowerShell scripts as manuals. .EXAMPLE PS> ./export-to-manuals.ps1 - Found 264 scripts, exporting to /home/markus/PowerShell/Docs... - βœ”οΈ exported 264 scripts as manuals in 28 sec + Exporting 264 PowerShell scripts to /home/markus/PowerShell/Docs... + βœ”οΈ exported 264 PowerShell scripts in 28 sec .NOTES Author: Markus Fleschutz Β· License: CC0 .LINK @@ -21,14 +21,14 @@ try { $StopWatch = [system.diagnostics.stopwatch]::startNew() $Scripts = Get-ChildItem "$FilePattern" - "⏳ Exporting $($Scripts.Count) scripts to $TargetDir..." + "⏳ Exporting $($Scripts.Count) PowerShell scripts to $TargetDir..." foreach ($Script in $Scripts) { & "$PSScriptRoot/convert-ps2md" "$Script" > "$TargetDir/$($Script.BaseName).md" } [int]$Elapsed = $StopWatch.Elapsed.TotalSeconds - "βœ”οΈ exported $($Scripts.Count) scripts as manuals in $Elapsed sec" + "βœ”οΈ exported $($Scripts.Count) PowerShell scripts in $Elapsed sec" exit 0 # success } catch { write-error "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" diff --git a/Scripts/install-updates.ps1 b/Scripts/install-updates.ps1 index 4d7caaef..c37df733 100755 --- a/Scripts/install-updates.ps1 +++ b/Scripts/install-updates.ps1 @@ -17,16 +17,16 @@ try { $StopWatch = [system.diagnostics.stopwatch]::startNew() if ($IsLinux) { - "⏳ Fetching update infos for installed Debian packages (step 1/4)..." + "⏳ Fetching update infos for installed Debian packages [step 1/4]..." & sudo apt update - "⏳ Upgrading installed Debian packages (step 2/4)..." + "⏳ Upgrading installed Debian packages [step 2/4]..." & sudo apt upgrade --yes - "⏳ Removing obsolete Debian packages (step 3/4)..." + "⏳ Removing obsolete Debian packages [step 3/4]..." & sudo apt autoremove --yes - "⏳ Upgrading installed Snap packages (step 4/4)..." + "⏳ Upgrading installed Snap packages [step 4/4]..." & sudo snap refresh } else { "Sorry, not supported yet" diff --git a/Scripts/send-udp.ps1 b/Scripts/send-udp.ps1 index 1c8e8e60..8b488ff9 100755 --- a/Scripts/send-udp.ps1 +++ b/Scripts/send-udp.ps1 @@ -11,6 +11,7 @@ Specifies the message text to send .EXAMPLE PS> ./send-udp 192.168.100.100 8080 "TEST" + βœ”οΈ Done. .NOTES Author: Markus Fleschutz Β· License: CC0 .LINK