maze-n / eddit

A basic text editor with GTK for GNU/Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A basic text editor with GTK for GNU/Linux

License:GNU General Public License v3.0


Languages

Language:Rust 96.6%Language:Makefile 2.6%Language:Python 0.8%