Rename to list-weather.ps1

This commit is contained in:
Markus Fleschutz 2021-04-22 10:26:30 +02:00
parent c46fed2d97
commit ea2c047548
3 changed files with 4 additions and 4 deletions

View File

@ -91,7 +91,6 @@ list-files.ps1, lists all files in the given folder and also in every subfolder
list-fritzbox-calls.ps1, lists the FRITZ!Box calls
list-fritzbox-devices.ps1, lists FRITZ!Box's known devices
list-hidden-files.ps1, lists hidden files within the given directory tree
list-hourly-weather.ps1, lists the hourly weather today
list-installed-apps.ps1, lists the installed Windows Store apps
list-installed-software.ps1, lists the installed software (except Windows Store apps)
list-logbook.ps1, lists the content of the logbook
@ -117,6 +116,7 @@ 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
list-weather.ps1, lists the hourly weather
list-workdir.ps1, lists the current working directory
locate-city.ps1, prints the geographic location of the given city
locate-ipaddress.ps1, prints the geographic location of the given IP address

1 Script Description
91 list-fritzbox-calls.ps1 lists the FRITZ!Box calls
92 list-fritzbox-devices.ps1 lists FRITZ!Box's known devices
93 list-hidden-files.ps1 lists hidden files within the given directory tree
list-hourly-weather.ps1 lists the hourly weather today
94 list-installed-apps.ps1 lists the installed Windows Store apps
95 list-installed-software.ps1 lists the installed software (except Windows Store apps)
96 list-logbook.ps1 lists the content of the logbook
116 list-timezone.ps1 lists the current time zone details
117 list-timezones.ps1 lists all time zones available
118 list-user-groups.ps1 lists the user groups on the local computer
119 list-weather.ps1 lists the hourly weather
120 list-workdir.ps1 lists the current working directory
121 locate-city.ps1 prints the geographic location of the given city
122 locate-ipaddress.ps1 prints the geographic location of the given IP address

View File

@ -182,7 +182,6 @@ Mega Collection of PowerShell Scripts
* [list-emojis.ps1](Scripts/list-emojis.ps1) - lists the emojis of Unicode 13.0
* [list-fritzbox-calls.ps1](Scripts/list-fritzbox-calls.ps1) - lists the FRITZ!Box calls
* [list-fritzbox-devices.ps1](Scripts/list-fritzbox-devices.ps1) - lists FRITZ!Box's known devices
* [list-hourly-weather.ps1](Scripts/list-hourly-weather.ps1) - lists the hourly weather today
* [list-logbook.ps1](Scripts/list-logbook.ps1) - lists the content of the logbook
* [list-earthquakes.ps1](Scripts/list-earthquakes.ps1) - lists earthquakes with magnitude >= 6.0 for the last 30 days
* [list-mysql-tables.ps1](Scripts/list-mysql-tables.ps1) - lists the MySQL server tables
@ -191,6 +190,7 @@ Mega Collection of PowerShell Scripts
* [list-random-passwords.ps1](Scripts/list-random-passwords.ps1) - prints a list of random passwords
* [list-random-pins.ps1](Scripts/list-random-pins.ps1) - prints a list of random PIN's
* [list-sql-tables.ps1](Scripts/list-sql-tables.ps1) - lists the SQL server tables
* [list-weather.ps1](Scripts/list-weather.ps1) - lists the hourly weather
* [locate-city.ps1](Scripts/locate-city.ps1) - prints the geographic location of the given city
* [locate-ipaddress.ps1](Scripts/locate-ipaddress.ps1) - prints the geographic location of the given IP address
* [locate-zip-code.ps1](Scripts/locate-zip-code.ps1) - prints the geographic location of the given zip-code

View File

@ -1,6 +1,6 @@
<#
.SYNTAX list-hourly-weather.ps1 [<location>]
.DESCRIPTION lists the hourly weather today
.SYNTAX list-weather.ps1 [<location>]
.DESCRIPTION lists the hourly weather
.LINK https://github.com/fleschutz/PowerShell
.NOTES Author: Markus Fleschutz / License: CC0
#>