mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-02 10:59:14 +01:00
Rename to open/close-spotify-app.ps1
This commit is contained in:
parent
dbb442c7ad
commit
44a1fb2f5e
@ -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.
|
||||
|
||||
|
||||
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user