A modal FIle Reader and Editor (FIRE) written in C.
Based in the Kilo editor by antirez.
- Open and display files.
- Edit and save files.
- Incrementally search file contents.
- Supports
Normal
andInsert
mode, as in Vim. - Status bar.
While being inside the repo just type:
make && ./fire fire.c
This will build the editor and open his own source code.