HipsterBrown / Slate

What are you slated for today? Keep track of it all with this handy Pebble app.
MIT License
9 stars 1 forks source link

Create a timer in a pinch #3

Open HipsterBrown opened 8 years ago

HipsterBrown commented 8 years ago

I would love to integrate with Deus Ex Aria and literally create a timer with a pinch but not yet.

Examples request:

"Start a timer for 5 minutes, please."

This would start a on-screen timer and a background task to push a notification for when the timer should finish. All the parsing and timer creation could happen on the Pebble, reducing the dependency on a connection to the phone (except for the dictation part). Having a timer_callback that fires after the requested time, to send the notification message to the phone should work fairly well.

TODO: