texterm icon indicating copy to clipboard operation
texterm copied to clipboard

A very minimal & simple text editor written in C with only Standard C Library.

Texterm Text Editor

A simple, minimal & performant text editor written in C with only C's Standard Library.

Screenshot

Note: This project is undergoing refactoring at the moment.

Syntax highlighting supported for

  • C/C++
  • JavaScript
  • Python
  • SQL

Installation

  • Make sure that gcc & make are 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.