From ae240d8dcd21d54dbcf1b93073f6d0b2a318d8be Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Thu, 22 Jul 2021 20:09:17 +0200 Subject: [PATCH] Add list-cli-tools.ps1 --- Data/scripts.csv | 1 + README.md | 1 + Scripts/list-cli-tools.ps1 | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Data/scripts.csv b/Data/scripts.csv index b0fcf88f..534eab5d 100644 --- a/Data/scripts.csv +++ b/Data/scripts.csv @@ -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) diff --git a/README.md b/README.md index 0ff43d75..844d6891 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/Scripts/list-cli-tools.ps1 b/Scripts/list-cli-tools.ps1 index 196e48c2..27c337bd 100755 --- a/Scripts/list-cli-tools.ps1 +++ b/Scripts/list-cli-tools.ps1 @@ -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