mato

Crates.iomato
lib.rsmato
version1.0.1
created_at2025-08-28 14:25:42.562213+00
updated_at2025-08-30 05:38:52.775831+00
description🍅 Yet another pomodoro TUI timer
homepage
repositoryhttps://github.com/arsmoriendy/mato
max_upload_size
id1814172
size61,384
(arsmoriendy)

documentation

README

🍅 mato

demo

Features

  • Customizable timers
  • Desktop notifications
  • Cycle counts and limit

Installation (via cargo)

cargo install mato

Usage

Pomodoro TUI timer

Usage: mato [OPTIONS]

Options:
  -t, --tick <TICK>               TUI render interval in milliseconds [default: 1000]
  -n, --names <NAMES>...          Name for each timer [default: Work Break]
  -d, --durations <DURATIONS>...  Duration for each timer, e.g. 3h2m1s [default: 25m 5m]
  -c, --cycles <CYCLES>           Limit number of cycles, 0 to set no limits [default: 0]
  -N                              Disable notifications
  -h, --help                      Print help
  -V, --version                   Print version
Commit count: 50

cargo fmt