WakaTime
Sublime Text 2 & 3 plugin for automatic time tracking and metrics generated from your programming activity.
Details
Installs
- Total 477K
- Win 234K
- Mac 148K
- Linux 95K
Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 3351 | 5043 | 5196 | 3697 | 3021 | 3619 | 4144 | 5640 | 5374 | 3569 | 4340 | 6186 | 4918 | 4010 | 5614 | 5442 | 5444 | 4122 | 4538 | 3772 | 4559 | 3730 | 4397 | 4796 | 1009 | 4 | 1 | 1283 | 5143 | 4419 | 4412 | 4138 | 4870 | 3348 | 3715 | 3503 | 4094 | 4854 | 3195 | 3104 | 2846 | 4905 | 6058 | 3652 | 3700 | 5725 |
Mac | 3051 | 2851 | 2836 | 4068 | 3397 | 2567 | 2159 | 1826 | 2174 | 2945 | 3748 | 1925 | 2520 | 2513 | 1991 | 1386 | 1050 | 1970 | 1921 | 2770 | 2560 | 2883 | 3761 | 2787 | 489 | 1 | 3 | 636 | 1693 | 2082 | 2697 | 1906 | 3766 | 2894 | 1667 | 1840 | 3589 | 3012 | 2476 | 2298 | 1612 | 3694 | 3451 | 1390 | 3609 | 2314 |
Linux | 1535 | 2128 | 2174 | 1742 | 2664 | 1965 | 1181 | 2384 | 1852 | 1543 | 1915 | 2178 | 1380 | 861 | 1362 | 2331 | 1457 | 687 | 754 | 1737 | 2163 | 1081 | 1602 | 1436 | 260 | 0 | 1 | 655 | 2565 | 1314 | 885 | 829 | 1893 | 1447 | 807 | 901 | 2254 | 2642 | 1539 | 1218 | 2156 | 1892 | 1068 | 1008 | 2389 | 2514 |
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.