wakatime / atom-wakatime

Atom plugin for automatic time tracking and metrics generated from your programming activity.

Home Page:https://wakatime.com/atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atom-wakatime

Coding time tracker

Quantify your coding inside GitHub's Atom editor.

Installation

install

  1. Inside Atom, navigate to Preferences/SettingsInstall and search for wakatime.

Project Overview

  1. Click the Install button.

Project Overview

  1. Click Settings, then enter your api key.

  2. Use Atom and your coding activity will be displayed on your WakaTime dashboard.

Note: The leet way to install WakaTime is with this Terminal command:

apm install wakatime

Screen Shots

Project Overview

Configuring

Settings for atom-wakatime are under Settings → Packages → wakatime → Settings.

Additional settings are in $HOME/.wakatime.cfg for wakatime cli.

Troubleshooting

Atom writes errors to the Atom Developer Console. To check for errors:

  1. Turn on the debug checkbox in Settings → Packages → wakatime → Settings
  2. Inside Atom, go to View → Developer → Toggle Developer Tools
  3. Clear the developer console (the circle button top left of the console)
  4. Inside Atom, go to View → Developer → Reload Window

That will reload all plugins including WakaTime, and you should see the startup process logged in the developer console. If there are no errors in your developer console after startup and editing a file, then check for errors in your ~/.wakatime/wakatime.log file.

For checking your ~/.wakatime/wakatime.log file, see wakatime/wakatime#troubleshooting.

Note: Behind a proxy? Configure Atom to use your proxy when installing wakatime: https://github.com/atom/apm#behind-a-firewall

About

Atom plugin for automatic time tracking and metrics generated from your programming activity.

https://wakatime.com/atom

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 99.4%Language:Less 0.6%