A simple, lightweight CLI for periodical notifications
create
- create a new notification
# This command will create a notification with the title "Drink some water" that will be shown every 300 seconds
memo-mate create -t "Drink some water" -i 300
list
- list all notificationsdelete
- delete the notification by ID (Ids are shown in the output of thelist
command)start
- start sending notifications