Command line interface for control iTunes
You can control iTunes operations from command line.
- macOS Sierra or later
- iTunes 12.5.4 or later
- Go
$ go get github.com/ktr0731/itunes-cli/itunes
Or GitHub Releases are also available.
Each sub-commands can use shorter name.
Please see $ itunes help
.
Play current selected music.
$ itunes play
Play music that name passed by a argument.
$ itunes play reunion
Pause current music
$ itunes pause
Replay current music or play previous music.
If playing music's current played time is a few second, play previous music.
Other than that, replay it music from beginning.
$ itunes back
Play next music.
$ itunes next
Play previous music.
$ itunes prev
Change volume in iTunes.
$ itunes vol 20
You can find musics by a fuzzy-finder.
$ itunes find
$ itunes find plist
Please see LICENSE.