Skip to content

mkoura/countdown-idle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

I wanted simple cli countdown timer to use it for Pomodoro and as a tea timer. All timers I tried were too resource intensive - they were producing lot of CPU wakeups (on Linux you can check this using powertop).

This countdown timer is very light on resources. The slight disadvantage is that it prints updated remaining time only when asked (after pressing ENTER), but that's good enough for my needs.

Example

$ countdown.sh --help
countdown.sh [hour] [min] sec

$ countdown.sh 25 0 && espeak "Pomodoro finished"
00:25:00 (press ENTER to update)

About

simple coundown timer with very few CPU wakeups

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages