Skip to content
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

Notifications You must be signed in to change notification settings

maze-n/eddit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

44c2cd1 · Aug 29, 2021

History

25 Commits
Aug 29, 2021
Jul 6, 2020
Jul 6, 2020
Aug 29, 2021
Apr 6, 2020
Apr 6, 2020
Jul 4, 2020
Jul 6, 2020
Jul 9, 2020
Jul 12, 2020

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