Skip to content

A simple text editor written in C and using the GTK toolkit.

Notifications You must be signed in to change notification settings

sofiaschn/gtk-text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTK Text Editor icon

GTK Text Editor

A simple text editor written in C and using the GTK toolkit, inspired on the classic Windows text editor notepad.exe.

Building

The project uses a Makefile to compile the source code into an executable binary.

To build on Linux, make sure you have the GTK4 library installed, and follow the steps:

  1. Clone the repo using git clone.
  2. Switch into the project's directory and run make.
  3. Run sudo make install to install the binary located on bin/ to your system.

There is no current instruction to build on Windows. If you manage to build it, please create a Pull Request to change this file.

Usage

To use the editor, open the application on your system's application menu or run the command gtkeditor on your terminal.

About

A simple text editor written in C and using the GTK toolkit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published