/simple-pomodoro

Primary LanguageGoMIT LicenseMIT

Simple pomodoro

License Go Report Card

Screenshot of the app

Simple pomodoro is a cross-platform desktop application that helps you to follow the Pomodoro time management technique.

You can set number of rounds and their duration in preferences.

Development

Building

make build

or

gofmt -s -w ./
go build -ldflags "-s -w"

Sounds

https://freesfx.co.uk

Create Resources

fyne bundle -package main -name alarmSound "sounds/Electronic Beeping Alarm Clock.wav" > sounds.go

Packaging on MacOS

Note: I changed SendNotification in app_darwin.go from fyne to:

template := `display notification "%s" with title "%s" sound name "default"`