summaryrefslogtreecommitdiff
path: root/README.md
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-11-08rename script to fish shell scriptPaul Buetow
2025-11-08fix bugPaul Buetow
2025-10-18add to readmev0.2.0Paul Buetow
2025-07-19add vibe-coding infoPaul Buetow
2025-07-12add vibe coding infoPaul 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 readmePaul Buetow
2025-06-26fix fish shell integrationPaul Buetow
2025-06-25feat: Add fish shell integrationPaul Buetow
2025-06-25docs: Add live command to README.mdPaul Buetow
2025-06-25docs: Add README.mdPaul Buetow