# Oclock
[](https://github.com/dghilardi/oclock/actions)
[](https://crates.io/crates/oclock)
Time tracking utility software
## Quick start
Install using cargo:
```shell
cargo install oclock
```
Launch oclock daemon (in server mode)
```shell
oclock server
```
Interact with the daemon using the client mode
```shell
oclock client list-tasks
```
Available commands can be listed with
```shell
oclock client --help
```