911e513d44
darcs-hash:20090326180419-28bda-da2ee7f295f802564f1e567bd46b23e99c764413.gz |
||
---|---|---|
examples | ||
lib | ||
test | ||
LICENSE | ||
Rakefile | ||
README | ||
setup.rb |
lircr (pronounced 'lurker') is a LIRC client library for Ruby. It's simple, it's easy, it's fun. If you got LIRC, get lircr. I am not responsible if you grow more hair on your index finger or thumb. require 'lirc' lirc = LIRC::Client.new event = lirc.next p event if event.name == "play" system "xmms", "/av/music/3.mod" end