Skip to content

Commit 6a8928b

Browse files
committed
Released gtm 1.2.5
1 parent 80c6577 commit 6a8928b

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,16 @@ 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-
![](https://cloud.githubusercontent.com/assets/630550/19832562/41947ae2-9dec-11e6-932b-c2bca710da40.png)
41+
##### $ gtm report -last-month
42+
<div><img src="https://cloud.githubusercontent.com/assets/630550/21582250/8a03f9dc-d015-11e6-8f77-548ef7314bf7.png"></div>
4243

43-
![](https://cloud.githubusercontent.com/assets/630550/19832563/430e3caa-9dec-11e6-9bdf-51d52e95d947.png)
44+
##### $ gtm report -last-month -format summary
45+
<div><img src="https://cloud.githubusercontent.com/assets/630550/21582252/8f85b738-d015-11e6-8c70-beed7e7b3254.png"></div>
4446

45-
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.
47+
##### $ gtm report -last-month -format timeline-hours
48+
<div><img src="https://cloud.githubusercontent.com/assets/630550/21582253/91f6226e-d015-11e6-897c-6042111e6a6a.png"></div> </br>
49+
50+
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.
4651

4752
# Support
4853

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.2.1'
51+
gtm_ver_req = '>= 1.2.5'
5252

5353
update_interval = 30
5454
last_update = 0

0 commit comments

Comments
 (0)