-
v0.5.0 Stable
released this
2026-01-10 23:05:18 +00:00 | 76 commits to main since this releaseBREAKING
- The top-level commands
start,finish,clear, andbreakwere replaced withpomodoro,long-break, andshort-breakcommands with subcommands. - The
--tags/-toption was renamed to--tagand must now be given once for each separate tag.
Changed
- The top-level commands
start,finish,clear, andbreakwere removed in favor of several new commands:pomodoro(pomfor short)short-break(shortfor short)long-break(longfor, uh, short)
These have their ownstartandstopcommands.
This was done to remove some ambiguity (what's the difference betweenfinishandclear?) and make the interface more consistent (e.g.pomfor working with pomodoros,breakfor working with breaks).
Runtomate --helpfor documentation on these new commands.
- The
--tags/-toption was renamed to--tagand now no longer takes a comma-separated list of tags. Now it must be given once for each tag (e.g.tomate pom start -t work -t fun).
Added
historycommand now accepts a--jsonflag to output history in JSON format.- wrote man pages
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- The top-level commands