Watcher is a filesystem watcher that works anywhere. It is simple, efficient and friendly, depending only on the C++ Standard Library and leveraging the OS when possible for efficiency. It may be used as a header-only C++ library, a C library, or a CLI program.
Watcher is a filesystem watcher that works anywhere. It is simple, efficient and friendly, depending only on the C++ Standard Library and leveraging the OS when possible for efficiency. It may be used as a header-only C++ library, a C library, or a CLI program.
To install watcher, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install watcher
To see what files were installed by watcher, run:
port contents watcher
To later upgrade watcher, run:
sudo port selfupdate && sudo port upgrade watcher
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.