Skip to content

Commit e0a8be3

Browse files
committed
Update gtm version constraint to 1.2.5
1 parent 12dd903 commit e0a8be3

File tree

2 files changed

+8
-26
lines changed

2 files changed

+8
-26
lines changed

README.md

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -63,32 +63,14 @@ Use the command line to report on time logged for your commits.
6363

6464
Here are some examples of insights GTM can provide you.
6565

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>
9168

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>
9274
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.
9375

9476
# Support

plugin/gtm.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if exists('g:gtm_plugin_loaded') || &cp
77
endif
88
let g:gtm_plugin_loaded = 1
99

10-
let s:gtm_ver_req = '>= 1.2.1'
10+
let s:gtm_ver_req = '>= 1.2.5'
1111

1212
let s:no_gtm_err = 'GTM exe not found, install GTM or update your path'
1313
let s:gtm_ver_err = 'GTM exe is out of date and may not work properly, please install the latest GTM exe'

0 commit comments

Comments
 (0)