Skip to content

nihilistdev/GUMBO-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUMBO editor

Simple editor built upon kilo editor idea but expanded to use ncurses library.

Features

GUMBO is a simple text editor to use in the easiest ways possible. You can simply write edit and text as you please. It has support for C/C++ and Python syntax(updating it as we go).

Compile and run

Make sure you have g++, CMake, and ncurses(some distros have it by default some not) installed on your system.
All you need to do is run build.sh script and it will build everything into build folder. To run it all you need to do is to navigate to cd build/src and run it ./gum <filename> or just ./gum as it does not need file argument to run or simply run it by typing ./build/src/gum <filename> or /build/src/gum.

Problems

As GUMBO is still in development there is the possibility of problems so if you encounter one feel free to open the issue.

Releases

No releases published

Packages

No packages published