Skip to content

jakelyz/dtimer

Repository files navigation

dtimer

A simple cli timer with optional progress bar.

Installation

Manual

Prerequisites:

git clone https://github.com/jakelyz/dtimer.git
cd dtimer
dub build -b release

Usage

usage: dtimer [options]
-v  --version           version
-d --duration Required: duration, ex: 30s, 1m, 5m30s, etc
-n     --name           name of the timer
-p --progress           display progress bar
-h     --help           This help information.