A lightweight terminal-based basic text editor written in C.
- Creating and editing text files
- Searching for a string in a files (buggy)
- Syntax highlighting for C files (does not work, yet)
Clone this repo, open up the terminal and run:
make
To open a new file:
./cedit
To edit an existing file:
./cedit [filename]
where [filename] is the path to your file.
The project is licensed under BSD-2 Clause license.