Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support default accumulative break times #28

Open
sanak opened this issue Mar 27, 2020 · 1 comment
Open

Support default accumulative break times #28

sanak opened this issue Mar 27, 2020 · 1 comment

Comments

@sanak
Copy link
Member

sanak commented Mar 27, 2020

Currently, break XX mins overwrite existence break time, but always accumulating past values (in a head) is a bit difficult, and I like declarative break times than accumulated ones, so it may be better to support default accumulative break times.

Here is my idea.

# Initial break
break 10 mins
> @foo I changed break time to 10 mins
# Accumulate break times
break 20 mins
> @foo I changed break time to 30 mins
# Overwrite break times by "set" keyword
break 120 mins set
> @foo I changed break time to 120 mins
@iosefa
Copy link

iosefa commented Apr 28, 2020

Also related to #25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants