a utility for running arbitrary commands when files change.
a utility for running arbitrary commands when files change. Uses kqueue(2) to avoid polling. entr responds to file system events by executing command line arguments.
a utility for running arbitrary commands when files change. Uses kqueue(2) to avoid polling. entr responds to file system events by executing command line arguments.
To install entr, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install entr
To see what files were installed by entr, run:
port contents entr
To later upgrade entr, run:
sudo port selfupdate && sudo port upgrade entr
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.