taskbook
taskbook copied to clipboard
Add Pomodoro style timer to tasks
Is your feature request related to a problem? Please describe. The current functionality allows the user to create, close, adit, delete and mark tasks as done, but it doesn't provide a time tracking feature. It would be nice to add a Pomodoro style timer for added focus.
Describe the solution you'd like Offer another option to start a task with a pomodoro timer. Once the time is up, the console will let the user know that it is done, and if the task should be crossed off, or if they need more time.
Additional context I understand that taskbook is meant to be simple and minimalistic, but this feature would be nice to have.
I think background tasks don't work in cli application.
It doesn't need to run in the background, it can have a timer that is actively shown similar to that of node-pomodoro.
This can be replicated with signale's Timer.
Okay, it's pretty much clear to me. Are you making any PR for this? Otherwise, I could try.
let me work on it, thanks on helping me clarify the feature request :)