Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 279 Bytes

File metadata and controls

14 lines (9 loc) · 279 Bytes

textEditor

Command Line Interface based text editor written in C.

No external libraries have been used.

Installation

  1. Clone the repository

  2. Navigate to textEditor/

  3. $make

  4. $./kilo For new file

    $./kilo filename To edit the file "filename"