2024-09-13 17:47:02 +02:00
2024-03-25 23:50:20 +01:00
2024-01-17 00:14:12 +01:00
2024-09-13 17:46:49 +02:00
2024-09-13 17:47:02 +02:00



tlock

Fully customizable terminal clock.


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
Fully customizable clock for the terminal
Readme 75 KiB
Languages
Rust 100%