A lightweight, zero-dependency Pomodoro timer for NeoVim
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
33
commits
feat: per-activity counts, configurable notifications, statusline blink
de82dcfView on GitHubdocs: add behaviour section documenting skip and persistence rules
1801befView on GitHubdocs: update README for v1.1 (long breaks, session counter, new statusline format)
68f3386View on GitHubfix: wrap writefile in pcall in _save_daily_count to handle disk errors gracefully
a7b69f1View on GitHubtest: add statusline tests for break-phase dots and configurable interval
f8de914View on GitHubfeat: update statusline with dots, daily count, and long_break icon
933643eView on GitHubdocs: clarify skip() does not count skipped sessions in pomodoro counters
dfee74dView on GitHubtest: tighten short-break boundary test (set_count=2 is adjacent to long_break threshold)
3691f75View on GitHubfeat: add set_count/daily_count increments and long break logic to _tick
af347c0View on GitHub