- min text editor
Windows(OK), macOS(OK), Linux(TODO)
min is a modern cross-platform C11 text editor.
Windows: cmake . && min_project.sln && run(Ctrl + F5)
POSIX: cmake . && make && ./min
Windows: Google it :)
macOS: cd /etc/paths.d && sudo vim min_project, "input path of min", save: (esc+:+w+q+enter)
MIT License