antonmedv / countdown

Terminal countdown timer
MIT License
1.06k stars 108 forks source link

Infinitely count upwards to NO end time #33

Open Kardelio opened 1 year ago

Kardelio commented 1 year ago

This functionality basically creates a timer that counts from 0 upwards with no end in sight and requires the user to stop the timer themselves.

I hope this is ok to add, im not a GO dev but liked your repo and wanted to contribute a use case that I would love to see in this project as I want to use my terminal as a stopwatch essentially, this functionality does that.