eli icon indicating copy to clipboard operation
eli copied to clipboard

A simply made text editor written in C

trafficstars

eli /ɛli/

Short for Eliana and pronounced Ellie

eli is a simply made text editor written in C

What You Need

GNU ncurses

$ sudo dnf install ncurses ncurses-libs ncurses-static

GNU GCC

$ sudo dnf install gcc

What it Does

Displays a file on the screen.

Move around with h j k l.

Enter insert mode with i and type some things.

Exit insert mode with Ctrl-c

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

See eli.c for more

How to Use it

$ make
$ ./eli somefile

Credit

This project was influenced by the sandy text editor