summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2026-04-22h7: add configurable agent filter hotkeyPaul Buetow
2026-04-08Task e: gate debug signal handlers behind build tagPaul Buetow
2026-02-04add runtime debugging signals and convert to magev0.10.0Paul Buetow
- Add SIGUSR1 handler for goroutine stack dumps when app hangs - Add SIGUSR2 handler for full profiling (heap, cpu, block) - Add --debug-dir flag for configurable debug output location - Convert build system from go-task to mage - Update documentation with debugging workflow - Bump version to 0.10.0
2025-11-02update readmePaul Buetow
2025-07-12add vibe coding infoPaul Buetow
2025-07-08no realisticPaul Buetow
2025-06-28docs: add Taskwarrior filter usage examples to READMEPaul Buetow
- Document that tasksamurai accepts Taskwarrior filters as CLI arguments - Add examples showing various filter usage patterns - Clarify that any valid Taskwarrior filter can be passed 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-28feat: add search functionality to help mode and improve help displayPaul Buetow
- Add search capability (/) within help dialog - Implement n/N navigation for search results - Add regex pattern matching for help text - Improve help text formatting and scrolling - Update README to simplify hotkey documentation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-27Fix multiple bugs and improve error handlingPaul Buetow
- Fix file handle leak in SetDebugLog by properly closing previous debug files - Capture and display stderr from all taskwarrior commands for better error messages - Handle browser launch errors with status bar notifications - Add validation for task IDs to prevent negative/zero IDs - Add mutual exclusion for editing modes to prevent UI state conflicts - Add bounds checking for array access in expandedCellView - Cache compiled regular expressions for search performance - Add CLAUDE.md file with project documentation for AI assistance 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-24Add disco mode with flag and hotkeyPaul Bütow
2025-06-24Rename URL open hotkeyPaul Bütow
2025-06-22Merge pull request #88 from snonux/codex/add-space-hotkey-to-refresh-task-listPaul Bütow
Add space hotkey for refreshing tasks
2025-06-22Add space hotkey to refresh task listPaul Bütow
2025-06-22add realistic logoPaul Buetow
2025-06-22add realistic logoPaul Buetow
2025-06-22add realistic logoPaul Buetow
2025-06-22Update module path and docsPaul Bütow
2025-06-22docs: add scaled logo and screenshotPaul Bütow
2025-06-22Clean up unused RunArgs commentsPaul Bütow
2025-06-22Add generic task command hotkeyPaul Bütow
2025-06-22Add task creation hotkeyPaul Bütow
2025-06-22Fix task modification marking done and swap hotkeysPaul Bütow
2025-06-21Swap recurrence and random due date hotkeysPaul Bütow
2025-06-21Add recurrence editing column and hotkeyPaul Bütow
2025-06-21Add theme toggling hotkeysPaul Bütow
2025-06-21Add blinking done effect and update tag hotkeyPaul Bütow
2025-06-21Add filter editing hotkeyPaul Bütow
2025-06-21Document all hotkeysPaul Bütow
2025-06-20docs: expand README with hotkey helpPaul Bütow
2025-06-20update readmePaul Buetow
2025-06-20Add logo to READMEPaul Bütow
2025-06-20Document ESC hotkeyPaul Bütow