Add list-latest-tag.ps1

This commit is contained in:
Markus Fleschutz
2021-04-28 13:01:05 +02:00
parent cfaa7b48da
commit 478d62aa89
3 changed files with 30 additions and 0 deletions

View File

@ -94,6 +94,7 @@ list-fritzbox-devices.ps1, lists FRITZ!Box's known devices
list-hidden-files.ps1, lists hidden files within the given directory tree
list-installed-apps.ps1, lists the installed Windows Store apps
list-installed-software.ps1, lists the installed software (except Windows Store apps)
list-latest-tag.ps1, lists the latest tag on the current branch in a Git repository
list-logbook.ps1, lists the content of the logbook
list-unused-files.ps1, lists unused files in a directory tree
list-cmdlets.ps1, lists the PowerShell cmdlets

1 Script Description
94 list-hidden-files.ps1 lists hidden files within the given directory tree
95 list-installed-apps.ps1 lists the installed Windows Store apps
96 list-installed-software.ps1 lists the installed software (except Windows Store apps)
97 list-latest-tag.ps1 lists the latest tag on the current branch in a Git repository
98 list-logbook.ps1 lists the content of the logbook
99 list-unused-files.ps1 lists unused files in a directory tree
100 list-cmdlets.ps1 lists the PowerShell cmdlets