Files
TimeTracker/README.md

38 lines
651 B
Markdown
Raw Normal View History

2026-03-09 21:42:02 +03:00
# Work Tracker
A personal time tracking tool that monitors your work sessions, tracks time spent on different applications, and prepares data for YouTrack synchronization.
## Features
- Track active windows and classify them as work/distractions
- Record separate work sessions for each task
- Manual time adjustment capabilities
- Always-on-top GUI with controls
- Hotkeys for quick actions
- Notifications for non-work applications
- Cross-platform support (Windows, macOS, Linux)
## Installation
```bash
2026-03-10 05:42:27 +03:00
pip install .
2026-03-09 21:42:02 +03:00
```
## Usage
Run the application:
```bash
2026-03-10 05:42:27 +03:00
python -m citrus_time_tracker
```
or just
```bash
citrus_time_tracker
2026-03-09 21:42:02 +03:00
```