| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-04 | chore: fix code-quality and 100-go-mistakes findings | Paul Buetow | |
| Addresses Taskwarrior findings for golangci-lint v2 config, deprecated APIs, unchecked test errors, dead code, and staticcheck cleanups. Task UUIDs: 461c529c-5de3-4ceb-a761-5534f9f4342e, 8696d39e-d911-4ffe-8708-af1652a084b7, 0f63064b-be12-4fd6-a412-2904f94eb3dd, c051e84f-0e7b-48bc-8f16-e65133636ceb, 076cf172-e5fb-4f55-a1d6-1bce71e2f131, 1ed5b895-da61-4114-8321-cb129b24d6e1, 659311db-10af-4ec5-a08a-92240fa23489 | |||
| 2026-03-04 | Rename project to timesamurai and release v0.5.0v0.5.0 | Paul Buetow | |
| 2026-03-04 | docs: add package docs and timer API comments | Paul Buetow | |
| 2026-03-04 | tests: skip IO-heavy suites in short mode | Paul Buetow | |
| 2026-03-04 | timer: remove sleep from stop timer test | Paul Buetow | |
| 2026-03-04 | timer: add timeout to task tracking command | Paul Buetow | |
| 2026-03-03 | timer: extract shared elapsed state helper | Paul Buetow | |
| 2026-03-03 | timer: inject tracker dependency for TrackTime | Paul Buetow | |
| 2026-03-03 | timer: remove global state file override | Paul Buetow | |
| 2026-03-03 | timer: remove unnecessary else in GetStatus | Paul Buetow | |
| 2025-11-08 | fix bug | Paul Buetow | |
| 2025-09-28 | fix output | Paul Buetow | |
| 2025-09-28 | add continue | Paul Buetow | |
| 2025-06-29 | feat: Add track command to log time to task manager | Paul Buetow | |
| Add new 'track' command that: - Stops the current timer - Executes 'task add +track "Xmin DESCRIPTION"' - Resets the timer on successful task creation - Preserves timer state if task creation fails This allows seamless integration with taskwarrior for time tracking. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> | |||
| 2025-06-26 | feat: Add raw and rawm status options | Paul Buetow | |
| This commit introduces two new options for the Status: Stopped Elapsed Time: 0s command: - 0: Displays the elapsed time in seconds. - 0: Displays the elapsed time in minutes. Unit tests have been added for both new functionalities, and the has been updated to reflect these changes. The status test has also been refactored to be more robust and less prone to flakiness by directly manipulating the timer state instead of relying on . | |||
| 2025-06-26 | fix space | Paul Buetow | |
| 2025-06-25 | feat: Add fish shell integration | Paul Buetow | |
| 2025-06-25 | feat: Implement timer functionality | Paul Buetow | |
