pushbroom is a command line utility that removes old files from given file paths. Old files can either be deleted or moved into another directory (such as a trash directory).
pushbroom is a command line utility that removes old files from given file paths. Old files can either be deleted or moved into another directory (such as a trash directory).
To install pushbroom, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pushbroom
To see what files were installed by pushbroom, run:
port contents pushbroom
To later upgrade pushbroom, run:
sudo port selfupdate && sudo port upgrade pushbroom
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.