mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
6910c87c6c
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
403 B
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