Worker is a file manager much like the Amiga's DirOpus. It can be controlled with mouse or keyboard. There is no restriction on the number or type of button functions. Files are recognized by both extension and content, content by recognizing common bytes in the sample files you show it. Drag & Drop is supported.
Worker is a file manager much like the Amiga's DirOpus. It can be controlled with mouse or keyboard. There is no restriction on the number or type of button functions. Files are recognized by both extension and content, content by recognizing common bytes in the sample files you show it. Drag & Drop is supported.
To install worker, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install worker
To see what files were installed by worker, run:
port contents worker
To later upgrade worker, run:
sudo port selfupdate && sudo port upgrade worker
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.