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

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.

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

![](./art/2.png)