Skip to content
This repository was archived by the owner on Mar 15, 2018. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 323 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 323 Bytes

hs-music

A Lua module for Hammerspoon automation, related to music.

Usage

  1. Clone the repo into your ~/.hammerspoon/ directory.
  2. 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")