Skip to content

mucinoab/FIRE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIRE

A modal FIle Reader and Editor (FIRE) written in C.

demo

Based in the Kilo editor by antirez.

Features

  • Open and display files.
  • Edit and save files.
  • Incrementally search file contents.
  • Supports Normal and Insert mode, as in Vim.
  • Status bar.

Usage

While being inside the repo just type:

make && ./fire fire.c

This will build the editor and open his own source code.