Midnight Commander file browser
Midnight Commander is an open source Terminal-based GUI for browsing filesystems. It’s useful to have a non-graphical method to manage and view files, particularly on remote systems over SSH. Installing Midnight Commander is done by:
- macOS:
brew install mc - Linux:
apt install mc - Windows