An open API service indexing awesome lists of open source software.

https://github.com/bvujovic/keentimekeeper

Windows desktop application for time tracking with progress shown in the taskbar. Modes: Track time spent on different tasks, timer and clock (current time).
https://github.com/bvujovic/keentimekeeper

csharp desktop-app stopwatch stopwatch-application taskbar-progressbar time-tracking timer timer-application windows-forms

Last synced: 5 days ago
JSON representation

Windows desktop application for time tracking with progress shown in the taskbar. Modes: Track time spent on different tasks, timer and clock (current time).

Awesome Lists containing this project

README

          

# KeenTimeKeeper
Windows desktop application for time tracking with progress shown in the taskbar.

## Features
- Modes: Track time spent on different tasks, timer and clock (current time).
- Lightweight and easy to use.
- Taskbar integration: See your progress directly in the taskbar icon.

## Timer
![Timer](ScreenShots/Timer_TaskbarIcon.png)

## Time on Task
![TimeOnTask](ScreenShots/TimeOnTask_Modes.png)

## Clock - Current Time
![Clock](ScreenShots/CurrentTime.png)

## TODO
- [ ] (testing) Add Installer/Setup
- [ ] Test what happens when mode is switched and timer is ON
- [ ] If the timer is ON in control/mode that user is leaving, main form should get back to it
after x seconds (e.g. 1sec before time is up)
- [ ] (OPT) CtrlTimerOnTask could have an option for automatic click on Start/Resume button.