Add list-cheat-sheet.ps1

This commit is contained in:
Markus Fleschutz
2021-04-10 11:42:06 +02:00
parent 1d0cae88bb
commit 6ec26b78b7
11 changed files with 38 additions and 0 deletions

View File

@ -60,6 +60,7 @@ list-aliases.ps1, lists all PowerShell aliases
list-anagrams.ps1, lists all anagrams of the given word
list-automatic-variables.ps1, lists the automatic variables of PowerShell
list-branches.ps1, lists all branches in the current/given Git repository
list-cheat-sheet.ps1, lists the PowerShell cheat sheet
list-commits.ps1, lists all commits in the current/given Git repository
list-current-timezone.ps1, lists the current time zone details
list-clipboard.ps1, lists the contents of the clipboard

1 Script Description
60 list-anagrams.ps1 lists all anagrams of the given word
61 list-automatic-variables.ps1 lists the automatic variables of PowerShell
62 list-branches.ps1 lists all branches in the current/given Git repository
63 list-cheat-sheet.ps1 lists the PowerShell cheat sheet
64 list-commits.ps1 lists all commits in the current/given Git repository
65 list-current-timezone.ps1 lists the current time zone details
66 list-clipboard.ps1 lists the contents of the clipboard