Update manuals

This commit is contained in:
Markus Fleschutz 2021-10-17 11:56:55 +02:00
parent a37194f57c
commit eed0b14b0e
250 changed files with 515 additions and 264 deletions

View File

@ -22,10 +22,11 @@ add-firewall-rules.ps1 [[-PathToExecutables] <String>] [<CommonParameters>]
## 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

View File

@ -22,8 +22,9 @@ add-memo.ps1 [[-text] <String>] [<CommonParameters>]
## Example
```powershell
PS>./add-memo "Buy apples"
PS> ./add-memo "Buy apples"
✔️ added to 📄/home/markus/Memos.csv
```
## Notes

View File

@ -22,7 +22,8 @@ alert.ps1 [[-Message] <String>] [<CommonParameters>]
## Example
```powershell
PS>./alert "Harddisk failure"
PS> ./alert "Harddisk failure"
```
## Notes

View File

@ -22,7 +22,8 @@ build-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
## Example
```powershell
PS>./build-repo C:\MyRepo
PS> ./build-repo C:\MyRepo
```
## Notes

View File

@ -22,7 +22,8 @@ build-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
## Example
```powershell
PS>./build-repos C:\MyRepos
PS> ./build-repos C:\MyRepos
```
## Notes

View File

@ -13,8 +13,9 @@ cd-desktop.ps1 [<CommonParameters>]
## Example
```powershell
PS>./cd-desktop
PS> ./cd-desktop
📂/home/markus/Desktop
```
## Notes

View File

@ -13,8 +13,9 @@ cd-docs.ps1 [<CommonParameters>]
## Example
```powershell
PS>./cd-docs
PS> ./cd-docs
📂/home/markus/Documents
```
## Notes

View File

@ -13,8 +13,9 @@ cd-downloads.ps1 [<CommonParameters>]
## Example
```powershell
PS>./cd-downloads
PS> ./cd-downloads
📂/home/markus/Downloads
```
## Notes

View File

@ -13,8 +13,9 @@ cd-dropbox.ps1 [<CommonParameters>]
## Example
```powershell
PS>./cd-dropbox
PS> ./cd-dropbox
📂/home/markus/Dropbox
```
## Notes

View File

@ -13,8 +13,9 @@ cd-home.ps1 [<CommonParameters>]
## Example
```powershell
PS>./cd-home
PS> ./cd-home
📂/home/markus
```
## Notes

View File

@ -13,8 +13,9 @@ cd-music.ps1 [<CommonParameters>]
## Example
```powershell
PS>./cd-music
PS> ./cd-music
📂/home/markus/Music
```
## Notes

View File

@ -13,8 +13,9 @@ cd-onedrive.ps1 [<CommonParameters>]
## Example
```powershell
PS>./cd-onedrive
PS> ./cd-onedrive
📂/home/markus/OneDrive
```
## Notes

View File

@ -13,8 +13,9 @@ cd-pics.ps1 [<CommonParameters>]
## Example
```powershell
PS>./cd-pics
PS> ./cd-pics
📂/home/markus/Pictures
```
## Notes

View File

@ -13,8 +13,9 @@ cd-repos.ps1 [<CommonParameters>]
## Example
```powershell
PS>./cd-repos
PS> ./cd-repos
📂/home/markus/Repos
```
## Notes

View File

@ -13,8 +13,9 @@ cd-root.ps1 [<CommonParameters>]
## Example
```powershell
PS>./cd-root
PS> ./cd-root
📂C:\
```
## Notes

View File

@ -13,8 +13,9 @@ cd-scripts.ps1 [<CommonParameters>]
## Example
```powershell
PS>./cd-scripts
PS> ./cd-scripts
📂/home/markus/PowerShell/Scripts
```
## Notes

View File

@ -13,8 +13,9 @@ cd-ssh.ps1 [<CommonParameters>]
## Example
```powershell
PS>./cd-ssh
PS> ./cd-ssh
📂/home/markus/.ssh
```
## Notes

View File

@ -13,8 +13,9 @@ cd-up.ps1 [<CommonParameters>]
## Example
```powershell
PS>.\cd-up
PS> .\cd-up
(one level up)
```
## Notes

View File

@ -13,8 +13,9 @@ cd-up2.ps1 [<CommonParameters>]
## Example
```powershell
PS>./cd-up2
PS> ./cd-up2
(two levels up)
```
## Notes

View File

