An advanced ncurses Linux terminal file manager for everyday use, inspired by Midnight Commander
Make sure you have ncurses installed on your Linux distro.
sudo apt-get install libncurses5-dev libncursesw5-dev
sudo yum install ncurses-devel
sudo dnf install ncurses-devel
git clone https://github.com/DyumanAditya/nebula
cd nebula
sudo ./install
That's it! You should now be able to run the program from any terminal by typing nebula
.