Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

zachwhaley/eli.cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I'm no longer working on this project, because I rewrote eli in C :)

eli (short for Eliana)

A bare bones text editor written in C++

Libraries

ncurses

$ yum install ncurses ncurses-libs ncurses-static

G++

$ yum install gcc-c++

What it Does

Displays a files content on the screen.

Move around with the arrow keys.

Type some things, and watch them appear.

Use Ctrl-w to save and Ctrl-q to quit.

How to Use it

$ make
$ ./eli somefile