For remembering things I have to do while I'm driving, walking, showering, or otherwise away from my desk.<p>Video: https://www.youtube.com/watch?v=l91SsGcAprs<p>Combining the Trello API with Google Now (courtesy of the awesome Tasker, AutoVoice and RESTask apps), you can tell your Android phone, "OK, Google. I need to _______" and whatever is in the blank will automatically be added to your todo list.<p>Apps used:<p>- Trello API: https://trello.com/docs/<p>- Tasker: http://goo.gl/iv0WHl<p>- AutoVoice: http://goo.gl/pdp3Cm<p>- RESTask: http://goo.gl/nt2aD1<p>High-level how-To:<p>1) AutoVoice to parse the command, if it starts with "I need to" it passes it on to Tasker.<p>2) In Tasker, choose which list to add the task to based on whether the command has the word "today" in it.<p>3) After that, using an Auth token from Trello, use RESTask to invoke the Trello API.<p>If there's enough interest, I'll write-up a complete tutorial.
For step 2 what function did you use? shell scripts, launch app, etc. Please explain arguments used. Also, does the phone need to be rooted to interact with Trello this way? I was able to accomplish same function with the email to Trello functions with Tasker. However your way is cleaner and faster!