All Projects → wakatime → Sublime Wakatime

wakatime / Sublime Wakatime

Licence: bsd-3-clause
Sublime Text 2 & 3 plugin for automatic time tracking and metrics generated from your programming activity.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sublime Wakatime

Log
Daily logging tool and data visualizer.
Stars: ✭ 30 (-93.84%)
Mutual labels:  time-tracking
gone
Where has my time gone?
Stars: ✭ 46 (-90.55%)
Mutual labels:  time-tracking
Pomodorologger
Pomodoro Logger 🕤 -- When a time tracker meets Pomodoro and Kanban board
Stars: ✭ 316 (-35.11%)
Mutual labels:  time-tracking
swdc-vim
Track your programming activity in real-time in Vim
Stars: ✭ 19 (-96.1%)
Mutual labels:  time-tracking
augr
A simple command line time tracker
Stars: ✭ 19 (-96.1%)
Mutual labels:  time-tracking
tom
Command line tool to track time and to simplify related office work (reporting, invoicing)
Stars: ✭ 16 (-96.71%)
Mutual labels:  time-tracking
gedit-wakatime
Gedit 3.8+ plugin for automatic time tracking and metrics generated from your programming activity.
Stars: ✭ 18 (-96.3%)
Mutual labels:  time-tracking
Gauzy
Gauzy™ - Open-Source Business Management Platform (ERP/CRM/HRM)
Stars: ✭ 374 (-23.2%)
Mutual labels:  time-tracking
Workday.WebServices
Workday API clients
Stars: ✭ 18 (-96.3%)
Mutual labels:  time-tracking
Atom Wakatime
Atom plugin for automatic time tracking and metrics generated from your programming activity.
Stars: ✭ 303 (-37.78%)
Mutual labels:  time-tracking
legacy-python-cli
Command line interface used by all WakaTime text editor plugins.
Stars: ✭ 1,048 (+115.2%)
Mutual labels:  time-tracking
team-timesheets
Time tracking web app built as a replacement for old school timesheets.
Stars: ✭ 25 (-94.87%)
Mutual labels:  time-tracking
Swdc Vscode
Time-tracking plugin for Visual Studio Code
Stars: ✭ 268 (-44.97%)
Mutual labels:  time-tracking
trackie
⏳ trackie is a private, daemon-less time tracker for your CLI.
Stars: ✭ 39 (-91.99%)
Mutual labels:  time-tracking
Xcode Wakatime
Xcode plugin for automatic time tracking and metrics generated from your programming activity.
Stars: ✭ 360 (-26.08%)
Mutual labels:  time-tracking
swdc-atom
Track your programming activity in real-time in Atom
Stars: ✭ 11 (-97.74%)
Mutual labels:  time-tracking
mite-cli
command line interface for time tracking service mite.yo.lk
Stars: ✭ 17 (-96.51%)
Mutual labels:  time-tracking
Moro
Simple CLI tool for tracking work hours. Note: Heavy changes are happening in this repository. Docs might not be up to date, and things might be broken. Only the released NPM version is stable.
Stars: ✭ 390 (-19.92%)
Mutual labels:  time-tracking
Gitlab Time Tracker
🦊🕘 A command line interface for GitLab's time tracking feature.
Stars: ✭ 371 (-23.82%)
Mutual labels:  time-tracking
Visualstudio Wakatime
Visual Studio plugin for automatic time tracking and metrics generated from your programming activity.
Stars: ✭ 286 (-41.27%)
Mutual labels:  time-tracking

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.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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].