Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop tracking time on sleep #22

Open
karanvasudeva opened this issue Feb 22, 2012 · 5 comments
Open

Stop tracking time on sleep #22

karanvasudeva opened this issue Feb 22, 2012 · 5 comments

Comments

@karanvasudeva
Copy link
Contributor

I'm not sure if this doesn't happen already: it would be nice to stop time-tracking for the duration that the computer is asleep, if it was on before going to sleep. Thanks!

@pkamenarsky
Copy link
Owner

No, currently this doesn't happen. Shouldn't be to hard, although if Java doesn't have an API for this this will have to be done natively in ObjC.

@jordelver
Copy link

It would also be great if any timer was stopped on exit. If I forget to stop Atea before turning off my machine the timer is still running when I turn the machine back on and I have to manually adjust the captured times :)

@franciscolourenco
Copy link

This is quite serious.. I think it should be marked as bug

@pkamenarsky
Copy link
Owner

Marked as bug.

@houshuang
Copy link

I wrote a very hackish Ruby time tracker (http://reganmian.net/blog/2013/03/29/time-tracker-one-week-on-new-features/), and added this feature using a separate "on-sleep" app. It also always starts tracking my time as "surfing" when I turn on the computer, does lots of visualization etc. I'm just learning Clojure, and very excited about this project - I might experiment with extending it and adding some of the functionality I had before (lots of global keyboard shortcuts, stats visualization etc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants