/spotify

Keymando Spotify plugin

Primary LanguageRuby

Spotify

This is a Keymando plugin that provides Spotify access

Methods

  Spotify.play
  Spotify.pause
  Spotify.play_pause
  Spotify.previous
  Spotify.next

Commands are now registered automatically

  command "Spotify - Next Song" do
    Spotify.next
  end

Using via Mappings

  map "<Cmd-Ctrl-p>" { Spotify.play_pause }