A Simple Text Editor written in C++.
g++
ncurses library
Clone the repository locally.
git clone https://github.com/jibrilfdev/simple-text-editor.git
cd simple-text-editor
g++ src/main.cpp -o simple -l ncurses./simple FILENAMERun the program with an argument of the file name to edit that file. Run the program with no arguments to go to the title screen first where a file name can then be entered.
Pull requests are welcome. Issues are welcome, and will potentially be addressed.

