summaryrefslogtreecommitdiff
path: root/internal/live/live.go
AgeCommit message (Collapse)Author
2026-01-02add large ASCII fonts and font cycling to live modev0.3.0mainPaul Buetow
- Add 4 new ASCII art fonts (mono12, rebel, ansi, ansiShadow) adapted from pomo project - Implement random font selection on startup when no font is specified - Add 'f' hotkey in live mode to cycle through fonts - Update LICENSE with MIT attribution for pomo fonts - Update README with comprehensive font documentation - Bump version to v0.3.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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-25feat: Improve live view with large ASCII timerPaul Buetow
2025-06-25feat: Implement live timer viewPaul Buetow