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

https://github.com/elia/mediakeys

Access OS X media keys from the command line (play/pause, prev, next, volume)
https://github.com/elia/mediakeys

Last synced: 5 months ago
JSON representation

Access OS X media keys from the command line (play/pause, prev, next, volume)

Awesome Lists containing this project

README

          

# mediakeys

Usage: mediakeys command
Supported commands are: next playpause prev volup voldown

Based on https://gist.github.com/fredrikw/4078034
by @fredrikw and @albertz.
Ref: http://stackoverflow.com/a/11048135