Tui clock
This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2022-07-19 16:55:36 +08:00
assets add readme 2022-07-19 16:55:36 +08:00
src add readme 2022-07-19 16:55:36 +08:00
.gitignore initial implement clock-tui 2022-07-19 13:25:30 +08:00
Cargo.lock initial implement clock-tui 2022-07-19 13:25:30 +08:00
Cargo.toml add readme 2022-07-19 16:55:36 +08:00
README.md add readme 2022-07-19 16:55:36 +08:00

clock-tui

A clock app in terminal. It support the following modes:

Clock

clock

Timer

timer

Stopwatch

stopwatch

Usage

Help inforamtion

$ tclock --help

Clock mode, this it the default mode

$ tclock clock

# Or just run
$ tclock

Run timer

# Start timer for 5 minutes
$ tclock timer -d 5m

The option -d or --duration to set time, for example 100s, 5m, 1h, etc.

You can press Space key to pause and resume the timer.

Run stopwatch

# Start timer for 5 minutes
$ tclock stopwatch

You can press Space key to pause and resume the stopwatch.

License

MIT License.