You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2019. It is now read-only.
Description
Add support for manual addition of breaks from work.
Possible implementations
plan break -i 1 -t 0.5 -d 0.5will add a 30 minute break once half of task 1 is done.-iis the task ID-tis how long the break is (hours)dis how much of the task is done before the break (default 1, which is all of it)Additional detail
Automatic breaks will be added by #12