eliasblume / SpicetifyModule

Powershell module to automate patching Spotify with Spicetify

Home Page:https://www.powershellgallery.com/packages/SpicetifyModule

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PS> SpicetifyModule

Powershell module to automate patching Spotify with Spicetify

Installation

Download from PowerShell Gallery or install via PowerShellGet:

Install-Module -Name SpicetifyModule

Usage

it is recommended to include this into your profile to make it available in every powershell session. Edit HOMEDIR:\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 and add the following lines:

Import-Module SpicetifyModule

or just run it in your current session:

To execute the patching process, run the following command:

Update-Spicetify

Automation/Topgrade

This is meant to be used together with Topgrade to automate the process of updating your system. Simply edit your profile like shown in Usage. Then edit your topgrade config with topgrade --edit-config and add this into the commands section:

# the `commands` key should already exist
[commands]
"Update Spicetify" = "Update-Spicetify"

About

Powershell module to automate patching Spotify with Spicetify

https://www.powershellgallery.com/packages/SpicetifyModule

License:MIT License


Languages

Language:PowerShell 100.0%