Wing Wakatime banner
wakatime wakatime

Wing Wakatime

Development community

Description

A plugin to quantify your programming inside Wing IDE.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

wing-wakatime

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

Installation

  1. `curl -fsSL https://raw.githubusercontent.com/wakatime/wing-wakatime/master/install.py | python` or download and extract [wing-wakatime-master.zip](https://github.com/wakatime/wing-wakatime/archive/master.zip), then double click `install.py`.

  2. Restart Wing.

  3. Enter your [api key](https://wakatime.com/settings), then press `enter`. If not prompted, select File → WakaTime.

  4. Use Wing and your coding activity will be displayed on your [WakaTime dashboard](https://wakatime.com).

Screen Shots

![Project Overview](https://wakatime.com/static/img/ScreenShots/Screen-Shot-2016-03-21.png)

Troubleshooting

First, turn on debug mode in your `~/.wakatime.cfg` file by adding this line:

`debug = true`

Then, look for error messages in the Messages window at the bottom.

Also, tail your `$HOME/.wakatime/wakatime.log` file to debug wakatime cli problems.

For more general troubleshooting information, see [wakatime/wakatime#troubleshooting](https://github.com/wakatime/wakatime#troubleshooting).