https://github.com/yale8848/timer-message
Simple windows timer to show message box.
https://github.com/yale8848/timer-message
go messagebox timer windows
Last synced: 2 months ago
JSON representation
Simple windows timer to show message box.
- Host: GitHub
- URL: https://github.com/yale8848/timer-message
- Owner: yale8848
- Created: 2019-03-26T08:03:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T08:33:47.000Z (about 7 years ago)
- Last Synced: 2025-08-27T02:47:45.961Z (10 months ago)
- Topics: go, messagebox, timer, windows
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### timer-message
Simple windows timer to show message box.
#### build
- set CC and CXX env, better way download from : https://github.com/go-vgo/Mingw
- modify build.cmd CC CXX env
- call build.cmd
#### how to use
- build
- modify exe name with timer setting to show message box, the timer cron use: https://godoc.org/github.com/robfig/cron
- cron special characters must replace with other:
```
a --> *
b --> /
c --> ,
d --> -
e --> ?
_ -->
```
### example
timer-message(@hourly).exe to call every hour
timer-message(0b5_a_a_a_a_a).exe to call every 5 seconds
