ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Waka​Time

by wakatime ALL Top 25

Sublime Text 2 & 3 plugin for automatic time tracking and metrics generated from your programming activity.

Details

Installs

  • Total 1.86M
  • Win 917K
  • Mac 571K
  • Linux 372K
Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6
Windows 4 3 8 0 5 0 1 0 5 0 2 2 4 2 5 3 6 0 2 1 3 3 6 5 0 0 0 0 7 3 3 2 2 3 0 4 4 0 0 90007 347233 19809 21313 13252 4298 10430
Mac 0 2 1 1 1 1 1 0 2 3 0 0 1 0 0 1 0 2 0 3 2 0 1 0 0 0 0 0 4 0 1 0 0 0 1 0 2 0 0 89571 18696 4982 12741 7985 2141 5295
Linux 0 0 1 1 0 3 0 0 1 0 1 0 0 1 1 1 3 0 0 4 0 0 1 0 0 0 0 0 0 0 0 1 0 3 0 0 2 0 0 22550 18577 9774 8537 5177 2150 5250

Readme

Source
raw.​githubusercontent.​com

sublime-wakatime

Coding time tracker

WakaTime is an open source Sublime Text plugin for metrics, insights, and time tracking automatically generated from your programming activity.

Installation

  1. Install Package Control.

  2. In Sublime, press ctrl+shift+p(Windows, Linux) or cmd+shift+p(OS X).

  3. Type install, then press enter with Package Control: Install Package selected.

  4. Type wakatime, then press enter with the WakaTime plugin selected.

  5. Enter your api key, then press enter.

  6. Use Sublime and your coding activity will be displayed on your WakaTime dashboard.

Screen Shots

Project Overview

Unresponsive Plugin Warning

In Sublime Text 2, if you get a warning message:

A plugin (WakaTime) may be making Sublime Text unresponsive by taking too long (0.017332s) in its on_modified callback.

To fix this, go to Preferences → Settings - User then add the following setting:

"detect_slow_plugins": false

Troubleshooting

First, turn on debug mode in your WakaTime.sublime-settings file.

sublime user settings

Add the line: "debug": true

Then, open your Sublime Console with View → Show Console ( CTRL + ) to see the plugin executing the wakatime cli process when sending a heartbeat. Also, tail your $HOME/.wakatime/wakatime.log file to debug wakatime cli problems.

The How to Debug Plugins guide shows how to check when coding activity was last received from your editor using the User Agents API. For more general troubleshooting info, see the wakatime-cli Troubleshooting Section.