A simple text/code editor using GTK, mainly made for fun and learning C.
You must have GCC and GTK4 installed.
Compiling:
gcc -Wall -pedantic $(pkg-config --cflags gtk4) -Og -o ./bin/clipper main.c $(pkg-config --libs gtk4)
Just run the setup script, and you're good!