Electron program that will count time spend on specific branch.
Time will be counted only on the repos that files were changed periodically. If no changes were made those branches and repos will not have their work time changed.
- count time spent on specific repo and branch and present it to the user in human readable form
- keep data stored in user folder so even when application is deleted data is kept safe
- watch file changes based on git diff to add time to only active repos and branches
- quick search through all branches right via list view
Lukas Vyslocky https://github.com/lukasvy
- have the latest NodeJs installed
- have Git installed
- run >
npm install
to install dependency packages - run >
npm run start
to start application
- have latest NodeJs installed
- run >
npm install && npm run build
- new directory should be created with name 'build', in it should be portable version for windows with name
GitTimer.exe
This project is under MIT. See LICENSE