git-time-metric / gtm

Simple, seamless, lightweight time tracking for Git
MIT License
973 stars 52 forks source link

installer for windows not working #80

Closed john-md86 closed 6 years ago

john-md86 commented 6 years ago

I downloaded the file available on the download link for windows, unzipped via winrar, and tried to run.

When run, gtm.exe only flashes and then closes.

did I do something wrong?

mschenk42 commented 6 years ago

I think you may have download the latest which doesn't have a Windows installer included. I'm currently working on a Linux build issue and haven't included a Windows installer yet. Try this release https://github.com/git-time-metric/gtm/releases/tag/v1.3.2 and run the installer gtm-v1.3.2-windows-installer.exe.

mschenk42 commented 6 years ago

Just cut a new release, https://github.com/git-time-metric/gtm/releases/tag/v1.3.3

john-md86 commented 6 years ago

Thanks! Works like a charm!

Before closing, a question:

In Gitlab, there is the possibility of adding the estimated time and the time spent. Does the time information that the plugin provides integrate with Gitlab?

mschenk42 commented 6 years ago

Here's an example of how you can integrate https://github.com/git-time-metric/gtm/issues/72

john-md86 commented 6 years ago

Unfortunately, I don't use GIRA. But thank's anyway.

mschenk42 commented 6 years ago

You can do a pre-commit git hook and use gtm status --total-only to get the time spent and automatically add it to the git commit message.

john-md86 commented 6 years ago

Ah ok. Thanks! 😄