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)
- Host: GitHub
- URL: https://github.com/elia/mediakeys
- Owner: elia
- License: mit
- Created: 2015-04-19T23:19:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-19T23:33:16.000Z (over 11 years ago)
- Last Synced: 2024-12-28T03:51:59.676Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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