8000 GitHub - fugalh/lircr: LIRC client for Ruby
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fugalh/lircr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

LIRC client for Ruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0