CLEX is a file manager with a full-screen user interface. It displays directory contents including the file status details and provides features like command history, filename insertion, or name completion in order to help users to create commands to be executed by the shell.
CLEX is a file manager with a full-screen user interface. It displays directory contents including the file status details and provides features like command history, filename insertion, or name completion in order to help users to create commands to be executed by the shell.
To install clex, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install clex
To see what files were installed by clex, run:
port contents clex
To later upgrade clex, run:
sudo port selfupdate && sudo port upgrade clex
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.