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.
- Host: GitHub
- URL: https://github.com/able8/work-break-timer
- Owner: able8
- License: mit
- Created: 2023-09-20T11:57:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T15:41:49.000Z (over 1 year ago)
- Last Synced: 2024-12-18T16:38:52.130Z (over 1 year ago)
- Topics: break-reminder, break-timer, golang
- Language: Go
- Homepage:
- Size: 271 KB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## Compiling for different platforms
```
go install github.com/fyne-io/fyne-cross@latest
fyne-cross windows -arch=*
fyne-cross darwin -arch=*
```