cdown

CI

cdown is a cross-platform TUI timer app purely written in Rust.

demo

Usage

```sh Hotkeys: p Pause/Resume q/ESC Quit

USAGE: cdown [FLAGS] [OPTIONS] [time]

FLAGS: -b Display a box border around the timer -h, --help Prints help information -l, --list-colors Prints list of available colors -V, --version Prints version information

OPTIONS: -c Set the foreground color

ARGS:

Installation

```sh

git clone https://github.com/elpnt/cdown.git cargo install --path . ```