snooze

Run a command at a particular time

brewmacoslinux
Try with needOr install directly
Source

About

Run a command at a particular time

Commands

snooze

Examples

Run a command at a specific time (3:30 PM)$ snooze 15:30 && echo 'Time to take a break'
Run a command after a delay (5 minutes from now)$ snooze +5m && notify-send 'Reminder'
Run a command at a specific date and time$ snooze 2024-12-25T09:00:00 && say 'Merry Christmas'