Short for Eliana and pronounced Ellie
eli is a simply made text editor written in C
$ sudo dnf install ncurses ncurses-libs ncurses-static
$ sudo dnf install gcc
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
$ make
$ ./eli somefile
This project was influenced by the sandy text editor