A Lua module for Hammerspoon automation, related to music.
- Clone the repo into your
~/.hammerspoon/
directory. - Add the module in your
init.lua
hammerspoon config file.
-- init.lua
-- @see: ~/.hammerspoon/init.lua
-- Including the music module
local music = require("hs-music")