0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Command line tool to modify custom shortcuts in Mac applications.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
~> 3.2

Runtime

~> 0.8
 Project Readme

mac_shortcuts

Build Status Gem Version Coverage Status Code Climate Inline docs

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, like cmd, 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.