A nano like text editor built with pure C

ptext is a text editor built with pure C that is based on kilo. The author created this editor to gain more knowledge about managing text user interface (TUI) without using ncurses. The content includes a preview video and instructions on how to install the editor. The author’s goals for the project are to fix syntax highlighting, add a plugin system, and include support for windows. It should be noted that ptext is still a work in progress, and contributions are welcome after reading the CONTRIBUTING.md file. The author expresses gratitude to the Stargazers and Forkers for their support, as well as viewsourcecode kilo for inspiration.

https://github.com/proh14/ptext

To top