Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/taiki45/itunes_ctl

Control iTunes via Terminal
https://github.com/taiki45/itunes_ctl

Last synced: 13 days ago
JSON representation

Control iTunes via Terminal

Awesome Lists containing this project

README

        

# Controll iTunes via Teminal

## Requirement

OS X 10.6 or later

## Setup

If you use bash
```sh
git clone git://github.com/taiki45/itunes_ctl.git && cd itunes_ctl
./setup.sh
```

Notice: check permission

## Usage

Example
```sh
itunes next
```

You can use commands below
```
next prev forward back rewind play playpause pause stop name artist album count playlist
```

This supports bash completion

## Author
@taiki45