Justin Campbell
Justin Campbell
From #22 ``` $ pomodoro init Created ~/.pomodoro/settings Created ~/.pomodoro/hooks/start Created ~/.pomodoro/hooks/stop # ... etc Done! ```
Using this issue to compile thoughts on this - Generative should give the user data generation capability out of the box - Generative should require another gem to accomplish this,...
- [x] Colorscheme - [x] LSP - [x] Completions - [x] Copilot - [x] Fuzzy finder - [ ] Alternate file navigation - [ ] Run tests - [ ]...
## Summary • Adds a dynamic indicator in the statusline that shows "Testing 🔄" when tests are running • Uses neotest signs to detect running test status across all loaded...
## Overview Add support for using fuzzy finders (like fzf) to select and start a new pomodoro based on a previous one's description and tags. ## Use Case Users often...
## Summary - Add environment variables to hooks: `POMODORO_ID`, `POMODORO_DIRECTORY`, `POMODORO_COMMAND`, `POMODORO_ARGS` - Add break duration environment variables: `POMODORO_BREAK_DURATION_MINUTES`, `POMODORO_BREAK_DURATION_SECONDS` - Make `break` and `finish --break` wait by default (can...