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 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 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22
Windows 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 10150 6249 4737 7795 12287 26492 19195 31693 40244 23005 31695 24824 25858 31924 19759
Mac 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 6662 3191 3691 1584 3962 28763 24133 14464 15275 6896 9997 8443 6074 16173 9163
Linux 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 3440 2142 1205 1563 1873 14580 19448 14138 9630 9519 7976 12274 12066 7860 3832

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.