Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wakatime/textmate-wakatime
TextMate plugin for automatic time tracking and metrics generated from your programming activity.
https://github.com/wakatime/textmate-wakatime
textmate textmate-bundle time-tracking
Last synced: about 2 months ago
JSON representation
TextMate plugin for automatic time tracking and metrics generated from your programming activity.
- Host: GitHub
- URL: https://github.com/wakatime/textmate-wakatime
- Owner: wakatime
- License: bsd-3-clause
- Created: 2015-04-06T05:40:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-12T12:36:02.000Z (about 1 year ago)
- Last Synced: 2024-07-20T22:59:04.096Z (5 months ago)
- Topics: textmate, textmate-bundle, time-tracking
- Language: Objective-C++
- Homepage: https://wakatime.com/textmate
- Size: 18.6 KB
- Stars: 10
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.rst
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# textmate-wakatime
Quantify your coding inside TextMate 1 & 2.
## Installation
1. Download [textmate-wakatime-v1.0.3.tmplugin](https://github.com/wakatime/textmate-wakatime/releases/download/1.0.3/textmate-wakatime-v1.0.3.tmplugin.zip)
2. Unzip and open the downloaded tmplugin file to install the plugin in TextMate.
3. Enter your [api key](https://wakatime.com/settings#apikey), 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](https://wakatime.com/static/img/ScreenShots/ScreenShot-2014-10-29.png)
## Configuring
WakaTime plugins share a common config file `.wakatime.cfg` located in your user home directory with [these options](https://github.com/wakatime/wakatime#configuring) 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](https://github.com/wakatime/wakatime).
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](https://github.com/textmate/textmate/wiki/Enable-Logging) then run TextMate from Terminal to see any error messages.
For more general troubleshooting information, see [wakatime/wakatime#troubleshooting](https://github.com/wakatime/wakatime#troubleshooting).