mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-02 10:59:14 +01:00
Rename to list-weather.ps1
This commit is contained in:
parent
c46fed2d97
commit
ea2c047548
@ -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
|
||||
|
|
@ -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
|
||||
|
@ -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
|
||||
#>
|
Loading…
Reference in New Issue
Block a user