hwt/readme.md

28 lines
514 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# HWT
**h**ealthy **w**orkaholic **t**imer A tool that keeps you from breaking your
health by working all day.
## Install
```bash
cargo install hwt_ui
```
## Usage
Type `hwt` in the terminal and the status window of the timers will open with
the default parameters
```sh
hwt
```
If you want to customize the timers, you can create a configuration file based
on [the example](./config.example.toml). Then pass path to your configuration
file as additional parameter.
```sh
hwt ./config.example.toml
```