AI Timesheet Generator

Generate daily timesheet entries from your local git commits.

How to Use

1. Open your terminal (or WebStorm's terminal).

2. For each repository (frontend & backend), run the command below.

This command copies all your commit messages and changed files since 9 AM today.

git log --pretty=format:'%h - %s (%cr)' --stat --since='9am'

3. Paste the output from each repository into the corresponding box below.

4. Click "Generate Timesheet" and the AI will create your summary!