summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-09-29convert to magefilev0.1.1Paul Buetow
2025-09-28fix outputPaul Buetow
2025-09-28increment versionv0.1.0Paul Buetow
2025-09-28add continuePaul Buetow
2025-07-19add vibe-coding infoPaul Buetow
2025-07-12add vibe coding infoPaul Buetow
2025-06-29fix: correct go module path and import pathsv0.0.0Paul Buetow
The go module path was previously declared as `timr`, which caused issues with dependencies that expected the full path `codeberg.org/snonux/timr`. This commit updates the `go.mod` file to use the correct module path and also updates all import paths throughout the project to reflect this change.
2025-06-29feat: Add track command to log time to task managerPaul 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-29docs: Add CLAUDE.md for AI code assistant guidancePaul Buetow
Add development guide for Claude Code to understand the codebase structure, common commands, and architecture. This helps future AI instances work more effectively with the timr project. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-26docs: Add LICENSE filePaul Buetow
2025-06-26feat: Add raw and rawm status optionsPaul 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-26fix spacePaul Buetow
2025-06-26fix readmePaul Buetow
2025-06-26fix fish shell integrationPaul Buetow
2025-06-26fixPaul Buetow
2025-06-25feat: Add fish shell integrationPaul Buetow
2025-06-25chore: Add .gitignorePaul Buetow
2025-06-25docs: Add live command to README.mdPaul Buetow
2025-06-25feat: Improve live view with large ASCII timerPaul Buetow
2025-06-25feat: Implement live timer viewPaul Buetow
2025-06-25docs: Add README.mdPaul Buetow
2025-06-25feat: Implement timer functionalityPaul Buetow
2025-06-25fixPaul Buetow
2025-06-25add versionPaul Buetow
2025-06-25initial commitPaul Buetow