mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-08 22:10: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
|
[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.
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user