Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 679 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 679 Bytes

Nebula

An advanced ncurses Linux terminal file manager for everyday use, inspired by Midnight Commander

Installation

Ncurses

Make sure you have ncurses installed on your Linux distro.

Debian

sudo apt-get install libncurses5-dev libncursesw5-dev

CentOS/RHEL/Scientific Linux 6.x/7.x+ and Fedora Linux 21 or older

sudo yum install ncurses-devel

Fedora Linux 22.x+

sudo dnf install ncurses-devel

Nebula

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.