alexmanno / spotify-client

Spotify client written in bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spotify-client

Spotify client written in bash

Installation

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

./spotify.sh Play

Pause

./spotify.sh Pause

Next

./spotify.sh Next

Previous

./spotify.sh Previous

Get informations

./spotify.sh Who

About

Spotify client written in bash

License:Apache License 2.0


Languages

Language:Shell 100.0%