You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Simple, seamless, lightweight time tracking for all your git projects
4
5
5
6
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.
6
7
@@ -25,7 +26,7 @@ Consult the [README](https://github.com/git-time-metric/gtm/blob/master/README.m
25
26
26
27
In the status bar see your total time spent for in-process work (uncommitted).
b2d16c8 Refactor discovering of paths when recording events
60
-
Thu Jun 16 11:08:47 2016 -0500 Michael Schenk
61
-
62
-
30m 18s [m] event/event.go
63
-
12m 31s [m] event/manager.go
64
-
3m 14s [m] project/project.go
65
-
1m 12s [r] .git/COMMIT_EDITMSG
66
-
1m 0s [r] .git/index
67
-
25s [r] event/manager_test.go
68
-
20s [r] metric/manager.go
69
-
49m 0s
70
-
```
67
+
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](https://git-scm.com/docs/git-notes) and can be pushed to the remote repository.
71
68
72
-
**Timeline of time spent by day**
73
-
74
-
```
75
-
> gtm report -format timeline -n 3
76
-
77
-
0123456789012345678901234
78
-
Fri Jun 24 * 22m 0s
79
-
Sat Jun 25 ** 1h 28m 0s
80
-
Sun Jun 26 **** 3h 28m 0s
81
-
Mon Jun 27 * 4m 0s
82
-
Tue Jun 28 ** 1h 36m 0s
83
-
6h 58m 0s
84
-
```
85
69
# Support
86
70
87
71
To report a bug, please submit an issue on the [GitHub Page](https://github.com/git-time-metric/gtm-sublime3-plugin/issues)
0 commit comments