Zettelkasten Forum


macOS Automation with Lua scripts via Hammerspoon

edited May 2020 in Software & Gadgets

A fellow Mac developer shared one of his open source projects: Hammerspoon.

http://www.hammerspoon.org/

It is two things, really:

  1. It's a bridge of many (all?) macOS API that people would use from Swift or Objective-C to Lua.
  2. It's an app that runs in the background to execute your scripts.

The "API bridge" may not make sense to those of you who are less technical inclined. It basically means you can write macOS tools in a scripting language, Lua. You can create custom windows and draw stuff. It can do a lot of stuff: Window management, system-wide hot keys, app switching, working with AirPods, switching display resolutions, react to USB devices being plugged in, ...

Author at Zettelkasten.de • https://christiantietze.de/

Sign In or Register to comment.