I recently wrote a similar utility. I'll definitively take a closer look at this. I don't know if you have these features, but here's couple of features I have in mine that you might find useful: 1) I can upload a timeline into Google calendar. I do this by chunking my day into half-hour increments, and whatever I spent the most time on in that half-hour get assigned to the half-hour. (Hey, Google, please let me set…
Selfspy - Tool for Personal Data Analytics
21–28 of 28 posts
Re: Selfspy - Tool for Personal Data Analytics
#22Re: Selfspy - Tool for Personal Data Analytics
#23https://github.com/ljos/selfspy
I am actively using it, and it seems to be pretty much like the original linux version.
Re: Selfspy - Tool for Personal Data Analytics
#24I've been using * Karm on KDE/Linux (tracking by virtual desktop, one for each project) * Manic Time Tracker on Windows (very much like this but with a full GUI. Only works on Windows though) * For emergencies on Windows there is also Timesnapper which in facts documents in screenshots what happened (in case you have to "prove" it .) this utility seems like a real improvement on the current situation though. Thanks i…
Re: Selfspy - Tool for Personal Data Analytics
#25Here is a fork by github user ljos that includes OSX support: https://github.com/ljos/selfspy I am actively using it, and it seems to be pretty much like the original linux version.
git clone git://github.com/iandennismiller/selfspy.git
cd selfspy && make requirements && sudo make installRe: Selfspy - Tool for Personal Data Analytics
#26Here is a fork by github user ljos that includes OSX support: https://github.com/ljos/selfspy I am actively using it, and it seems to be pretty much like the original linux version.
Actually, now I've forked this myself to streamline the installation process: git clone git://github.com/iandennismiller/selfspy.git cd selfspy && make requirements && sudo make install
Traceback (most recent call last): File "/usr/bin/selfspy", line 19, in from activity_store import ActivityStore File "/private/var/lib/selfspy/activity_store.py", line 9, in import sniff_cocoa File "/private/var/lib/selfspy/sniff_cocoa.py", line 1, in from Foundation import NSObject, NSLog ImportError: No module named Foundation
Re: Selfspy - Tool for Personal Data Analytics
#27Earlier quoted context omitted.
Actually, now I've forked this myself to streamline the installation process: git clone git://github.com/iandennismiller/selfspy.git cd selfspy && make requirements && sudo make install
I keep getting stuck at: Traceback (most recent call last): File "/usr/bin/selfspy", line 19, in from activity_store import ActivityStore File "/private/var/lib/selfspy/activity_store.py", line 9, in import sniff_cocoa File "/private/var/lib/selfspy/sniff_cocoa.py", line 1, in from Foundation import NSObject, NSLog ImportError: No module named Foundation
sudo pip install pyobjc