Skip to content

Instantly share code, notes, and snippets.

@siyo
Created November 5, 2011 15:55
Show Gist options
  • Save siyo/1341691 to your computer and use it in GitHub Desktop.
Save siyo/1341691 to your computer and use it in GitHub Desktop.
now playing / earthquake.gem plugin
# -*- coding: utf-8 -*-
# OS X only
# rbosa : http://rubygems.org/gems/rubyosa19
#
require 'kconv'
require 'rbosa'
Earthquake.init do
command :nowplaying do
t = OSA.app('iTunes').current_track
input "▶ %s - %s / %s" % [t.artist, t.name, t.album].map(&:toutf8)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment