An open API service indexing awesome lists of open source software.

https://github.com/wakatime/gedit-wakatime

Gedit 3.8+ plugin for automatic time tracking and metrics generated from your programming activity.
https://github.com/wakatime/gedit-wakatime

gedit-plugin time-tracking

Last synced: 5 days ago
JSON representation

Gedit 3.8+ plugin for automatic time tracking and metrics generated from your programming activity.

Awesome Lists containing this project

README

        

# gedit-wakatime

Gedit 3.8+ plugin to quantify your coding at https://wakatime.com

## Download

See [GitHub releases](https://github.com/wakatime/gedit-wakatime/releases)

## Installation

1. Run the `install.py` script.
2. Edit `~/.wakatime.cfg` and add your apikey as follows:

```
[settings]
api_key =
```
3. Activate the plugin in Gedit Edit > Preferences > Plugins

Note: If your Gedit plugins directory is non-standard pass it to `install.py` like:

./install.py ~/.gnome2/gedit/plugins/

## Screen Shots

![Project Overview](https://wakatime.com/static/img/ScreenShots/ScreenShot-2014-10-29.png)

## Special Thanks

This plugin was contributed by WakaTime community member [Ricardo Gemignani](https://github.com/rickgemignani).