Skip to content

Req/tertim

Repository files navigation

Tertim - terminal timer

Tertim is a simple terminal timer that essentially clones termdown in JavaScript to avoid pip installations. It's not as good as termdown, but it's good enough for me!

NOTE: while developing different output formatting, the -t flag is disabled for now.

Installation

$ npm install -g tertim

Usage

$ tertim 30s                    # Start a 30 second timer
$ tertim 10:30                  # Start a timer until 10:30
$ tertim 17:00 "Workday timer"  # Start a timer until 17:00 with a message
$ tertim 15m "Break timer"      # Start a 15 minute timer with a message

Development

$ git clone ... && cd ...
$ npm link
$ tertim 500m

About

Terminal countdown timer app *beta*

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published