mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 03:15:37 +02:00
spicetify: add page (#8762)
This commit is contained in:
parent
2e1f699d5c
commit
3f754555ba
1 changed files with 28 additions and 0 deletions
28
pages/common/spicetify.md
Normal file
28
pages/common/spicetify.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# spicetify
|
||||
|
||||
> A CLI utility to customize the Spotify client UI and functionality.
|
||||
> More information: <https://spicetify.app>.
|
||||
|
||||
- Generate a configuration file on very first run and display help:
|
||||
|
||||
`spicetify`
|
||||
|
||||
- Backup and preprocess Spotify application files:
|
||||
|
||||
`spicetify backup`
|
||||
|
||||
- Print all configuration fields and values:
|
||||
|
||||
`spicetify config`
|
||||
|
||||
- Change the value of a configuration field:
|
||||
|
||||
`spicetify config {{field}} {{value}}`
|
||||
|
||||
- Apply the customization changes to Spotify:
|
||||
|
||||
`spicetify apply`
|
||||
|
||||
- Restore Spotify to its original state:
|
||||
|
||||
`spicetify restore`
|
Loading…
Add table
Reference in a new issue