
Hecto is a CLI text editor similar in spirit to Vim and Emacs.
The editor is built purely in Rust, with support added for basic text editor functionalities - opening a file, saving a file, editing stuff, syntax highlighting (only for rust), etc.

Lore: Hecto text editor was one of my first attempts at making something low-level, thanks to this video by Primeagen.