generated from PlexSheep/rs-base
Tui clock
assets | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
clock-tui
A clock app in terminal. It support the following modes:
Clock
Timer
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.