cdown

Crates.iocdown
lib.rscdown
version0.1.0
sourcesrc
created_at2021-06-19 04:28:11.613201
updated_at2021-06-19 04:28:11.613201
descriptionSimple TUI timer app purely written in Rust
homepagehttps://github.com/elpnt/cdown
repositoryhttps://github.com/elpnt/cdown
max_upload_size
id411983
size27,238
Matsuoka (elpnt)

documentation

README

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 .
Commit count: 36

cargo fmt