Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/taiki45/itunes_ctl
- Owner: taiki45
- Created: 2012-10-25T14:49:55.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-16T10:57:48.000Z (about 12 years ago)
- Last Synced: 2024-10-03T09:22:49.249Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 130 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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