GitHub - maze-n/eddit: A basic text editor with GTK for GNU/Linux

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

This repository was archived by the owner on Mar 5, 2023. It is now read-only.

/ eddit Public archive

A basic text editor with GTK for GNU/Linux

License

GPL-3.0 license

40 stars 4 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

Repository files navigation

Github All Releases Github All Releases Github All Releases Github All Releases

eddit

A simple text editor with GTK

Get:

Download available packages from the release section.

Build From Source:

You will need the following dependencies:

  • libgtk-3-dev
  • libgtksourceview-3.0-dev
  • make
  • rustc
  • cargo

Build, Install & Run:

make
sudo make install
com.github.maze-n.eddit

Uninstall:

sudo make uninstall