Skip to content

dung13890/remind-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remind tool

Remind

With docker & docker-compose

## Outsite docker
docker-compose up -d
docker-compose exec remind bash


## Inside docker
dep ensure -update

go run main.go

## Build tool
go build main.go

config and run

  • Setting file task.yml file
job: "Title Job"
time: "Time notify"
message: "Message notify"
  • Setting crontab
crontab -e

*/30 * * * * export DISPLAY=:0 && cd ~path/remindTool && ./main >> ~path/remindTool/logs/tool.log 2>&1

About

Golang remind tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages