mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Add open-spotify.ps1 and close-spotify.ps1
This commit is contained in:
26
Docs/close-spotify.md
Normal file
26
Docs/close-spotify.md
Normal file
@ -0,0 +1,26 @@
|
||||
## close-spotify.ps1 - Closes Spotify
|
||||
|
||||
This script closes the Spotify application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
close-spotify.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./close-spotify
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of close-spotify.ps1*
|
26
Docs/open-spotify.md
Normal file
26
Docs/open-spotify.md
Normal file
@ -0,0 +1,26 @@
|
||||
## open-spotify.ps1 - Starts Spotify
|
||||
|
||||
This script starts the Spotify application.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
open-spotify.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./open-spotify
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of open-spotify.ps1*
|
Reference in New Issue
Block a user