#timer #tui #terminal

app cdown

Simple TUI timer app purely written in Rust

1 unstable release

0.1.0 Jun 19, 2021

#219 in #timer

MIT license

14KB
399 lines

cdown

CI

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

demo

Usage

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 <color>        Set the foreground color 

ARGS:
    <time>     [default: 3min]

Installation

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

Dependencies

~6MB
~115K SLoC