From 44a1fb2f5e88ba3788f4398d63afc31bd131bf4a Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Sun, 21 Nov 2021 12:25:02 +0100 Subject: [PATCH] Rename to open/close-spotify-app.ps1 --- Docs/VoiceControl.md | 2 +- Scripts/{close-spotify.ps1 => close-spotify-app.ps1} | 4 ++-- Scripts/{open-spotify.ps1 => open-spotify-app.ps1} | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) rename Scripts/{close-spotify.ps1 => close-spotify-app.ps1} (84%) rename Scripts/{open-spotify.ps1 => open-spotify-app.ps1} (81%) diff --git a/Docs/VoiceControl.md b/Docs/VoiceControl.md index 90ea6994..c0f4b878 100644 --- a/Docs/VoiceControl.md +++ b/Docs/VoiceControl.md @@ -28,7 +28,7 @@ More supported voice commands are: [wake word], open NAME app -------------------------- * this launches the given application. -* replace NAME by: "Calculator", "Netflix", "Thunderbird", or "Visual Studio". +* replace NAME by: "Calculator", "Netflix", "Spotify", "Thunderbird", or "Visual Studio". * when finished use: *[wake word], close NAME app* to stop the application. diff --git a/Scripts/close-spotify.ps1 b/Scripts/close-spotify-app.ps1 similarity index 84% rename from Scripts/close-spotify.ps1 rename to Scripts/close-spotify-app.ps1 index 693e191e..49f625f1 100755 --- a/Scripts/close-spotify.ps1 +++ b/Scripts/close-spotify-app.ps1 @@ -1,10 +1,10 @@ <# .SYNOPSIS - Closes Spotify + Closes the Spotify app .DESCRIPTION This script closes the Spotify application gracefully. .EXAMPLE - PS> ./close-spotify + PS> ./close-spotify-app .NOTES Author: Markus Fleschutz · License: CC0 .LINK diff --git a/Scripts/open-spotify.ps1 b/Scripts/open-spotify-app.ps1 similarity index 81% rename from Scripts/open-spotify.ps1 rename to Scripts/open-spotify-app.ps1 index aa660b11..ca90836c 100755 --- a/Scripts/open-spotify.ps1 +++ b/Scripts/open-spotify-app.ps1 @@ -1,10 +1,10 @@ <# .SYNOPSIS - Starts Spotify + Launches the Spotify app .DESCRIPTION This script launches the Spotify application. .EXAMPLE - PS> ./open-spotify + PS> ./open-spotify-app .NOTES Author: Markus Fleschutz · License: CC0 .LINK