Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 823 Bytes

File metadata and controls

44 lines (30 loc) · 823 Bytes

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