/telepath-logger

A happy Mac keylogger for Quantified Self purposes.

Primary LanguageObjective-CMIT LicenseMIT

telepath-logger

A happy Mac keylogger for Quantified Self purposes. It also now serves as a time lapse heads-up-display thing. Really only I use this, so you'll want to either just use its code as inspiration or heavily tweak it for your purposes.

Time lapse HUD screengrab example.

See also these blog posts:

Telepath Logger Now Open Source

Upcoming Maniac Week

The 120-Hour Workweek - Epic Coding Time-Lapse

============== In case you do want to try running this yourself, here are some quickly-thrown-together instructions.

  1. Clone the Telepath repository.
  2. Open Telepath.xcodeproj in Xcode
  3. Hit Run. It should open up a Telepath window that's way too big and in the wrong place.
  4. Change the 2560 size to the width of the screen you want to use here.
  5. Find the main window in the Interface Builder for TPHUDWindowController.xib, select the Window, turn on the righthand sidebar, switch to the size tab, and update its size and position to be the place that you want. You might also want to set it to be a Textured Window so that you can drag it around.
  6. Comment in or out the TPTracker subclasses that you do/don't want to use here. Some of these require additional configuration, so you'll probably want to turn some of them off if they don't apply to you.

If it seems to run okay and records what you want it to record, then you can build it into an app and set that app to autostart when you start OS X.