Rename to open/close-spotify-app.ps1

This commit is contained in:
Markus Fleschutz 2021-11-21 12:25:02 +01:00
parent dbb442c7ad
commit 44a1fb2f5e
3 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@ More supported voice commands are:
[wake word], open NAME app [wake word], open NAME app
-------------------------- --------------------------
* this launches the given application. * 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. * when finished use: *[wake word], close NAME app* to stop the application.

View File

@ -1,10 +1,10 @@
<# <#
.SYNOPSIS .SYNOPSIS
Closes Spotify Closes the Spotify app
.DESCRIPTION .DESCRIPTION
This script closes the Spotify application gracefully. This script closes the Spotify application gracefully.
.EXAMPLE .EXAMPLE
PS> ./close-spotify PS> ./close-spotify-app
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

@ -1,10 +1,10 @@
<# <#
.SYNOPSIS .SYNOPSIS
Starts Spotify Launches the Spotify app
.DESCRIPTION .DESCRIPTION
This script launches the Spotify application. This script launches the Spotify application.
.EXAMPLE .EXAMPLE
PS> ./open-spotify PS> ./open-spotify-app
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK