From ba35584fdaae4cc70d4cd457bfb3a502aa77f6f2 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 30 Nov 2021 15:31:30 +0100 Subject: [PATCH] Simple rename --- Docs/VoiceControl.md | 2 +- Scripts/{open-fritz-box.ps1 => open-fritz-box-website.ps1} | 6 +++--- ...n-fritz-repeater.ps1 => open-fritz-repeater-website.ps1} | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) rename Scripts/{open-fritz-box.ps1 => open-fritz-box-website.ps1} (63%) rename Scripts/{open-fritz-repeater.ps1 => open-fritz-repeater-website.ps1} (60%) diff --git a/Docs/VoiceControl.md b/Docs/VoiceControl.md index 4cff9c1e..f0bfeee7 100644 --- a/Docs/VoiceControl.md +++ b/Docs/VoiceControl.md @@ -49,7 +49,7 @@ Computer, open `name` folder Computer, open `name` website ----------------------------- * launches the default Web browser with the given website. -* replace `name` by: "Amazon", "Baidu", "BBC", "BitBucket", "CDC", "CIA", "CNN", "eBay", "Facebook", "FBI", "Flipboard", "FourSquare", "GitHub", "HRworks", "Instagram", "IPFS", "Microsoft", "NASA", "NBC", "Notepad", "Outdoor Active", "PayPal", "Pinterest", "Pixabay", "Slashdot", "Snap Store", "Starbucks", "Tesla", "TikTok", "Topo Map", "Twitter", "UFA", "Unsplash", "Walmart", "WhatsApp", "White House", "Windy", "Wikipedia", "Wired", "Wolfram Alpha", "Yahoo", or "YouTube". +* replace `name` by: "Amazon", "Baidu", "BBC", "BitBucket", "CDC", "CIA", "CNN", "eBay", "Facebook", "FBI", "Flipboard", "FourSquare", "FRITZ!Box", "FRITZ!Repeater", "GitHub", "HRworks", "Instagram", "IPFS", "Microsoft", "NASA", "NBC", "Notepad", "Outdoor Active", "PayPal", "Pinterest", "Pixabay", "Slashdot", "Snap Store", "Starbucks", "Tesla", "TikTok", "Topo Map", "Twitter", "UFA", "Unsplash", "Walmart", "WhatsApp", "White House", "Windy", "Wikipedia", "Wired", "Wolfram Alpha", "Yahoo", or "YouTube". * when finished say: *Close tab* or: "Computer, close `name` browser" to close the Web browser. diff --git a/Scripts/open-fritz-box.ps1 b/Scripts/open-fritz-box-website.ps1 similarity index 63% rename from Scripts/open-fritz-box.ps1 rename to Scripts/open-fritz-box-website.ps1 index d90ec10a..2ce2b72d 100755 --- a/Scripts/open-fritz-box.ps1 +++ b/Scripts/open-fritz-box-website.ps1 @@ -1,10 +1,10 @@ <# .SYNOPSIS - Opens FRITZ!Box's Web interface + Opens the FRITZ!Box website .DESCRIPTION - This script launches the Web browser with FRITZ!Box's Web interface. + This script launches the Web browser with the FRITZ!Box website. .EXAMPLE - PS> ./open-fritz-box + PS> ./open-fritz-box-website .NOTES Author: Markus Fleschutz · License: CC0 .LINK diff --git a/Scripts/open-fritz-repeater.ps1 b/Scripts/open-fritz-repeater-website.ps1 similarity index 60% rename from Scripts/open-fritz-repeater.ps1 rename to Scripts/open-fritz-repeater-website.ps1 index 3f1f17ab..a3ff1824 100755 --- a/Scripts/open-fritz-repeater.ps1 +++ b/Scripts/open-fritz-repeater-website.ps1 @@ -1,10 +1,10 @@ <# .SYNOPSIS - Opens FRITZ!Repeater's Web interface + Opens the FRITZ!Repeater website .DESCRIPTION - This script launches the Web browser with the Web interface of FRITZ!Repeater. + This script launches the Web browser with the FRITZ!Repeater website. .EXAMPLE - PS> ./open-fritz-repeater + PS> ./open-fritz-repeater-website .NOTES Author: Markus Fleschutz · License: CC0 .LINK