antonmedv / countdown

Terminal countdown timer
MIT License
1.07k stars 110 forks source link

Cannot pause #15

Closed jakob1379 closed 1 year ago

jakob1379 commented 4 years ago

I downloaded the latest version and when trying to pause the timer I can't. The keypresses are elsewhere. I'd gladly help debug if I get told how to.

falsified commented 4 years ago

Same issue here

antonmedv commented 4 years ago

Use debugger! ;)

pipecleaner commented 4 years ago

It is correct - neither "p" nor "P" will pause (linux 32 bit)

antonmedv commented 4 years ago

¯_(ツ)_/¯

gbevan commented 3 years ago

Looks like the pause feature was added after the last release. Easiest way to get it is to git clone from master and go build && go install

sneak commented 2 years ago

Suggestion: add spacebar as a method of pause/unpause toggle (the default in most apps that have pause). Also, suggest adding some sort of onscreen indication of pause (such (paused) in normal text below the numbers).

antonmedv commented 2 years ago

Awesome idea. Anyone willing to contribute?

nnashwin commented 1 year ago

Awesome idea. Anyone willing to contribute?

I'd love to. Do you mind assigning to me @antonmedv?

antonmedv commented 1 year ago

Sure

nnashwin commented 1 year ago

This issue should be resolved by the following PR: https://github.com/antonmedv/countdown/pull/32

I think we can close this issue.