Skip to content

123vivekr/timers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timers

A countdown timer for your command line.

Features

  • Simple notation
  • Countdown display
  • Timer end notification
  • Log usage to output file

Usage

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

About

A deep-work tracker in your command line.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages