This project is of a text editor coded using c with zero dependencies. It supporst basic editing features that you'd expect in a terminal based editor as well as features such as highlighting and searching.
To build and run:
make
bin/main.o
Feel free to use the app to open an existing textflle:
bin/main.o absolutePath/textfile.txt