texterm
A nano-like text editor written from scratch in C.
C★ 85⑂ 8 forksUnlicenseupdated 2 years ago
git clone https://github.com/biraj21/texterm.gitbiraj21/textermREADME.mdfork it — it’s yours
Texterm Text Editor
A simple, minimal & performant text editor written in C with only C's Standard Library.
Note: This project is undergoing refactoring at the moment.
Syntax highlighting supported for
- C/C++
- JavaScript
- Python
- SQL
Installation
- Make sure that
gcc&makeare installed. - Make install.sh file executable.
chmod +x install.sh - Execute the installation script.
./install.sh
Build
make texterm
Usage
texterm [FILE]
Acknowledgement
This project is based on Snaptoken's Build Your Own Text Editor tutorial. Thanks Paige Ruten!
Planned Features
- Undo & redo
- Text replace
- Colored bracket pair
- Syntax highlightng for other languages
Contributing
Read contributing guidlines.
more like this
