WakaTime
Sublime Text 2 & 3 plugin for automatic time tracking and metrics generated from your programming activity.
Details
Installs
- Total 1.86M
- Win 916K
- Mac 571K
- Linux 372K
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 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 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 | 30761 | 30046 | 10545 | 29340 | 21866 | 7446 | 17251 | 5158 | 4391 | 6375 | 3782 | 3428 | 6205 | 5125 | 3952 |
Mac | 0 | 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 | 23738 | 25469 | 6270 | 9048 | 11056 | 5175 | 6240 | 3177 | 3336 | 2293 | 2577 | 3010 | 1852 | 1613 | 3181 |
Linux | 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 | 7038 | 10645 | 4899 | 9050 | 11040 | 2911 | 4413 | 2341 | 2944 | 2238 | 1135 | 1318 | 1335 | 1666 | 1910 |
Readme
- Source
- raw.githubusercontent.com
sublime-wakatime
WakaTime is an open source Sublime Text plugin for metrics, insights, and time tracking automatically generated from your programming activity.
Installation
Install Package Control.
In Sublime, press
ctrl+shift+p
(Windows, Linux) orcmd+shift+p
(OS X).Type
install
, then pressenter
withPackage Control: Install Package
selected.Type
wakatime
, then pressenter
with theWakaTime
plugin selected.Enter your api key, then press
enter
.Use Sublime and your coding activity will be displayed on your WakaTime dashboard.
Screen Shots
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.
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.