Add list-cli-tools.ps1

This commit is contained in:
Markus Fleschutz
2021-07-22 20:09:17 +02:00
parent 96d2838232
commit ae240d8dcd
3 changed files with 3 additions and 1 deletions

View File

@ -84,6 +84,7 @@ list-branches.ps1, lists all branches in the current/given Git repository
list-cheat-sheet.ps1, lists the PowerShell cheat sheet
list-city-weather.ps1, lists the current weather of cities worldwide (east to west)
list-commits.ps1, lists all commits in the current/given Git repository
list-cli-tools.ps1, lists available command-line interface (CLI) tools
list-clipboard.ps1, lists the contents of the clipboard
list-credits.ps1, shows the credits
list-dir.ps1, lists the directory content (formatted in columns)

1 Script Description
84 list-cheat-sheet.ps1 lists the PowerShell cheat sheet
85 list-city-weather.ps1 lists the current weather of cities worldwide (east to west)
86 list-commits.ps1 lists all commits in the current/given Git repository
87 list-cli-tools.ps1 lists available command-line interface (CLI) tools
88 list-clipboard.ps1 lists the contents of the clipboard
89 list-credits.ps1 shows the credits
90 list-dir.ps1 lists the directory content (formatted in columns)