Skip to content

zachwhaley/eli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simply made text editor written in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published