An open API service indexing awesome lists of open source software.

https://github.com/able8/work-break-timer

A simple cross-platform GUI app to remind you to take breaks when working on your computer. Using Go & Fyne.
https://github.com/able8/work-break-timer

break-reminder break-timer golang

Last synced: 5 months ago
JSON representation

A simple cross-platform GUI app to remind you to take breaks when working on your computer. Using Go & Fyne.

Awesome Lists containing this project

README

          

# Work Break Timer

A simple cross-platform GUI app to remind you to take breaks when working on your computer. Using Go & Fyne.

This app is designed to remind you to take breaks when working for long periods. Working too much is bad for our health and work efficiency.

By following the Pomodoro timer, you can work for 25 minutes and then enjoy a 5-minute break.

## Screenshots

![](./screenshot.png)

## Compiling for different platforms

```
go install github.com/fyne-io/fyne-cross@latest

fyne-cross windows -arch=*
fyne-cross darwin -arch=*
```