Runs on Windows, Linux, and macOS.
Inspired by Total Commander.
Currently is in development — not recommended for use before the first release.
After installing UnixCMD to /Applications, you can set up command line access to launch it
quickly from Terminal using the uc command.
Create a symbolic link in /usr/local/bin (requires administrator privileges):
sudo ln -s /Applications/unixcmd.app/Contents/MacOS/unixcmd /usr/local/bin/ucAdd an alias to your shell profile. For zsh (default on macOS):
echo 'alias uc="/Applications/unixcmd.app/Contents/MacOS/unixcmd"' >> ~/.zshrc
source ~/.zshrcFor bash:
echo 'alias uc="/Applications/unixcmd.app/Contents/MacOS/unixcmd"' >> ~/.bash_profile
source ~/.bash_profileNote: When launched from command line, UnixCMD will start in the current working directory. When launched from GUI (double-clicking the app), it will start in your home directory.
