25 lines
403 B
Markdown
Raw Normal View History

# 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`