
A simple command-line Pomodoro timer written for personal use.
The script has only been tested on macOS and may not work on Linux systems due to its reliance on afplay
for audio alerts.
- Customizable work/break durations
- Visual countdown
- Sound notification when session ends
- Easy to install & use
- Clone repository
- Make script executable
- You can make the script global to call it from anywhere (https://stackoverflow.com/questions/3560326/how-to-make-a-shell-script-global)
Basic command:
pomodoro [work_minutes] [break_minutes]
Examples:
pomodoro # Uses default values (30 work / 5 break)
pomodoro 25 5 # 25-minute work, 5-minute break
pomodoro 45 10 # 45-minute work, 10-minute break