cli
Command-line tool to customize Spotify client. Supports Windows, macOS, and Linux.
File Explorer
Download Latest Version (.zip)- logo.png
- build.yml
- labeler.yml
- linter.yml
- lintpr.yml
- dependabot.yml
- labeler.yml
- extensions.json
- settings.json
- conversion.png
- genius.png
- index.js
- kara.png
- lockin.png
- manifest.json
- OptionsMenu.js
- Pages.js
- PlaybarButton.js
- ProviderGenius.js
- ProviderLRCLIB.js
- ProviderMusixmatch.js
- ProviderNetease.js
- Providers.js
- README.md
- search.png
- Settings.js
- style.css
- TabBar.js
- Translator.js
- Utils.js
- Card.js
- Icons.js
- index.js
- manifest.json
- Settings.js
- style.css
- Card.js
- Icons.js
- index.js
- manifest.json
- OptionsMenu.js
- Settings.js
- SortBox.js
- style.css
- TabBar.js
- autoSkipExplicit.js
- autoSkipVideo.js
- bookmark.js
- fullAppDisplay.js
- keyboardShortcut.js
- loopyLoop.js
- popupLyrics.js
- shuffle+.js
- trashbin.js
- webnowplaying.js
- expFeatures.js
- homeConfig.js
- sidebarConfig.js
- build-wrapper.mjs
- apply.go
- backup.go
- apply.go
- auto.go
- backup.go
- block-updates.go
- cmd.go
- color.go
- config-dir.go
- config.go
- devtools.go
- patch.go
- path.go
- restart.go
- update.go
- watch.go
- async.js
- string.js
- cards.js
- component-resolvers.js
- late-components.js
- menus.js
- module-inventory.js
- react-components.js
- react-query.js
- runtime-resolvers.js
- scrollable-container.js
- spicetify-bindings.js
- uri.js
- core.js
- custom-apps.js
- events.js
- helpers.js
- icons.js
- index.js
- menus.js
- platform.js
- playbar.js
- player-events.js
- popup.js
- topbar.js
- update.js
- webpack.js
- preprocess.go
- backup.go
- spotify.go
- unix.go
- windows.go
- color.go
- config.go
- file-utils.go
- path-utils.go
- print.go
- scanner.go
- show-dir.go
- utils.go
- vcs.go
- watcher.go
- color.ini
- user.css
- .coderabbit.yaml
- .gitignore
- .npmrc
- .oxfmtrc.json
- .oxlintrc.json
- CONTRIBUTING.md
- css-map.json
- globals.d.ts
- go.mod
- go.sum
- install.ps1
- install.sh
- LICENSE
- manifest.json
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- spicetify.go
π Installation Guide
1. Get the code
git clone https://github.com/spicetify/cli
Downloads the entire project code from GitHub to your computer.
cd cli
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. Go
MediumPrerequisites
go build ./...
Compiles the Go program into an executable.
go run .
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
// repository documentation
Was this content helpful?
(0 ratings)
