Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 707 Bytes

File metadata and controls

41 lines (23 loc) · 707 Bytes

eli /ɛli/

Short for Eliana and pronounced Ellie

eli is a simply made text editor written in C

What You Need

GNU ncurses

GNU GCC

How to build it

$ make

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

$ ./eli somefile

Credit

This project was influenced by the sandy text editor