A countdown timer for your command line.
- Simple notation
- Countdown display
- Timer end notification
- Log usage to output file
Set countdown for 1 minute
$ timers 1m
Set countdown for 1 second
$ timers 1s
Set countdown for 1 hour
$ timers 1h
Log usage to output file
$ timers -o log.txt 10s
Log format: timer_set
,start_date
,end_date
start_date
and end_date
in RFC3339 format.
For more granular control, you can combine units. To set countdown for 10 minutes and 30 seconds,
timers 10m30s