Files
vkenyaz 6910c87c6c pomo: add page (#22687)
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
2026-06-29 16:47:11 +07:00

403 B

pomo

Utility for the Pomodoro technique. More information: https://codeberg.org/kevinschoon/pomo.

  • Initialize pomo's database:

pomo init

  • Start a pomodoro session:

pomo start {{message}}

  • Start a pomodoro session with three intervals that last three seconds:

pomo start --duration 3s --pomodoros 3 {{message}}

  • List previous tasks:

pomo list

  • Display help:

pomo --help