SafeMemoryZone/ztex
Very simple nano-like text editor in zig.
A very simple nano-like text editor in zig.
Make sure you have the zig compiler and ncurses installed.
Compile and run the project with (pass any arguments to the text editor after '--'):
$ zig build run -- ...
$ ./ztex [<file_to_edit>]
ctrl + q
to quit the editor (a prompt will appear asking for the filename - press ctrl + q
again to quit)This project is unfinished and has currently not support for windows. Keep your expectations low!