Current activity logger

Posted by user72605 on Programmers See other posts from Programmers or by user72605
Published on 2012-11-14T02:29:05Z Indexed on 2012/11/14 5:11 UTC
Read the original article Hit count: 255

Filed under:

Very inexperienced coder here:

Does anyone know of an app (for iOS or Mac) that asks for my current activity every hour or so? I see tons of apps that let you log your activities, but none that use popups/notifications to actively ask you.

I found a script that looks promising (source), but I'm having trouble implementing it so that it repeats every hour:

#!/bin/bash
echo What are you doing right now?
read -e what
echo `date` - $what >> timelog.txt

Thanks!

© Programmers or respective owner

Related posts about Productivity