Hacker News new | ask | show | jobs
by quizbiz 5572 days ago
can u publish that script that takes a screen shot?
2 comments

A simple one for OSX:

while true; do screencapture `date '+%Y-%m-%d-%H-%M-%I'`.png; sleep 30; done

http://www.rescuetime.com/ will give you analytics for free
I've used this before as an offline app http://www.manictime.com/ (win)
Very cool--thanks, guys!