Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```