/cedit

Fast and lightweight terminal-based text editor written in C

Primary LanguageCBSD 2-Clause "Simplified" LicenseBSD-2-Clause

License

Cedit

A lightweight terminal-based basic text editor written in C.

Demo

Functionality

  • Creating and editing text files
  • Searching for a string in a files (buggy)
  • Syntax highlighting for C files (does not work, yet)

Installing the program

Clone this repo, open up the terminal and run:

make

Usage

To open a new file:

./cedit

To edit an existing file:

./cedit [filename]

where [filename] is the path to your file.

License

The project is licensed under BSD-2 Clause license.

Reference

Inspiration