Control 🔨 Hammerspoon directly from Raycast.
✅ Requirements
- Requires the installation of Hammerspoon. Go to https://www.hammerspoon.org/ to download.
- With Hammerspoon installed, open your configuration file. By default Hammerspoon configuration file is located at
~/.hammerspoon/init.lua
. If you don't have this file, you can create it by runningtouch ~/.hammerspoon/init.lua
in your terminal. - Add this line at the top of your configuration file:
hs.allowAppleScript(true)
, save the file and reload Hammerspoon. - All set! You can now control Hammerspoon from Raycast.