@ -13,8 +13,9 @@ cd-up3.ps1 [<CommonParameters>]
## Example
```powershell
PS>./cd-up3
PS> ./cd-up3
(three levels up)
```
## Notes

View File

@ -13,8 +13,9 @@ cd-up4.ps1 [<CommonParameters>]
## Example
```powershell
PS>./cd-up4
PS> ./cd-up4
(four levels up)
```
## Notes

View File

@ -13,8 +13,9 @@ cd-videos.ps1 [<CommonParameters>]
## Example
```powershell
PS>./cd-videos
PS> ./cd-videos
📂/home/markus/Videos
```
## Notes

View File

@ -13,8 +13,9 @@ check-cpu-temp.ps1 [<CommonParameters>]
## Example
```powershell
PS>./check-cpu-temp
PS> ./check-cpu-temp
✔️ 30.3 °C CPU temperature - good
```
## Notes

View File

@ -13,8 +13,9 @@ check-dns-resolution.ps1 [<CommonParameters>]
## Example
```powershell
PS>./check-dns-resolution
PS> ./check-dns-resolution
✔️ 11.8 domains/sec (177 domains resolved in 15 sec)
```
## Notes

View File

@ -31,8 +31,9 @@ check-drive-space.ps1 [[-Drive] <String>] [[-MinLevel] <Int32>] [<CommonParamete
## Example
```powershell
PS>./check-drive-space C
PS> ./check-drive-space C
✔️ 172 GB left on drive C (61 of 233 GB used)
```
## Notes

View File

@ -22,8 +22,9 @@ check-file-system.ps1 [[-Drive] <String>] [<CommonParameters>]
## Example
```powershell
PS>./check-file-system C
PS> ./check-file-system C
✔️ file system on drive C is clean
```
## Notes

View File

@ -13,13 +13,14 @@ check-health.ps1 [<CommonParameters>]
## 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

View File

@ -22,8 +22,9 @@ check-ipv4-address.ps1 [[-Address] <String>] [<CommonParameters>]
## 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

View File

@ -22,8 +22,9 @@ check-ipv6-address.ps1 [[-Address] <String>] [<CommonParameters>]
## 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

View File

@ -23,8 +23,9 @@ check-mac-address.ps1 [[-MAC] <String>] [<CommonParameters>]
## 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

View File

@ -23,8 +23,9 @@ check-ping.ps1 [[-hosts] <String>] [<CommonParameters>]
## Example
```powershell
PS>./check-ping
PS> ./check-ping
✔️ 36 ms ping average (13 ms min, 109 ms max, 10 hosts)
```
## Notes

View File

@ -23,8 +23,9 @@ check-smart-devices.ps1 [[-type] <String>] [<CommonParameters>]
## Example
```powershell
PS>./check-smart-devices
PS> ./check-smart-devices
✔️ short selftest started on S.M.A.R.T. device /dev/sda
```
## Notes

View File

@ -22,8 +22,9 @@ check-subnet-mask.ps1 [[-address] <String>] [<CommonParameters>]
## 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

View File

@ -22,8 +22,9 @@ check-swap-space.ps1 [[-MinLevel] <Int32>] [<CommonParameters>]
## Example
```powershell
PS>./check-swap-space
PS> ./check-swap-space
✔️ 1213 GB left for swap space (67 of 1280 GB used)
```
## Notes

View File

@ -23,8 +23,9 @@ check-symlinks.ps1 [[-folder] <String>] [<CommonParameters>]
## Example
```powershell
PS>./check-symlinks .
PS> ./check-symlinks .
✔️ 0 out of 10 symlinks are broken in 📂/home/markus
```
## Notes

View File

@ -22,7 +22,8 @@ check-weather.ps1 [[-location] <String>] [<CommonParameters>]
## Example
```powershell
PS>./check-weather
PS> ./check-weather
```
## Notes

View File

@ -13,8 +13,9 @@ check-windows-system-files.ps1 [<CommonParameters>]
## Example
```powershell
PS>./check-windows-system-files
PS> ./check-windows-system-files
✔️ checked Windows system files
```
## Notes

View File

@ -22,8 +22,9 @@ check-xml-file.ps1 [[-file] <String>] [<CommonParameters>]
## Example
```powershell
PS>./check-xml-file myfile.xml
PS> ./check-xml-file myfile.xml
✔️ XML file is valid
```
## Notes

View File

@ -22,9 +22,10 @@ clean-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
## 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

View File

@ -22,7 +22,8 @@ clean-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
## Example
```powershell
PS>./clean-repos C:\MyRepos
PS> ./clean-repos C:\MyRepos
```
## Notes

View File

@ -14,8 +14,9 @@ clear-recycle-bin.ps1 [<CommonParameters>]
## Example
```powershell
PS>./clear-recycle-bin
PS> ./clear-recycle-bin
✔️ cleared recycle bin
```
## Notes

View File

@ -22,7 +22,8 @@ clone-repos.ps1 [[-folder] <String>] [<CommonParameters>]
## Example
```powershell
PS>./clone-repos C:\Users\Markus\Repos
PS> ./clone-repos C:\Users\Markus\Repos
```
## Notes

View File

@ -13,7 +13,8 @@ close-calculator.ps1 [<CommonParameters>]
## Example
```powershell
PS>./close-calculator
PS> ./close-calculator
```
## Notes

View File

@ -13,7 +13,8 @@ close-chrome.ps1 [<CommonParameters>]
## Example
```powershell
PS>./close-chrome
PS> ./close-chrome
```
## Notes

View File

@ -13,7 +13,8 @@ close-cortana.ps1 [<CommonParameters>]
## Example
```powershell
PS>./close-cortana
PS> ./close-cortana
```
## Notes

View File

@ -13,7 +13,8 @@ close-edge.ps1 [<CommonParameters>]
## Example
```powershell
PS>./close-edge
PS> ./close-edge
```
## Notes

View File

@ -13,7 +13,8 @@ close-file-explorer.ps1 [<CommonParameters>]
## Example
```powershell
PS>./close-file-explorer
PS> ./close-file-explorer
```
## Notes

View File

@ -13,7 +13,8 @@ close-firefox.ps1 [<CommonParameters>]
## Example
```powershell
PS>./close-firefox
PS> ./close-firefox
```
## Notes

View File

@ -13,7 +13,8 @@ close-netflix.ps1 [<CommonParameters>]
## Example
```powershell
PS>./close-netflix
PS> ./close-netflix
```
## Notes

View File

@ -13,7 +13,8 @@ close-onedrive.ps1 [<CommonParameters>]
## Example
```powershell
PS>./close-onedrive
PS> ./close-onedrive
```
## Notes

View File

@ -40,7 +40,8 @@ close-program.ps1 [[-FullProgramName] <String>] [[-ProgramName] <String>] [[-Pro
## Example
```powershell
PS>./close-program "Google Chrome" "chrome.exe"
PS> ./close-program "Google Chrome" "chrome.exe"
```
## Notes

View File

@ -13,7 +13,8 @@ close-system-settings.ps1 [<CommonParameters>]
## Example
```powershell
PS>./close-system-settings
PS> ./close-system-settings
```
## Notes

View File

@ -13,7 +13,8 @@ close-thunderbird.ps1 [<CommonParameters>]
## Example
```powershell
PS>./close-thunderbird
PS> ./close-thunderbird
```
## Notes

View File

@ -13,7 +13,8 @@ close-vlc.ps1 [<CommonParameters>]
## Example
```powershell
PS>./close-vlc
PS> ./close-vlc
```
## Notes

View File

@ -13,8 +13,9 @@ close-windows-terminal.ps1 [<CommonParameters>]
## Example
```powershell
PS>./close-windows-terminal
PS> ./close-windows-terminal
(Windows Terminal is closed)
```
## Notes

View File

@ -40,7 +40,8 @@ configure-git.ps1 [[-FullName] <String>] [[-EmailAddress] <String>] [[-FavoriteE
## Example
```powershell
PS>./configure-git
PS> ./configure-git
```
## Notes

View File

@ -22,7 +22,8 @@ convert-csv2txt.ps1 [[-Path] <String>] [<CommonParameters>]
## Example
```powershell
PS>./convert-csv2txt salaries.csv
PS> ./convert-csv2txt salaries.csv
```
## Notes

View File

@ -58,7 +58,8 @@ convert-mysql2csv.ps1 [[-server] <String>] [[-database] <String>] [[-username] <
## Example
```powershell
PS>./convert-mysql2csv
PS> ./convert-mysql2csv
```
## Notes

View File

@ -22,7 +22,8 @@ convert-ps2bat.ps1 [[-Filepattern] <String>] [<CommonParameters>]
## Example
```powershell
PS>./convert-ps2bat *.ps1
PS> ./convert-ps2bat *.ps1
```
## Notes

View File

@ -22,7 +22,8 @@ convert-ps2md.ps1 [[-filename] <String>] [<CommonParameters>]
## Example
```powershell
PS>./convert-ps2md myscript.ps1
PS> ./convert-ps2md myscript.ps1
```
## Notes

View File

@ -58,7 +58,8 @@ convert-sql2csv.ps1 [[-server] <String>] [[-database] <String>] [[-username] <St
## Example
```powershell
PS>./convert-sql2csv
PS> ./convert-sql2csv
```
## Notes

View File

@ -31,7 +31,8 @@ convert-txt2wav.ps1 [[-Text] <String>] [[-WavFile] <String>] [<CommonParameters>
## Example
```powershell
PS>./convert-txt2wav "Hello World" spoken.wav
PS> ./convert-txt2wav "Hello World" spoken.wav
```
## Notes

View File

@ -31,7 +31,8 @@ decrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>]
## Example
```powershell
PS>./decrypt-file-rules C:\MyFile.txt "123"
PS> ./decrypt-file-rules C:\MyFile.txt "123"
```
## Notes

View File

@ -22,7 +22,8 @@ display-time.ps1 [[-Seconds] <Int32>] [<CommonParameters>]
## Example
```powershell
PS>./display-time
PS> ./display-time
```
## Notes

View File

@ -22,7 +22,8 @@ download-dir.ps1 [[-URL] <String>] [<CommonParameters>]
## Example
```powershell
PS>./download-dir https://www.cnn.com
PS> ./download-dir https://www.cnn.com
```
## Notes

View File

@ -22,7 +22,8 @@ download-file.ps1 [[-URL] <String>] [<CommonParameters>]
## Example
```powershell
PS>./download-file https://www.cnn.com/index.html
PS> ./download-file https://www.cnn.com/index.html
```
## Notes

View File

@ -22,7 +22,8 @@ edit.ps1 [[-Filename] <String>] [<CommonParameters>]
## Example
```powershell
PS>./edit C:\MyFile.txt
PS> ./edit C:\MyFile.txt
```
## Notes

View File

@ -13,7 +13,8 @@ enable-crash-dumps.ps1 [<CommonParameters>]
## Example
```powershell
PS>./enable-crash-dumps
PS> ./enable-crash-dumps
```
## Notes

View File

@ -13,7 +13,8 @@ enable-god-mode.ps1 [<CommonParameters>]
## Example
```powershell
PS>./enable-god-mode
PS> ./enable-god-mode
```
## Notes

View File

@ -31,7 +31,8 @@ encrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>]
## Example
```powershell
PS>./encrypt-file C:\MyFile.txt "123"
PS> ./encrypt-file C:\MyFile.txt "123"
```
## Notes

View File

@ -13,7 +13,8 @@ enter-chat.ps1 [<CommonParameters>]
## Example
```powershell
PS>./enter-chat
PS> ./enter-chat
```
## Notes

View File

@ -29,9 +29,10 @@ export-to-manuals.ps1 [[-FilePattern] <String>] [[-TargetDir] <String>] [<Common
## Example
```powershell
PS>./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

View File

@ -40,9 +40,10 @@ export-to-serenade.ps1 [[-WakeWord] <String>] [[-FilePattern] <String>] [[-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

View File

@ -22,9 +22,10 @@ fetch-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
## Example
```powershell
PS>./fetch-repo
PS> ./fetch-repo
🢃 Fetching updates...
✔️ fetched updates for Git repository 📂PowerShell in 14 sec
```
## Notes

View File

@ -22,7 +22,8 @@ fetch-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
## Example
```powershell
PS>./fetch-repos C:\MyRepos
PS> ./fetch-repos C:\MyRepos
```
## Notes

View File

@ -13,7 +13,8 @@ hibernate.ps1 [<CommonParameters>]
## Example
```powershell
PS>./hibernate
PS> ./hibernate
```
## Notes

View File

@ -22,7 +22,8 @@ inspect-exe.ps1 [[-PathToExe] <String>] [<CommonParameters>]
## Example
```powershell
PS>./inspect-exe C:\MyApp.exe
PS> ./inspect-exe C:\MyApp.exe
```
## Notes

View File

@ -13,7 +13,8 @@ install-github-cli.ps1 [<CommonParameters>]
## Example
```powershell
PS>./install-github-cli
PS> ./install-github-cli
```
## Notes

View File

@ -13,7 +13,8 @@ install-google-chrome.ps1 [<CommonParameters>]
## Example
```powershell
PS>./install-google-chrome
PS> ./install-google-chrome
```
## Notes

View File

@ -13,7 +13,8 @@ install-knot-resolver.ps1 [<CommonParameters>]
## Example
```powershell
PS>./install-knot-resolver
PS> ./install-knot-resolver
```
## Notes

View File

@ -22,7 +22,8 @@ install-signal-cli.ps1 [[-Version] <String>] [<CommonParameters>]
## Example
```powershell
PS>./install-signal-cli 0.11.12
PS> ./install-signal-cli 0.11.12
```
## Notes

View File

@ -13,7 +13,8 @@ install-ssh-client.ps1 [<CommonParameters>]
## Example
```powershell
PS>./install-ssh-client
PS> ./install-ssh-client
```
## Notes

View File

@ -13,7 +13,8 @@ install-ssh-server.ps1 [<CommonParameters>]
## Example
```powershell
PS>./install-ssh-server
PS> ./install-ssh-server
```
## Notes

View File

@ -13,7 +13,8 @@ install-updates.ps1 [<CommonParameters>]
## Example
```powershell
PS>./install-updates
PS> ./install-updates
```
## Notes

View File

@ -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

View File

@ -13,7 +13,8 @@ install-wsl.ps1 [<CommonParameters>]
## Example
```powershell
PS>./install-wsl
PS> ./install-wsl
```
## Notes

View File

@ -13,7 +13,8 @@ introduce-powershell.ps1 [<CommonParameters>]
## Example
```powershell
PS>./introduce-powershell
PS> ./introduce-powershell
```
## Notes

View File

@ -13,7 +13,7 @@ list-aliases.ps1 [<CommonParameters>]
## 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

View File

@ -31,7 +31,8 @@ list-anagrams.ps1 [[-Word] <String>] [[-Columns] <Int32>] [<CommonParameters>]
## Example
```powershell
PS>./list-anagrams Baby
PS> ./list-anagrams Baby
```
## Notes

View File

@ -31,7 +31,8 @@ list-branches.ps1 [[-RepoDir] <String>] [[-SearchPattern] <String>] [<CommonPara
## Example
```powershell
PS>./list-branches
PS> ./list-branches
```
## Notes

View File

@ -13,7 +13,8 @@ list-cheat-sheet.ps1 [<CommonParameters>]
## Example
```powershell
PS>./list-cheat-sheet
PS> ./list-cheat-sheet
```
## Notes

View File

@ -13,7 +13,8 @@ list-city-weather.ps1 [<CommonParameters>]
## Example
```powershell
PS>./list-city-weather
PS> ./list-city-weather
```
## Notes

View File

@ -13,7 +13,8 @@ list-clipboard.ps1 [<CommonParameters>]
## Example
```powershell
PS>./list-clipboard
PS> ./list-clipboard
```
## Notes

View File

@ -13,7 +13,7 @@ list-cmdlets.ps1 [<CommonParameters>]
## 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

View File

@ -31,7 +31,7 @@ list-commits.ps1 [[-RepoDir] <String>] [[-Format] <String>] [<CommonParameters>]
## 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

View File

@ -13,13 +13,14 @@ list-console-colors.ps1 [<CommonParameters>]
## Example
```powershell
PS>./list-console-colors
PS> ./list-console-colors
Name Foreground Background
---- ---------- ----------
...
```
## Notes

View File

@ -13,7 +13,8 @@ list-credits.ps1 [<CommonParameters>]
## Example
```powershell
PS>./list-credits
PS> ./list-credits
```
## Notes

View File

@ -22,7 +22,8 @@ list-dir-tree.ps1 [[-DirTree] <String>] [<CommonParameters>]
## Example
```powershell
PS>./list-dir-tree C:\
PS> ./list-dir-tree C:\
```
## Notes

View File

@ -13,7 +13,7 @@ list-drives.ps1 [<CommonParameters>]
## 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

View File

@ -13,7 +13,8 @@ list-earthquakes.ps1 [<CommonParameters>]
## Example
```powershell
PS>./list-earthquakes
PS> ./list-earthquakes
```
## Notes

Some files were not shown because too many files have changed in this diff Show More