312b2f76e2791efff290c05a1d44e7e982aa6e16
tlock
Fully customizable terminal clock.
Description • Installation • How to use • Configuration • Visit it • License
Description
This is a fully customizable terminal clock written in Rust. You can change de colors, the format and you can even use multiples modes: clock, chronometer and timer.
Installation
$ cargo install --git https://github.com/pihkaal/tlock.git
How to use
# Help
$ tlock --help
# Clock mode
$tlock
# Debug mode (print current configuration)
$ tlock debug
# Chronometer mode
$ tlock chrono
# Timer mode
$ tlock timer 4h 12m 30s
Configuration
Configuration is stored under ~/.config/tlock/config, it is generated by the program if it doesn't exist.
You can regenerate this configuration at any time by running:
$ tlock --regenerate-default
You can use multiple configuration files thanks to the --config flag:
$ tlock --config /path/to/my/config
The configuration itself contains comments to help you understand how to customize it.
License
This project is MIT licensed.
Description
Languages
Rust
100%