Controlio is a simple service which allows you to control your computer via SMS and voice. With one simple registration step, you no longer have to be bound to your clunky machine for on-the-go operations. No more running out of the house, only to remember you forgot to do something on your computer!
Install the gem with gem install controlio
. Run the setup with controlio-setup
. Once you're set up, you can launch the client at any point with controlio
, or controlio-daemon
to automatically background it.
Commands are located in the commands folder. Each command must implement initialize(*args)
, go
, respond
, media?
, and matches
.
Computer says "Hello, World!" and responds with the same text.
Computer locks its screen and notifies you that it has done so.
Takes a URI as a parameter. Computer opens the URI as appropriate.
Takes an optional name of an appliction as a parameter. Computer plays the media in the given or default application, and notifies you of the name of the currently playing media.
Takes an optional name of an appliction as a parameter. Computer pauses the media in the given or default application.
Takes a sentence as a parameter. Computer says the given sentence.
Takes a sentence as a parameter. Computer types out the given sentence.
Computer takes a screenshot and returns it to you.
Computer takes a picture with the built-in webcam and returns it to you.
Takes an integer between 0 and 100 as a parameter. Computer sets its volume to the interger provided.
????