A minimal, dependency-free text editor written in C. Quill provides essential features such as search and syntax highlighting.
To compile Quill, run the following commands:
make clean && make
Move the executable to /usr/bin
mv quill /usr/bin
./quill <filename>