From ea2c047548e15d0a508d53638946ddef89bc2b9f Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Thu, 22 Apr 2021 10:26:30 +0200 Subject: [PATCH] Rename to list-weather.ps1 --- Data/scripts.csv | 2 +- README.md | 2 +- Scripts/{list-hourly-weather.ps1 => list-weather.ps1} | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename Scripts/{list-hourly-weather.ps1 => list-weather.ps1} (93%) diff --git a/Data/scripts.csv b/Data/scripts.csv index 932a0274..096cc9c5 100644 --- a/Data/scripts.csv +++ b/Data/scripts.csv @@ -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 diff --git a/README.md b/README.md index d5588794..5f9551d2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/Scripts/list-hourly-weather.ps1 b/Scripts/list-weather.ps1 similarity index 93% rename from Scripts/list-hourly-weather.ps1 rename to Scripts/list-weather.ps1 index f64f8e37..cad8e8b4 100755 --- a/Scripts/list-hourly-weather.ps1 +++ b/Scripts/list-weather.ps1 @@ -1,6 +1,6 @@ <# -.SYNTAX list-hourly-weather.ps1 [] -.DESCRIPTION lists the hourly weather today +.SYNTAX list-weather.ps1 [] +.DESCRIPTION lists the hourly weather .LINK https://github.com/fleschutz/PowerShell .NOTES Author: Markus Fleschutz / License: CC0 #>