Skip to content

Instantly share code, notes, and snippets.

@mikeyp
mikeyp / keybase.md
Created October 4, 2019 16:54
keybase verification

Keybase proof

I hereby claim:

  • I am mikeyp on github.
  • I am mikey_p (https://keybase.io/mikey_p) on keybase.
  • I have a public key ASAgV94YdqtQYImyx-wLC26un9olZsODy9fs_BIenRbNKgo

To claim this, I am signing this object:

@mikeyp
mikeyp / tidal.lua
Created January 31, 2022 17:55
Control Tidal with Hammerspoon
local function togglePlayPause()
hs.applescript([[
tell application "System Events"
tell process "TIDAL"
click menu item 0 of menu "Playback" of menu bar 1
end tell
end tell
]])
end