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).
- Host: GitHub
- URL: https://github.com/bvujovic/keentimekeeper
- Owner: bvujovic
- Created: 2025-07-14T19:23:01.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2026-02-02T23:49:29.000Z (5 months ago)
- Last Synced: 2026-02-03T12:42:58.866Z (5 months ago)
- Topics: csharp, desktop-app, stopwatch, stopwatch-application, taskbar-progressbar, time-tracking, timer, timer-application, windows-forms
- Language: C#
- Homepage:
- Size: 328 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## Time on Task

## Clock - Current Time

## 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.