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)

View File

@ -51,6 +51,7 @@ Mega Collection of PowerShell Scripts
* [hibernate.ps1](Scripts/hibernate.ps1) - enables hibernate mode for the local computer (needs admin rights)
* [install-google-chrome.ps1](Scripts/install-google-chrome.ps1) - installs the Google Chrome browser
* [install-signal-cli.ps1](Scripts/install-signal-cli.ps1) - installs signal-cli from github.com/AsamK/signal-cli
* [list-cli-tools.ps1](Scripts/list-cli-tools.ps1) - lists available command-line interface (CLI) tools
* [list-drives.ps1](Scripts/list-drives.ps1) - lists all drives
* [list-network-shares.ps1](Scripts/list-network-shares.ps1) - lists the network shares of the local computer
* [list-installed-apps.ps1](Scripts/list-installed-apps.ps1) - lists the installed Windows Store apps

View File

@ -2,7 +2,7 @@
.SYNOPSIS
list-cli-tools.ps1
.DESCRIPTION
Lists command-line tools available
Lists available command-line interface (CLI) tools
.EXAMPLE
PS> .\list-cli-tools.ps1
.LINK