Skip to content

sreyaschaithanya/eli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A bare bones text editor written in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.3%
  • Makefile 6.7%