snooze is a tool for waiting until a particular time and then running a command. Together with a service supervision system such as runit, this can be used to replace cron(8).
snooze is a tool for waiting until a particular time and then running a command. Together with a service supervision system such as runit, this can be used to replace cron(8).
To install snooze, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install snooze
To see what files were installed by snooze, run:
port contents snooze
To later upgrade snooze, run:
sudo port selfupdate && sudo port upgrade snooze
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.