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
When starting tasks, there will be an option to prevent exiting, until the task is done.
Possible implementations
The user can type i to print information such as time remaining and spent, and can type q to stop doing the task. Once the task is finished (has no time left for today), the process is exited automatically.
Description
When starting tasks, there will be an option to prevent exiting, until the task is done.
Possible implementations
The user can type
ito print information such as time remaining and spent, and can typeqto stop doing the task. Once the task is finished (has no time left for today), the process is exited automatically.