Metadata-Version: 2.5
Name: pomo25
Version: 0.1.5
Summary: A CLI pomodoro timer that logs sessions to a JSONL file
Requires-Python: >=3.14
Requires-Dist: nava
Requires-Dist: python-dotenv
Description-Content-Type: text/markdown

## pomo25

A script that records pomodoro sessions.

To get started, set an environment variable POMO_DATA_FILE to the path of your jsonl datafile. Create the jsonl data file if it doesn't exist.

```

1. In ~/.bashrc, you can add:
   export POMO_DATA_FILE=~/pomo.jsonl

2. source ~/.bashrc

3. touch ~/pomo.jsonl

```

### Sound credits

Thank you to lightbulbafagd (Freesound) https://pixabay.com/sound-effects/musical-triumph-jingle-40125/ for the sound played at the end of pomodoro session.

Thank you to Universfield https://pixabay.com/sound-effects/musical-attention-chime-123107/ for the chime sound played at the end of pomodoro break.
