@@ -63,32 +63,14 @@ Use the command line to report on time logged for your commits.
63
63
64
64
Here are some examples of insights GTM can provide you.
65
65
66
- <pre >$ gtm report -today -author Schenk
67
-
68
- 7129f00 <b >Remove post processing of status</b >
69
- Fri Sep 09 20:45:03 2016 -0500 <b >gtm-vim-plugin</b > Michael Schenk
70
-
71
- 20m 40s 53% [m] plugin/gtm.vim
72
- 18m 5s 46% [r] Terminal
73
- 15s 1% [m] .gitignore
74
- 39m 0s <b >gtm-vim-plugin</b > </pre >
75
-
76
- <pre >$ gtm report -format timeline-hours -last-week -author Schenk
77
-
78
- <b >00.01.02.03.04.05.06.07.08.09.10.11.12.01.02.03.04.05.06.07.08.09.10.11.</b >
79
- ------------------------------------------------------------------------
80
- <b >Sat Oct 08</b > | ▃▃▃ | <b >17m 0s</b >
81
- ------------------------------------------------------------------------
82
- <b >Sun Oct 09</b > | ▁▁▁ █████████▃▃▃██████▂▂▂ ▂▂▂ | <b >5h 33m 0s</b >
83
- ------------------------------------------------------------------------
84
- <b >Tue Oct 11</b > | ▂▂▂ ▂▂▂ | <b >16m 0s</b >
85
- ------------------------------------------------------------------------
86
- <b >Fri Oct 14</b > | ▂▂▂ | <b >13m 0s</b >
87
- ------------------------------------------------------------------------
88
- <b >Sat Oct 15</b > | ███▇▇▇███▇▇▇███▁▁▁▇▇▇▂▂▂▁▁▁▃▃▃▆▆▆███▇▇▇ | <b >8h 11m 0s</b >
89
- ------------------------------------------------------------------------
90
- <b >14h 30m 0s</b > </pre >
66
+ ##### $ gtm report -last-month
67
+ <div ><img src =" https://cloud.githubusercontent.com/assets/630550/21582250/8a03f9dc-d015-11e6-8f77-548ef7314bf7.png " ></div >
91
68
69
+ ##### $ gtm report -last-month -format summary
70
+ <div ><img src =" https://cloud.githubusercontent.com/assets/630550/21582252/8f85b738-d015-11e6-8c70-beed7e7b3254.png " ></div >
71
+
72
+ ##### $ gtm report -last-month -format timeline-hours
73
+ <div ><img src =" https://cloud.githubusercontent.com/assets/630550/21582253/91f6226e-d015-11e6-897c-6042111e6a6a.png " ></div > </br >
92
74
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.
93
75
94
76
# Support
0 commit comments