Rename to list-timezone.ps1

This commit is contained in:
Markus Fleschutz
2021-04-17 18:38:38 +02:00
parent 370fe6c7dc
commit 9aa997ebf5
6 changed files with 19 additions and 27 deletions

View File

@ -67,7 +67,6 @@ 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
list-dir-tree.ps1, lists a directory tree
list-drives.ps1, lists all drives
@ -101,6 +100,7 @@ list-sql-tables.ps1, lists the SQL server tables
list-system-info.ps1, lists system information on the local computer
list-tags.ps1, lists all tags in the current/given Git repository
list-tasks.ps1, lists all Windows scheduler tasks
list-timezone.ps1, lists the current time zone details
list-timezones.ps1, lists all time zones available
list-user-groups.ps1, lists the user groups on the local computer
locate-city.ps1, prints the geographic location of the given city

1 Script Description
67 list-branches.ps1 lists all branches in the current/given Git repository
68 list-cheat-sheet.ps1 lists the PowerShell cheat sheet
69 list-commits.ps1 lists all commits in the current/given Git repository
list-current-timezone.ps1 lists the current time zone details
70 list-clipboard.ps1 lists the contents of the clipboard
71 list-dir-tree.ps1 lists a directory tree
72 list-drives.ps1 lists all drives
100 list-system-info.ps1 lists system information on the local computer
101 list-tags.ps1 lists all tags in the current/given Git repository
102 list-tasks.ps1 lists all Windows scheduler tasks
103 list-timezone.ps1 lists the current time zone details
104 list-timezones.ps1 lists all time zones available
105 list-user-groups.ps1 lists the user groups on the local computer
106 locate-city.ps1 prints the geographic location of the given city