https://github.com/pwittchen/spotify-cli-macos
A command line interface to Spotify on macOS
https://github.com/pwittchen/spotify-cli-macos
cli macos shell spotify terminal
Last synced: 11 months ago
JSON representation
A command line interface to Spotify on macOS
- Host: GitHub
- URL: https://github.com/pwittchen/spotify-cli-macos
- Owner: pwittchen
- License: apache-2.0
- Created: 2025-02-02T15:04:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-02T21:02:56.000Z (over 1 year ago)
- Last Synced: 2025-04-01T13:23:18.639Z (about 1 year ago)
- Topics: cli, macos, shell, spotify, terminal
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spotify-cli-macos
A command line interface to Spotify on macOS
Please note: you need to have Spotify desktop app installed on your computer in order to use this script
If you're using Linux, see: [spotify-cli-linux](https://github.com/pwittchen/spotify-cli-linux)
## installation
```
git clone https://github.com/pwittchen/spotify-cli-macos.git
cd spotify-cli-macos
make install
```
## uninstallation
```
make uninstall
```
## update
```
cd spotify-cli-macos
git pull
make install
```
## usage
```
spotifycli
```
e.g.
```
spotifycli help
```
all available commands:
```
activate activate spotify
status check if spotify app is running
play play the song
pause pause the song
playpause play or pause the song
next play next track
prev play previous track
restart restart current track
track show artist and song title
quit quit spotify
help show help
```