jason0x43 / alfred-toggl

Alfred Workflow for interacting with the Toggl time tracking service
MIT License
367 stars 16 forks source link

Add "unstop" mod key for timer list #26

Closed jason0x43 closed 7 years ago

jason0x43 commented 8 years ago

I occasionally stop a timer then decide that I should have kept it running. To prevent rounding errors in reports, I can't just restart the timer and leave the old one in place. Proper handling requires starting a new timer, adjusting its start time to be the same as the stopped timer, and deleting the stopped timer. There should be a single "unstop" operation that does all of this.