joaomoreno / thyme

The task timer for OS X.

Home Page:https://joaomoreno.github.com/thyme/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

request: dont lose time across restarts/crashes

jconley opened this issue · comments

most modern OSX apps now save their state when Quit, and resume when launched.
would be great if Thyme could do this also. even better if it can survive an OS lockup/hard-restart (i.e. periodically saving the counter; vs just save on Quit)

What does it currently do? Simply stops the timer?

on a clean restart it does now stop/save the timer... so that's good. (didn't think that older versions did that) - but if the system crashes (hard freeze, or you can simulate with pkill -9 Thyme) that data is lost.
but would be nice if it periodically saved state every minute so it could recover. would be nice it would only pause instead of stop, that way you can resume it... i use this to track time on projects, would be really nice to be able to stop/resume multiple timers for multiple projects... but that might be exceeding what this was designed for. will close this; consider simply as feedback.