README
¶
agenda-report
In this simple case I just send list of my pending tasks on my localhost's mailbox for every morning.
To achieve this:
-
Build
agenda-report.go
. You can edit mail address to send. -
Move
agenda-report.service
andagenda-report.timer
in~/.config/systemd/user/
. You should specify path to builded binary inExecStart
section ofagenda-report.service
. -
Use following command to set up systemd timers:
systemctl --user enable agenda-report.timer
systemctl --user start agenda-report.timer
Documentation
¶
There is no documentation for this package.
Click to show internal directories.
Click to hide internal directories.