Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexmanno/spotify-client
Spotify client written in bash
https://github.com/alexmanno/spotify-client
Last synced: 6 days ago
JSON representation
Spotify client written in bash
- Host: GitHub
- URL: https://github.com/alexmanno/spotify-client
- Owner: alexmanno
- License: apache-2.0
- Created: 2018-12-20T08:29:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T08:34:11.000Z (about 6 years ago)
- Last Synced: 2024-10-30T08:21:41.778Z (about 2 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spotify-client
Spotify client written in bash# Installation
```bash
wget https://raw.githubusercontent.com/alexmanno/spotify-client/master/spotify.sh
chmod +x spotify.sh
```# Usage
```
Usage: ./spotify.sh [command]
Available commands:
Who
Play
Pause
PlayPause
Previous
Next
```# Examples
## Play
```bash
./spotify.sh Play
```## Pause
```bash
./spotify.sh Pause
```## Next
```bash
./spotify.sh Next
```## Previous
```bash
./spotify.sh Previous
```## Get informations
```bash
./spotify.sh Who
```