mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-22 20:51:17 +01:00
Add list-cli-tools.ps1
This commit is contained in:
parent
96d2838232
commit
ae240d8dcd
@ -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)
|
||||
|
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user