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
--------------------------
* 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.

View File

@ -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

View File

@ -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