µTimer ("utimer", pronounced "micro-timer") is a multifunction timer (command-line only). It provides a timer (e.g. count from 0 to 4 minutes), a countdown (e.g. count from 10 minutes to 0), and a stopwatch.
µTimer ("utimer", pronounced "micro-timer") is a multifunction timer (command-line only). It provides a timer (e.g. count from 0 to 4 minutes), a countdown (e.g. count from 10 minutes to 0), and a stopwatch.
To install utimer, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install utimer
To see what files were installed by utimer, run:
port contents utimer
To later upgrade utimer, run:
sudo port selfupdate && sudo port upgrade utimer
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.