olimorris / tmux-pomodoro-plus

🍅 Incorporate the Pomodoro technique into your tmux workflow
MIT License
311 stars 26 forks source link

Allow skipping when paused #40

Closed dgmstuart closed 7 months ago

dgmstuart commented 7 months ago

Without this, the status doesn't move on until you un-pause.

Not sure if other files should be deleted here as well?

It looks like maybe it doesn't matter if they're hanging around since they're only looked at when resuming from paused (??), but maybe it's good to clean them up, since we're effectively abandoning the paused state here?

Tested by running ./scripts/pomodoro skip, but I'm not sure how to test through Tmux.

dgmstuart commented 7 months ago

Now tested through tmux with run '~/Code/Shell/tmux-pomodoro-plus/pomodoro.tmux' - seems to work as expected