mac_shortcuts
Do you hate setting custom shortcuts in applications on Mac as much as I do? Well, here is CLI tool to resolve this pain.
Usage
mac_shortcuts set <application-name> <menu-title> <shortcut-string>
-
application-name
name or path to plist of application preferences -
menu-title
text in menu action on which you want to set shortcut -
shortcut-string
can use human names of the modifier keys, likecmd
,ctrl
,alt
,option
,shift
, ...
Examples
mac_shortcuts set Terminal "Bigger" "cmd + ctrl + ="
Installation
[sudo] gem install mac_shortcuts
Author
Roman Kříž (roman@kriz.io)
License
This project is licensed under the terms of the MIT license. See the LICENSE.md file.