A simple, minimal & performant text editor written in C with only C's Standard Library.
Note: This project is undergoing refactoring at the moment.
- C/C++
- JavaScript
- Python
- SQL
- Make sure that
gcc
&make
are installed. - Make install.sh file executable.
chmod +x install.sh
- Execute the installation script.
./install.sh
make texterm
texterm [FILE]
This project is based on Snaptoken's Build Your Own Text Editor tutorial. Thanks Paige Ruten!
- Undo & redo
- Text replace
- Colored bracket pair
- Syntax highlightng for other languages
Read contributing guidlines.