Skip to content

arturacruz/Clipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clipper

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!

About

A simple text editor made with C and GTK.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published