TatriX / pomidor

Pomidor is a simple and cool pomodoro technique timer.
238 stars 17 forks source link

Please provide API for querying if pomidor is running #21

Closed Fuco1 closed 5 years ago

Fuco1 commented 6 years ago

I would like to capture tasks during a running pomodoro with org mode and have some tags attached automatically so that I can later go back and review how many interuptions there were.

I could use some predicate such as pomidor-running-p or pomidor-active-p for that. I could use the timer or some internals but I'm sure that's not a great idea as you might change that any time.

Thanks for the awesome package!

TatriX commented 6 years ago

Hi, thanks! I'll try to to that. PR is welcome if you want it faster ;)

TatriX commented 5 years ago

I finally added it ;)

Fuco1 commented 5 years ago

Time to remove my timer hacks :D Thanks!