package opomodoro

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

OPomodoro

A simple Pomodoro timer in OCaml.

The timer in action

Usage:

space: pause/un-pause r: reset b: begin break ctrl-c: exit

Running:

dune exec ./opomodoro.exe

Compiling:

dune build @default

Notes:

Currently the countdown is off by a second or two, because the method used to generate clock ticks is not ideal.

OCaml

Innovation. Community. Security.