Sublime Text 2 & 3 plugin for automatic time tracking and metrics generated from your programming activity.
Go to file
Alan Hamlett 8640a43160 fixed bug in custom logger where calling super() on old-style class throws exception. 2013-07-09 13:35:24 -07:00
packages/wakatime fixed bug in custom logger where calling super() on old-style class throws exception. 2013-07-09 13:35:24 -07:00
.gitignore Initial commit 2013-07-01 22:43:12 -07:00
README.md updated readme with correct config file name 2013-07-07 18:51:27 -07:00
sublime-wakatime.py set away prompt to 5 minutes 2013-07-09 09:58:49 -07:00

README.md

sublime-wakatime 0.1.0

automatic time tracking for Sublime Text 2 & 3 using https://wakati.me

Installation

  1. Get an api key from:

https://wakati.me

  1. Run this shell command replacing KEY with your api key:

    echo "api_key=KEY" >> ~/.wakatime.conf

  2. Install the plugin in Sublime's Packages directory.

  3. Use Sublime and your time will automatically be tracked for you.

Visit https://wakati.me to view your time spent in each file.

Screen Shots

Project Overview

Files in a Project

Changing Date Range