GitTimeMetric
Plugin for the Sublime 3 editor to be used with the Git Time Metric platform.
Details
Installs
- Total 25K
- Win 14K
- Mac 6K
- Linux 4K
Jun 5 | Jun 4 | Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 1 | 0 | 1 | 0 | 2 | 0 | 0 | 3 | 0 | 2 | 1 | 1 | 0 | 2 | 0 | 0 | 1 | 1 | 1 | 0 | 2 | 1 | 0 | 1 | 2 | 2 | 2 | 0 | 3 | 1 | 0 | 3 | 0 | 2 | 1 | 0 | 1 | 0 | 2 | 1 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 1 | 0 | 1 | 0 | 3 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 1 | 0 | 1 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 3 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | 1 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com

Sublime Text 3 Git Time Metrics (GTM) plug-in
Simple, seamless, lightweight time tracking for all your git projects
Git Time Metrics (GTM) is a tool to automatically track time spent reading and working on code that you store in a Git repository. By installing GTM and using supported plug-ins for your favorite editors, you can immediately realize better insight into how you are spending your time and on what files.
Installation
Installing GTM is a two step process. First, it's recommended you install the GTM executable that the plug-in integrates with and then install the Sublime 3 GTM plug-in. Please submit an issue if you have any problems and/or questions.
- Follow the Getting Started section to install the GTM executable for your operating system.
- Install the plug-in via Package Control.
Note - to enable time tracking for a Git repository, you need to initialize it with gtm init
otherwise it will be ignored by GTM. This is done via the command line.
> cd /path/to/your/project
> gtm init
Consult the README and Wiki for more information.
Features
Status Bar
In the status bar see your total time spent for in-process work (uncommitted).
This can be disabled by setting gtm_status_bar: false
in gtm.sublime-settings.
Note - the time shown is based on the file's path and the Git repository it belongs to. You can have several files open that belong to different Git repositories. The status bar will display the time for the current file's Git repository. Also keep in mind, a Git repository must be initialized for time tracking in order to track time.
Command Line Interface
Use the command line to report on time logged for your commits.
Here are some examples of insights GTM can provide you.
$ gtm report -last-month
$ gtm report -last-month -format summary
$ gtm report -last-month -format timeline-hours
GTM is automatic, seamless and lightweight. There is no need to remember to start and stop timers. It runs on occasion to capture activity triggered by your editor. The time metrics are stored locally with the git repository as Git notes and can be pushed to the remote repository.
Support
To report a bug, please submit an issue on the GitHub Page