tools for acting on changes in a directory structure
Provides three tools, notifywait, notifyloop, and autorsync that watch for changes in a directory structure, and either notify, run a script, or trigger an rsync if changes occur.
Provides three tools, notifywait, notifyloop, and autorsync that watch for changes in a directory structure, and either notify, run a script, or trigger an rsync if changes occur.
To install fsevents-tools, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fsevents-tools
To see what files were installed by fsevents-tools, run:
port contents fsevents-tools
To later upgrade fsevents-tools, run:
sudo port selfupdate && sudo port upgrade fsevents-tools
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.