General purpose reloader for all projects. Command leaf watches for changes in the working directory and runs the specified set of commands whenever a file updates. A set of filters can be applied to the watch and directories can be excluded.
General purpose reloader for all projects. Command leaf watches for changes in the working directory and runs the specified set of commands whenever a file updates. A set of filters can be applied to the watch and directories can be excluded.
To install leaf, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install leaf
To see what files were installed by leaf, run:
port contents leaf
To later upgrade leaf, run:
sudo port selfupdate && sudo port upgrade leaf
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.