Closed simonsan closed 5 months ago
You can recreate this with the following:
$ bartib start -p 'Break' -d 'Lunch'
# ... have lunch ...
$ bartib continue 1
Users could add these as shell aliases to make it easier for frequent use. Personally I don't think there's anything that the bartib project needs to include to enable this and I would be hesitant to overload the continue
subcommand with this extra use-case.
Thank for bringing this up, but I too do not think, we do really need a break
command. I like the idea of a shell alias, as this could be a good way to personalize Bartib for many unique use cases.
I tend to use the Pomodoro principle more often, these days. And for that, it would be also nice to be able to track my breaks as well. It would be also just good to have that as a statistical value, for later analysation.
How I would imagine it to work is the following:
bartib start
- start activitybartib break
- stop activity && start predefined break "activity"bartib continue
- stop break "activity" && start last activity before breakbartib start
called instead of continue, warn for ongoing break and ask if last activity + break should be stopped