fork of sublime-wakatime for use with rana
Go to file
ave cc1f7dcfb5
Move to rana branding
2019-06-04 19:48:22 +03:00
packages/wakatime Move to rana branding 2019-06-04 19:48:22 +03:00
.gitignore Initial commit 2013-07-01 22:43:12 -07:00
.no-sublime-package added .no-sublime-package to force ST3 to extract plugin into Packages folder 2013-07-23 17:15:21 -07:00
AUTHORS Added 'include' functionality 2017-09-14 13:54:50 -04:00
Default.sublime-commands camelcase 2015-02-23 22:31:12 -08:00
HISTORY.rst changes for v8.7.0 2019-05-29 06:43:54 -07:00
LICENSE remove redundant line 2019-03-13 09:36:51 +09:00
Main.sublime-menu nest settings menu under Package Settings 2016-04-28 19:37:24 +02:00
README.md Move to rana branding 2019-06-04 19:48:22 +03:00
WakaTime.py v8.7.0 2019-05-29 06:44:07 -07:00
WakaTime.sublime-settings show today coding activity time in status bar 2019-05-01 10:48:28 -07:00

README.md

sublime-rana

Metrics, insights, and time tracking automatically generated from your programming activity.

This is a fork of sublime-wakatime, unaffiliated with wakatime, modified to make it easier to use with rana or any other wakatime-compatible time tracking tools.

Installation

  1. Clone this repo to ~/.config/sublime-text-3/Packages.

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 cli process when sending a heartbeat. Also, tail your $HOME/.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.