Crates.io | cdown |
lib.rs | cdown |
version | 0.1.0 |
source | src |
created_at | 2021-06-19 04:28:11.613201 |
updated_at | 2021-06-19 04:28:11.613201 |
description | Simple TUI timer app purely written in Rust |
homepage | https://github.com/elpnt/cdown |
repository | https://github.com/elpnt/cdown |
max_upload_size | |
id | 411983 |
size | 27,238 |
cdown
is a cross-platform TUI timer app purely written in Rust.
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]
> git clone https://github.com/elpnt/cdown.git
> cargo install --path .