diff --git a/Docs/list-aliases.md b/Docs/list-aliases.md index 1a71063f..d5242e33 100644 --- a/Docs/list-aliases.md +++ b/Docs/list-aliases.md @@ -1,6 +1,6 @@ ## list-aliases.ps1 - Lists all PowerShell aliases -list-aliases.ps1 +This scripts lists all PowerShell aliases. ## Parameters ```powershell diff --git a/Docs/list-anagrams.md b/Docs/list-anagrams.md index 02855b6a..15f50b97 100644 --- a/Docs/list-anagrams.md +++ b/Docs/list-anagrams.md @@ -1,12 +1,13 @@ ## list-anagrams.ps1 - Lists all anagrams of the given word -list-anagrams.ps1 [] [] +This script lists all anagrams of the given word. ## Parameters ```powershell list-anagrams.ps1 [[-Word] ] [[-Columns] ] [] -Word + Specifies the word to use Required? false Position? 1 @@ -15,6 +16,7 @@ list-anagrams.ps1 [[-Word] ] [[-Columns] ] [] Accept wildcard characters? false -Columns + Specifies the number of columns Required? false Position? 2 diff --git a/Docs/list-branches.md b/Docs/list-branches.md index 756d9394..986cd771 100644 --- a/Docs/list-branches.md +++ b/Docs/list-branches.md @@ -1,6 +1,6 @@ ## list-branches.ps1 - Lists all branches in a Git repository -list-branches.ps1 [] [] +This script lists all branches in a Git repository. ## Parameters ```powershell diff --git a/Docs/list-cheat-sheet.md b/Docs/list-cheat-sheet.md index 49c8622d..2b882fc0 100644 --- a/Docs/list-cheat-sheet.md +++ b/Docs/list-cheat-sheet.md @@ -1,6 +1,6 @@ ## list-cheat-sheet.ps1 - Lists the PowerShell cheat sheet -list-cheat-sheet.ps1 +This script lists the PowerShell cheat sheet. ## Parameters ```powershell diff --git a/Docs/list-city-weather.md b/Docs/list-city-weather.md index a1b524c6..785d3083 100644 --- a/Docs/list-city-weather.md +++ b/Docs/list-city-weather.md @@ -1,7 +1,6 @@ -## list-city-weather.ps1 - List the current weather of cities world-wide +## list-city-weather.ps1 - Lists current weather of cities world-wide -List the current weather of cities world-wide (west to east) -list-city-weather.ps1 +This script lists the current weather of cities world-wide (west to east). ## Parameters ```powershell diff --git a/Docs/list-clipboard.md b/Docs/list-clipboard.md index 26a93ea9..627c6ec3 100644 --- a/Docs/list-clipboard.md +++ b/Docs/list-clipboard.md @@ -1,6 +1,6 @@ ## list-clipboard.ps1 - Lists the contents of the clipboard -list-clipboard.ps1 +This script lists the contents of the clipboard. ## Parameters ```powershell diff --git a/Docs/list-cmdlets.md b/Docs/list-cmdlets.md index 6c85e734..6b8f8bfc 100644 --- a/Docs/list-cmdlets.md +++ b/Docs/list-cmdlets.md @@ -1,6 +1,6 @@ ## list-cmdlets.ps1 - Lists all PowerShell cmdlets -list-cmdlets.ps1 +This script lists all PowerShell cmdlets. ## Parameters ```powershell diff --git a/Docs/list-commits.md b/Docs/list-commits.md index f4c0bebd..18ff8a7d 100644 --- a/Docs/list-commits.md +++ b/Docs/list-commits.md @@ -1,6 +1,6 @@ ## list-commits.ps1 - Lists all commits in a Git repository -list-commits.ps1 [] [] +This script lists all commits in a Git repository. Supported output formats are: list, compact, normal or JSON. ## Parameters ```powershell diff --git a/Docs/list-console-colors.md b/Docs/list-console-colors.md index 37fda3f8..a303edf5 100644 --- a/Docs/list-console-colors.md +++ b/Docs/list-console-colors.md @@ -1,6 +1,6 @@ ## list-console-colors.ps1 - Lists all console colors -list-console-colors.ps1 +This script lists all available console colors. ## Parameters ```powershell @@ -14,6 +14,12 @@ list-console-colors.ps1 [] ## Example ```powershell PS>./list-console-colors + + + +Name Foreground Background +---- ---------- ---------- +... ``` ## Notes diff --git a/Docs/list-credits.md b/Docs/list-credits.md index 16a315ce..a7b21bb7 100644 --- a/Docs/list-credits.md +++ b/Docs/list-credits.md @@ -1,6 +1,6 @@ ## list-credits.ps1 - Shows the credits for the PowerShell Scripts -list-credits.ps1 +This script shows the credits for the PowerShell Scripts. ## Parameters ```powershell diff --git a/Docs/list-dir-tree.md b/Docs/list-dir-tree.md index 9463eb53..fbd07281 100644 --- a/Docs/list-dir-tree.md +++ b/Docs/list-dir-tree.md @@ -1,13 +1,13 @@ ## list-dir-tree.ps1 - Lists the full directory tree -list-dir-tree.ps1 [] - is the path to the directory tree +This script lists the full directory tree. ## Parameters ```powershell list-dir-tree.ps1 [[-DirTree] ] [] -DirTree + Specifies the path to the directory tree Required? false Position? 1 diff --git a/Docs/list-earthquakes.md b/Docs/list-earthquakes.md index dd376500..3796b1cc 100644 --- a/Docs/list-earthquakes.md +++ b/Docs/list-earthquakes.md @@ -1,6 +1,6 @@ -## list-earthquakes.ps1 - Lists major earthquakes for the last 30 days +## list-earthquakes.ps1 - Lists major earthquakes since 30 days -Lists earthquakes with magnitude >= 6.0 for the last 30 days +This script lists earthquakes with magnitude >= 6.0 for the last 30 days. ## Parameters ```powershell diff --git a/Docs/list-emojis.md b/Docs/list-emojis.md index 9f06cc07..0cbfaa0a 100644 --- a/Docs/list-emojis.md +++ b/Docs/list-emojis.md @@ -1,6 +1,6 @@ ## list-emojis.ps1 - Lists the Emojis of Unicode 13.0 -list-emojis.ps1 +This script lists the emojis of Unicode 13.0 sorted by category. ## Parameters ```powershell diff --git a/Docs/list-installed-software.md b/Docs/list-installed-software.md index 26a60f5c..006077cc 100644 --- a/Docs/list-installed-software.md +++ b/Docs/list-installed-software.md @@ -1,7 +1,6 @@ ## list-installed-software.ps1 - Lists the installed software -Lists the installed software (except Windows Store apps) -list-installed-software.ps1 +This script lists the installed software (except Windows Store apps). ## Parameters ```powershell diff --git a/Docs/list-latest-tag.md b/Docs/list-latest-tag.md index 667f7641..6ec8c6db 100644 --- a/Docs/list-latest-tag.md +++ b/Docs/list-latest-tag.md @@ -1,13 +1,13 @@ ## list-latest-tag.ps1 - Lists the latest tag on the current branch in a Git repository -list-latest-tag.ps1 [] - is the path to the repository +This script lists the latest tag on the current branch in a Git repository. ## Parameters ```powershell list-latest-tag.ps1 [[-RepoDir] ] [] -RepoDir + Specifies the path to the repository Required? false Position? 1 diff --git a/Docs/list-recycle-bin.md b/Docs/list-recycle-bin.md index 364d3bff..65156136 100644 --- a/Docs/list-recycle-bin.md +++ b/Docs/list-recycle-bin.md @@ -1,6 +1,6 @@ ## list-recycle-bin.ps1 - Lists the content of the recycle bin folder -list-recycle-bin.ps1 +This script lists the content of the recycle bin folder. ## Parameters ```powershell diff --git a/Docs/list-system-info.md b/Docs/list-system-info.md index 35d5ed33..03168d59 100644 --- a/Docs/list-system-info.md +++ b/Docs/list-system-info.md @@ -1,6 +1,6 @@ ## list-system-info.ps1 - Lists system information of the local computer -list-system-info.ps1 +This script lists system information of the local computer. ## Parameters ```powershell diff --git a/Docs/list-timezone.md b/Docs/list-timezone.md index d7c45165..77e3229f 100644 --- a/Docs/list-timezone.md +++ b/Docs/list-timezone.md @@ -1,6 +1,6 @@ ## list-timezone.ps1 - Lists the details of the current time zone -list-timezone.ps1 +This script lists the details of the current time zone. ## Parameters ```powershell diff --git a/Docs/list-timezones.md b/Docs/list-timezones.md index 786daa2c..35136a57 100644 --- a/Docs/list-timezones.md +++ b/Docs/list-timezones.md @@ -1,6 +1,6 @@ ## list-timezones.ps1 - Lists all available time zones -list-timezones.ps1 +This script lists all available time zones. ## Parameters ```powershell diff --git a/Docs/list-unused-files.md b/Docs/list-unused-files.md index efaa1ca9..29477b48 100644 --- a/Docs/list-unused-files.md +++ b/Docs/list-unused-files.md @@ -1,15 +1,13 @@ ## list-unused-files.ps1 - Lists unused files in a folder (including subfolders) -Lists files in a folder with last access time older than -list-unused-files.ps1 - is the path to the directory tree - is the number of days +This script scans and lists files in a folder with last access time older than number of days. ## Parameters ```powershell list-unused-files.ps1 [[-DirTree] ] [[-Days] ] [] -DirTree + Specifies the path to the directory tree Required? false Position? 1 @@ -18,6 +16,7 @@ list-unused-files.ps1 [[-DirTree] ] [[-Days] ] [ + Specifies the number of days Required? false Position? 2 diff --git a/Docs/list-user-groups.md b/Docs/list-user-groups.md index 5b3699d8..15478d6f 100644 --- a/Docs/list-user-groups.md +++ b/Docs/list-user-groups.md @@ -1,6 +1,6 @@ ## list-user-groups.ps1 - Lists the user groups on the local computer -list-user-groups.ps1 +This script lists the user groups on the local computer. ## Parameters ```powershell diff --git a/Docs/list-weather.md b/Docs/list-weather.md index 082cf590..b3fb7f6d 100644 --- a/Docs/list-weather.md +++ b/Docs/list-weather.md @@ -1,12 +1,13 @@ ## list-weather.ps1 - Lists the hourly weather report -list-weather.ps1 [] +This script lists the hourly weather report. ## Parameters ```powershell list-weather.ps1 [[-Location] ] [] -Location + Specifies the location to use (determined automatically per default) Required? false Position? 1 diff --git a/Docs/list-workdir.md b/Docs/list-workdir.md index b40fa7c3..7ca54352 100644 --- a/Docs/list-workdir.md +++ b/Docs/list-workdir.md @@ -1,6 +1,6 @@ ## list-workdir.ps1 - Lists the current working directory -list-workdir.ps1 +This script lists the current working directory (but not the content itself!) ## Parameters ```powershell diff --git a/Docs/speak-countdown.md b/Docs/speak-countdown.md index e8b4b79c..752c8625 100644 --- a/Docs/speak-countdown.md +++ b/Docs/speak-countdown.md @@ -1,12 +1,13 @@ -## speak-countdown.ps1 - Speaks a countdown by text-to-speech (TTS) +## speak-countdown.ps1 - Speaks a countdown by text-to-speech -speak-countdown.ps1 [StartNumber] +This scripts speaks a countdown by text-to-speech (TTS). ## Parameters ```powershell speak-countdown.ps1 [[-StartNumber] ] [] -StartNumber + Specifies the number to start from Required? false Position? 1 diff --git a/Docs/speak-english.md b/Docs/speak-english.md index e10cbd6c..738f288b 100644 --- a/Docs/speak-english.md +++ b/Docs/speak-english.md @@ -1,12 +1,13 @@ -## speak-english.ps1 - Speaks the given text with an English text-to-speech (TTS) voice +## speak-english.ps1 - Speaks text with an English text-to-speech voice -speak-english.ps1 [] +This scripts speaks the given text with an English text-to-speech (TTS) voice. ## Parameters ```powershell speak-english.ps1 [[-text] ] [] -text + Specifies the text to speak Required? false Position? 1 diff --git a/Docs/speak-french.md b/Docs/speak-french.md index 805cb995..cc40b0ab 100644 --- a/Docs/speak-french.md +++ b/Docs/speak-french.md @@ -1,12 +1,13 @@ -## speak-french.ps1 - Speaks the given text with a French text-to-speech (TTS) voice +## speak-french.ps1 - Speaks text with a French text-to-speech voice -speak-french.ps1 [] +This script speaks the given text with a French text-to-speech (TTS) voice ## Parameters ```powershell speak-french.ps1 [[-text] ] [] -text + Specifies the text to speak Required? false Position? 1 diff --git a/Docs/speak-german.md b/Docs/speak-german.md index 54efd07f..a2a1e08f 100644 --- a/Docs/speak-german.md +++ b/Docs/speak-german.md @@ -1,12 +1,13 @@ -## speak-german.ps1 - Speaks the given text with a German text-to-speech (TTS) voice +## speak-german.ps1 - Speaks text with a German text-to-speech voice -speak-german.ps1 [] +This script speaks the given text with a German text-to-speech (TTS) voice. ## Parameters ```powershell speak-german.ps1 [[-text] ] [] -text + Specifies the text to speak Required? false Position? 1 diff --git a/Docs/speak-italian.md b/Docs/speak-italian.md index e7f20fb9..8218c1de 100644 --- a/Docs/speak-italian.md +++ b/Docs/speak-italian.md @@ -1,12 +1,13 @@ -## speak-italian.ps1 - Speaks the given text with an Italian text-to-speech (TTS) voice +## speak-italian.ps1 - Speaks text with an Italian text-to-speech voice -speak-italian.ps1 [] +This script speaks the given text with an Italian text-to-speech (TTS) voice. ## Parameters ```powershell speak-italian.ps1 [[-text] ] [] -text + Specifies the text to speak Required? false Position? 1 diff --git a/Docs/speak-spanish.md b/Docs/speak-spanish.md index 1ba1a59f..7b38bd06 100644 --- a/Docs/speak-spanish.md +++ b/Docs/speak-spanish.md @@ -1,12 +1,13 @@ -## speak-spanish.ps1 - Speaks the given text with a Spanish text-to-speech (TTS) voice +## speak-spanish.ps1 - Speaks text with a Spanish text-to-speech voice -speak-spanish.ps1 [] +This script speaks the given text with a Spanish text-to-speech (TTS) voice. ## Parameters ```powershell speak-spanish.ps1 [[-text] ] [] -text + Specifies the text to speak Required? false Position? 1 diff --git a/Docs/speak-text.md b/Docs/speak-text.md index 39f33b75..2be314b5 100644 --- a/Docs/speak-text.md +++ b/Docs/speak-text.md @@ -7,6 +7,7 @@ speak-text.ps1 [] speak-text.ps1 [[-text] ] [] -text + Specifies the text to speak Required? false Position? 1 diff --git a/Scripts/list-aliases.ps1 b/Scripts/list-aliases.ps1 index 6cdafed0..df8d50e1 100755 --- a/Scripts/list-aliases.ps1 +++ b/Scripts/list-aliases.ps1 @@ -2,7 +2,7 @@ .SYNOPSIS Lists all PowerShell aliases .DESCRIPTION - list-aliases.ps1 + This scripts lists all PowerShell aliases. .EXAMPLE PS> ./list-aliases diff --git a/Scripts/list-anagrams.ps1 b/Scripts/list-anagrams.ps1 index a68a444d..c5831818 100755 --- a/Scripts/list-anagrams.ps1 +++ b/Scripts/list-anagrams.ps1 @@ -2,7 +2,11 @@ .SYNOPSIS Lists all anagrams of the given word .DESCRIPTION - list-anagrams.ps1 [] [] + This script lists all anagrams of the given word. +.PARAMETER Word + Specifies the word to use +.PARAMETER Columns + Specifies the number of columns .EXAMPLE PS> ./list-anagrams Baby .NOTES diff --git a/Scripts/list-automatic-variables.ps1 b/Scripts/list-automatic-variables.ps1 index 818848c5..ff556275 100755 --- a/Scripts/list-automatic-variables.ps1 +++ b/Scripts/list-automatic-variables.ps1 @@ -2,7 +2,7 @@ .SYNOPSIS Lists all automatic variables of PowerShell .DESCRIPTION - list-automatic-variables.ps1 + This script lists all automatic variables of PowerShell. .EXAMPLE PS> ./list-automatic-variables diff --git a/Scripts/list-branches.ps1 b/Scripts/list-branches.ps1 index 9ce41e37..c9f11161 100755 --- a/Scripts/list-branches.ps1 +++ b/Scripts/list-branches.ps1 @@ -2,7 +2,7 @@ .SYNOPSIS Lists all branches in a Git repository .DESCRIPTION - list-branches.ps1 [] [] + This script lists all branches in a Git repository. .PARAMETER RepoDir Specifies the path to the Git repository (current working directory by default) .PARAMETER SearchPattern diff --git a/Scripts/list-cheat-sheet.ps1 b/Scripts/list-cheat-sheet.ps1 index b4336df2..76ac34b9 100755 --- a/Scripts/list-cheat-sheet.ps1 +++ b/Scripts/list-cheat-sheet.ps1 @@ -2,7 +2,7 @@ .SYNOPSIS Lists the PowerShell cheat sheet .DESCRIPTION - list-cheat-sheet.ps1 + This script lists the PowerShell cheat sheet. .EXAMPLE PS> ./list-cheat-sheet .NOTES diff --git a/Scripts/list-city-weather.ps1 b/Scripts/list-city-weather.ps1 index 07f08c3f..a40e578f 100755 --- a/Scripts/list-city-weather.ps1 +++ b/Scripts/list-city-weather.ps1 @@ -1,9 +1,8 @@ <# .SYNOPSIS - List the current weather of cities world-wide + Lists current weather of cities world-wide .DESCRIPTION - List the current weather of cities world-wide (west to east) - list-city-weather.ps1 + This script lists the current weather of cities world-wide (west to east). .EXAMPLE PS> ./list-city-weather .NOTES diff --git a/Scripts/list-cli-tools.ps1 b/Scripts/list-cli-tools.ps1 index a191bfec..0819d06c 100755 --- a/Scripts/list-cli-tools.ps1 +++ b/Scripts/list-cli-tools.ps1 @@ -2,7 +2,7 @@ .SYNOPSIS Lists available command-line interface (CLI) tools .DESCRIPTION - list-cli-tools.ps1 + This script lists available command-line interface (CLI) tools. .EXAMPLE PS> ./list-cli-tools diff --git a/Scripts/list-clipboard.ps1 b/Scripts/list-clipboard.ps1 index c85effef..be9f4b67 100755 --- a/Scripts/list-clipboard.ps1 +++ b/Scripts/list-clipboard.ps1 @@ -2,7 +2,7 @@ .SYNOPSIS Lists the contents of the clipboard .DESCRIPTION - list-clipboard.ps1 + This script lists the contents of the clipboard. .EXAMPLE PS> ./list-clipboard .NOTES diff --git a/Scripts/list-cmdlets.ps1 b/Scripts/list-cmdlets.ps1 index 0a7d2e54..2fe01938 100755 --- a/Scripts/list-cmdlets.ps1 +++ b/Scripts/list-cmdlets.ps1 @@ -2,7 +2,7 @@ .SYNOPSIS Lists all PowerShell cmdlets .DESCRIPTION - list-cmdlets.ps1 + This script lists all PowerShell cmdlets. .EXAMPLE PS> ./list-cmdlets diff --git a/Scripts/list-commits.ps1 b/Scripts/list-commits.ps1 index cdd96381..56abafc3 100755 --- a/Scripts/list-commits.ps1 +++ b/Scripts/list-commits.ps1 @@ -2,7 +2,7 @@ .SYNOPSIS Lists all commits in a Git repository .DESCRIPTION - list-commits.ps1 [] [] + This script lists all commits in a Git repository. Supported output formats are: list, compact, normal or JSON. .PARAMETER RepoDir Specifies the path to the Git repository. .PARAMETER Format diff --git a/Scripts/list-console-colors.ps1 b/Scripts/list-console-colors.ps1 index e7f60f74..ec6046db 100755 --- a/Scripts/list-console-colors.ps1 +++ b/Scripts/list-console-colors.ps1 @@ -2,9 +2,13 @@ .SYNOPSIS Lists all console colors .DESCRIPTION - list-console-colors.ps1 + This script lists all available console colors. .EXAMPLE PS> ./list-console-colors + + Name Foreground Background + ---- ---------- ---------- + ... .NOTES Author: Markus Fleschutz · License: CC0 .LINK diff --git a/Scripts/list-countries.ps1 b/Scripts/list-countries.ps1 index 99624818..5f47e61a 100644 --- a/Scripts/list-countries.ps1 +++ b/Scripts/list-countries.ps1 @@ -2,7 +2,7 @@ .SYNOPSIS Lists details of all countries .DESCRIPTION - list-countries.ps1 + This script lists details of all countries. .EXAMPLE PS> ./list-countries .NOTES diff --git a/Scripts/list-credits.ps1 b/Scripts/list-credits.ps1 index 79333f48..b1b02e8e 100755 --- a/Scripts/list-credits.ps1 +++ b/Scripts/list-credits.ps1 @@ -2,7 +2,7 @@ .SYNOPSIS Shows the credits for the PowerShell Scripts .DESCRIPTION - list-credits.ps1 + This script shows the credits for the PowerShell Scripts. .EXAMPLE PS> ./list-credits .NOTES diff --git a/Scripts/list-crypto-rates.ps1 b/Scripts/list-crypto-rates.ps1 index e6ada538..4dde4725 100644 --- a/Scripts/list-crypto-rates.ps1 +++ b/Scripts/list-crypto-rates.ps1 @@ -2,7 +2,7 @@ .SYNOPSIS Lists the current crypto exchange rates .DESCRIPTION - list-crypto-rates.ps1 + This script lists the current crypto exchange rates. .EXAMPLE PS> ./list-crypto-rates .NOTES diff --git a/Scripts/list-dir-tree.ps1 b/Scripts/list-dir-tree.ps1 index 3ab92d8e..79d69cef 100755 --- a/Scripts/list-dir-tree.ps1 +++ b/Scripts/list-dir-tree.ps1 @@ -2,8 +2,9 @@ .SYNOPSIS Lists the full directory tree .DESCRIPTION - list-dir-tree.ps1 [] - is the path to the directory tree + This script lists the full directory tree. +.PARAMETER DirTree + Specifies the path to the directory tree .EXAMPLE PS> ./list-dir-tree C:\ .NOTES diff --git a/Scripts/list-earthquakes.ps1 b/Scripts/list-earthquakes.ps1 index b8e053af..ac993236 100755 --- a/Scripts/list-earthquakes.ps1 +++ b/Scripts/list-earthquakes.ps1 @@ -1,8 +1,8 @@ <# .SYNOPSIS - Lists major earthquakes for the last 30 days + Lists major earthquakes since 30 days .DESCRIPTION - Lists earthquakes with magnitude >= 6.0 for the last 30 days + This script lists earthquakes with magnitude >= 6.0 for the last 30 days. .EXAMPLE PS> ./list-earthquakes .NOTES diff --git a/Scripts/list-emojis.ps1 b/Scripts/list-emojis.ps1 index 6bed6a33..139d8fe8 100644 --- a/Scripts/list-emojis.ps1 +++ b/Scripts/list-emojis.ps1 @@ -2,7 +2,7 @@ .SYNOPSIS Lists the Emojis of Unicode 13.0 .DESCRIPTION - list-emojis.ps1 + This script lists the emojis of Unicode 13.0 sorted by category. .EXAMPLE PS> ./list-emojis .NOTES diff --git a/Scripts/list-installed-software.ps1 b/Scripts/list-installed-software.ps1 index bc038d8b..56744238 100755 --- a/Scripts/list-installed-software.ps1 +++ b/Scripts/list-installed-software.ps1 @@ -2,8 +2,7 @@ .SYNOPSIS Lists the installed software .DESCRIPTION - Lists the installed software (except Windows Store apps) - list-installed-software.ps1 + This script lists the installed software (except Windows Store apps). .EXAMPLE PS> ./list-installed-software .NOTES diff --git a/Scripts/list-latest-tag.ps1 b/Scripts/list-latest-tag.ps1 index cef61dca..615acbe5 100755 --- a/Scripts/list-latest-tag.ps1 +++ b/Scripts/list-latest-tag.ps1 @@ -2,8 +2,9 @@ .SYNOPSIS Lists the latest tag on the current branch in a Git repository .DESCRIPTION - list-latest-tag.ps1 [] - is the path to the repository + This script lists the latest tag on the current branch in a Git repository. +.PARAMETER RepoDir + Specifies the path to the repository .EXAMPLE PS> ./list-latest-tag C:\MyRepo .NOTES diff --git a/Scripts/list-recycle-bin.ps1 b/Scripts/list-recycle-bin.ps1 index d42344cb..2dce2e30 100755 --- a/Scripts/list-recycle-bin.ps1 +++ b/Scripts/list-recycle-bin.ps1 @@ -2,7 +2,7 @@ .SYNOPSIS Lists the content of the recycle bin folder .DESCRIPTION - list-recycle-bin.ps1 + This script lists the content of the recycle bin folder. .EXAMPLE PS> ./list-recycle-bin .NOTES diff --git a/Scripts/list-system-info.ps1 b/Scripts/list-system-info.ps1 index 7b2f96c6..ef85e185 100755 --- a/Scripts/list-system-info.ps1 +++ b/Scripts/list-system-info.ps1 @@ -2,7 +2,7 @@ .SYNOPSIS Lists system information of the local computer .DESCRIPTION - list-system-info.ps1 + This script lists system information of the local computer. .EXAMPLE PS> ./list-system-info .NOTES diff --git a/Scripts/list-timezone.ps1 b/Scripts/list-timezone.ps1 index 213daf60..3b43695d 100755 --- a/Scripts/list-timezone.ps1 +++ b/Scripts/list-timezone.ps1 @@ -2,7 +2,7 @@ .SYNOPSIS Lists the details of the current time zone .DESCRIPTION - list-timezone.ps1 + This script lists the details of the current time zone. .EXAMPLE PS> ./list-timezone diff --git a/Scripts/list-timezones.ps1 b/Scripts/list-timezones.ps1 index c0f4ddee..d8048a99 100755 --- a/Scripts/list-timezones.ps1 +++ b/Scripts/list-timezones.ps1 @@ -2,7 +2,7 @@ .SYNOPSIS Lists all available time zones .DESCRIPTION - list-timezones.ps1 + This script lists all available time zones. .EXAMPLE PS> ./list-timezones diff --git a/Scripts/list-tiobe-index.ps1 b/Scripts/list-tiobe-index.ps1 index dcb305b3..60ab500a 100644 --- a/Scripts/list-tiobe-index.ps1 +++ b/Scripts/list-tiobe-index.ps1 @@ -2,7 +2,7 @@ .SYNOPSIS Lists the TIOBE index of top programming languages .DESCRIPTION - list-tiobe-index.ps1 + This script lists the TIOBE index of top programming languages. .EXAMPLE PS> ./list-tiobe-index .NOTES diff --git a/Scripts/list-unused-files.ps1 b/Scripts/list-unused-files.ps1 index 0fa2ba7d..f0c90598 100755 --- a/Scripts/list-unused-files.ps1 +++ b/Scripts/list-unused-files.ps1 @@ -2,10 +2,11 @@ .SYNOPSIS Lists unused files in a folder (including subfolders) .DESCRIPTION - Lists files in a folder with last access time older than - list-unused-files.ps1 - is the path to the directory tree - is the number of days + This script scans and lists files in a folder with last access time older than number of days. +.PARAMETER DirTree + Specifies the path to the directory tree +.PARAMETER Days + Specifies the number of days .EXAMPLE PS> ./list-unused-files C:\ 100 .NOTES diff --git a/Scripts/list-user-groups.ps1 b/Scripts/list-user-groups.ps1 index 90624538..0a1268d3 100755 --- a/Scripts/list-user-groups.ps1 +++ b/Scripts/list-user-groups.ps1 @@ -2,7 +2,7 @@ .SYNOPSIS Lists the user groups on the local computer .DESCRIPTION - list-user-groups.ps1 + This script lists the user groups on the local computer. .EXAMPLE PS> ./list-user-groups diff --git a/Scripts/list-weather.ps1 b/Scripts/list-weather.ps1 index da83ee09..1ca76528 100755 --- a/Scripts/list-weather.ps1 +++ b/Scripts/list-weather.ps1 @@ -2,7 +2,9 @@ .SYNOPSIS Lists the hourly weather report .DESCRIPTION - list-weather.ps1 [] + This script lists the hourly weather report. +.PARAMETER Location + Specifies the location to use (determined automatically per default) .EXAMPLE PS> ./list-weather .NOTES diff --git a/Scripts/list-workdir.ps1 b/Scripts/list-workdir.ps1 index 26e0f341..99e0a7e5 100644 --- a/Scripts/list-workdir.ps1 +++ b/Scripts/list-workdir.ps1 @@ -2,7 +2,7 @@ .SYNOPSIS Lists the current working directory .DESCRIPTION - list-workdir.ps1 + This script lists the current working directory (but not the content itself!) .EXAMPLE PS> ./list-workdir .NOTES