Simple Schedule Manager
Find a file
2025-02-09 19:47:15 +00:00
.gitignore Added simple daemon and add event 2024-07-26 07:56:48 +01:00
LICENSE Added simple daemon and add event 2024-07-26 07:56:48 +01:00
Makefile Recurring events, sort events 2025-02-09 19:47:15 +00:00
README.md Recurring events, sort events 2025-02-09 19:47:15 +00:00
ssm.c Recurring events, sort events 2025-02-09 19:47:15 +00:00
ssm.h Recurring events, sort events 2025-02-09 19:47:15 +00:00

ssm

Simple Schedule Manager(ssm) is a highly scriptable scheduler. It supports recurring events and support daily, weekly, monthly events.

Usage

Simple Scheduler Manager 1.0.0

Usage: ssm <command>

	help						Show this help message
	sched <time> <title> <description> [options]	Schedule an event
	edit						Edit schedule with $EDITOR
	list						List all upcoming events
	run						Spawn notifier daemon

Dependencies

None

Building

You will need to run these with elevated privilages.

$ make
# make install

Contributions

Contributions are welcomed, feel free to open a pull request.

License

This project is licensed under the GNU Public License v3.0. See LICENSE for more information.