Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 599 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 599 Bytes

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.