Skip to content

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

License

Notifications You must be signed in to change notification settings

wakatime/textmate-wakatime

Repository files navigation

textmate-wakatime

Quantify your coding inside TextMate 1 & 2.

Installation

  1. Download textmate-wakatime-v1.0.3.tmplugin

  2. Unzip and open the downloaded tmplugin file to install the plugin in TextMate.

  3. Enter your api key, then click OK. (Use two-finger click to paste)

  4. Use TextMate like you normally do and your time will be tracked for you automatically.

  5. Visit https://wakatime.com to see your logged time.

Screen Shots

Project Overview

Configuring

WakaTime plugins share a common config file .wakatime.cfg located in your user home directory with these options available.

Troubleshooting

Try running this Terminal command:

curl -fsSL https://raw.githubusercontent.com/wakatime/textmate-wakatime/master/install_dependencies.sh | sh

That will re-download the wakatime-cli dependency.

If that doesn't work, turn on debug mode and check your wakatime cli log file (~/.wakatime/wakatime.log).

If there are no errors in your ~/.wakatime/wakatime.log file, Enable logging then run TextMate from Terminal to see any error messages.

For more general troubleshooting information, see wakatime/wakatime#troubleshooting.