/Work-Time-Counter

Small app to track active time for the user under windows.

Primary LanguageGoMIT LicenseMIT

Work Time Counter

Go

Work Time Counter counts the time the user is active.

main

The counter will pause if the windows lock screen is active

stopped

or the last user input is older than a specifiable timeout (by default 6 minutes).

timeout

The counter can also be stopped and restarted manually. After every stop or start the end and start times will be shown in the app window.

main_stop

The time worked can be copied in hh:mm format.

The app minimizes 2 seconds after startup into a system tray as not to clutter the desktop.

tray

but can be recalled anytime with the show option of the system tray

tray_options

It is written entirely in Go and licensed under the MIT license.