Skip to content

Commit 208e669

Browse files
committed
Update minimum GTM version
1 parent c34fbea commit 208e669

2 files changed

Lines changed: 2 additions & 26 deletions

File tree

README.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -38,31 +38,7 @@ Use the command line to report on time logged for your commits.
3838

3939
Here are some examples of insights GTM can provide you.
4040

41-
<pre>$ gtm report -today -author Schenk
42-
43-
7129f00 <b>Remove post processing of status</b>
44-
Fri Sep 09 20:45:03 2016 -0500 <b>gtm-vim-plugin</b> Michael Schenk
45-
46-
20m 40s 53% [m] plugin/gtm.vim
47-
18m 5s 46% [r] Terminal
48-
15s 1% [m] .gitignore
49-
39m 0s <b>gtm-vim-plugin</b> </pre>
50-
51-
<pre>$ gtm report -format timeline-hours -last-week -author Schenk
52-
53-
<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>
54-
------------------------------------------------------------------------
55-
<b>Sat Oct 08</b> | ▃▃▃ | <b>17m 0s</b>
56-
------------------------------------------------------------------------
57-
<b>Sun Oct 09</b> | ▁▁▁ █████████▃▃▃██████▂▂▂ ▂▂▂ | <b>5h 33m 0s</b>
58-
------------------------------------------------------------------------
59-
<b>Tue Oct 11</b> | ▂▂▂ ▂▂▂ | <b>16m 0s</b>
60-
------------------------------------------------------------------------
61-
<b>Fri Oct 14</b> | ▂▂▂ | <b>13m 0s</b>
62-
------------------------------------------------------------------------
63-
<b>Sat Oct 15</b> | ███▇▇▇███▇▇▇███▁▁▁▇▇▇▂▂▂▁▁▁▃▃▃▆▆▆███▇▇▇ | <b>8h 11m 0s</b>
64-
------------------------------------------------------------------------
65-
<b>14h 30m 0s</b> </pre>
41+
![](https://cloud.githubusercontent.com/assets/630550/19832518/fb9f0562-9dea-11e6-93e1-e82c4c4518e6.png)
6642

6743
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.
6844

gtm-plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def set_status_bar():
4848
print("Disabling reporting time in status bar")
4949

5050
class GTM(sublime_plugin.EventListener):
51-
gtm_ver_req = '>= 1.1.0'
51+
gtm_ver_req = '>= 1.2.0'
5252

5353
update_interval = 30
5454
last_update = 0

0 commit comments

Comments
 (0)