Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages