A small program to keep track of and execute alarm clocks
This repository has been archived on 2024-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Oystein Kristoffer Tveit 9f8b658aaa
Final commit before archiving
2022-12-08 23:15:16 +01:00
src init commit 2021-06-16 14:21:15 +02:00
.gitignore init commit 2021-06-16 14:21:15 +02:00
LICENSE Final commit before archiving 2022-12-08 23:15:16 +01:00
README.md Final commit before archiving 2022-12-08 23:15:16 +01:00
setup.py init commit 2021-06-16 14:21:15 +02:00

README.md

ARCHIVE NOTE

This repo has been archived. I originally created this to learn about daemons and basic python.

The project is not finished, nor is it especially useful as it tries to replace the functionality of the very well battle tested cron(8)

However, feel free to do whatever you like with the code.

Alarmed

The alarmed daemon.

Lightweight package for keeping track of alarms that run custom commands when they go off.