https://github.com/alxndr13/cronmon
cronmon runs a job and notifies you on your desktop
https://github.com/alxndr13/cronmon
Last synced: 3 months ago
JSON representation
cronmon runs a job and notifies you on your desktop
- Host: GitHub
- URL: https://github.com/alxndr13/cronmon
- Owner: alxndr13
- License: mit
- Created: 2023-12-13T07:23:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-13T07:32:08.000Z (over 1 year ago)
- Last Synced: 2025-02-27T06:00:04.747Z (3 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# cronmon
## Overview
`cronmon` is a simple utility designed to run scheduled jobs and provide desktop notifications upon completion.
Background: i love the cronjob syntax and hate systemd timers but i want to know when cronjobs fail.
## Usage
```
NAME:
cronmon - runs a job and notifies according to your wishes 🔔USAGE:
cronmon [global options] command [command options] [arguments...]COMMANDS:
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--command value, -c value
--cron-name value, --cn value
--notify-success, --success (default: does not notify when the command was successfully executed)
--help, -h show help
```## Crontab example
```cron
0 * * * * cronmon -c "calendarsync -config ~/.config/sync.yaml" -success -cn "CalendarSync"
```## License
MIT