A minimal Pomodoro timer for macOS that lives in my menu bar. Sugo - traditional Italian tomato sauce flavored with olive oil, garlic, fresh basil and delicious tomatoes.
- Download the latest
Sugo-x.x.x.dmgfrom Releases - Open the DMG file
- Drag Sugo.app to your Applications folder
- Launch Sugo from Applications or Spotlight
If macOS shows this error, it's a Gatekeeper security warning for unsigned apps. To fix:
Important - Remove quarantine:
xattr -d com.apple.quarantine /Applications/Sugo.appgit clone https://github.com/nuromirg/sugo.git
cd sugo
make
# opens bundled
make run
# or put it to Applications/
make installThe timer configuration is stored in ~/.sugo.json. You can edit it directly or use the "Edit Configuration..." menu option.
{
"work_duration_minutes": 25,
"short_break_duration_minutes": 5,
"long_break_duration_minutes": 15,
"sessions_until_long_break": 4,
"advanced": {
"afk_mode": "breaks_only",
"afk_threshold_seconds": 300
}
}disabled: Never auto-pausebreaks_only: Auto-pause only during breaks (not work sessions)always: Auto-pause during work and breaks
