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.
- Host: GitHub
- URL: https://github.com/wakatime/gedit-wakatime
- Owner: wakatime
- License: bsd-2-clause
- Created: 2015-05-04T19:17:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T20:24:01.000Z (10 months ago)
- Last Synced: 2025-03-24T11:11:22.353Z (22 days ago)
- Topics: gedit-plugin, time-tracking
- Language: Python
- Homepage: https://wakatime.com/gedit
- Size: 35.2 KB
- Stars: 17
- Watchers: 9
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.rst
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - wakatime/gedit-wakatime - Gedit 3.8+ plugin for automatic time tracking and metrics generated from your programming activity. (Python)
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 > PluginsNote: If your Gedit plugins directory is non-standard pass it to `install.py` like:
./install.py ~/.gnome2/gedit/plugins/
## Screen Shots

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