To expand on this, if you want to do pretty much any development on a Mac, you are going to want to install Xcode and the Xcode Command Line tools - as that'll allow anything else you want to run to build.
Great job! Seen tons of similar services, but this is really polished. I already signed up, but was looking for a way to create my own playlists. I'd use this all the time if it had custom playlists
Traceback (most recent call last):
File "/usr/bin/selfspy", line 19, in <module>
from activity_store import ActivityStore
File "/private/var/lib/selfspy/activity_store.py", line 9, in <module>
import sniff_cocoa
File "/private/var/lib/selfspy/sniff_cocoa.py", line 1, in <module>
from Foundation import NSObject, NSLog
ImportError: No module named Foundation
I think Foundation provided by pyobjc. I suppose it's possibly you don't have a suitable version installed in site-packages, in which case you might try running the following command globally (i.e. outside the virtual environment):
I've kept my favorite shortcuts open in a panel for about a week, so I could learn them by heart: http://pastebin.com/hQtYKzhN
Favorites include: Expand selection (to various levels), close tag, block commenting and splitting lines!