Simple Schedule Manager
Find a file
2024-08-13 12:41:46 +08: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 Added simple daemon and add event 2024-07-26 07:56:48 +01:00
README.md Added simple daemon and add event 2024-07-26 07:56:48 +01:00
ssm.c tidy up 2024-08-13 12:41:46 +08:00
ssm.h Added simple daemon and add event 2024-07-26 07:56:48 +01:00

ssm

Simple Schedule Manager(ssm) is a highly scriptable scheduler.

Usage

Simple Scheduler Manager 1.0.0

Usage: ssm <command>

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

Dependencies

  • libnotify

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.