WakaTime
Sublime Text 2 & 3 plugin for automatic time tracking and metrics generated from your programming activity.
Details
Installs
- Total 1.56M
- Win 782K
- Mac 464K
- Linux 318K
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 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 11355 | 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 | 5161 | 5269 | 3274 | 4277 | 5085 | 5114 | 4603 | 5404 | 3636 | 5258 | 5082 | 4264 | 2712 |
Mac | 6879 | 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 | 3809 | 4597 | 1650 | 1665 | 2382 | 3826 | 1405 | 1903 | 1910 | 2969 | 3786 | 2863 | 2964 |
Linux | 4412 | 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 | 1212 | 1423 | 1854 | 2006 | 2461 | 1491 | 789 | 3589 | 1825 | 1261 | 1666 | 1685 | 1528 |
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.