Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
/ gea Public archive

Simple and small text editor written in NCurses and C++

License

Notifications You must be signed in to change notification settings

TruncatedDinoSour/gea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gea

Simple and small text editor written in NCurses and C++

(No it's not efficient in any way)

Building

  • With clang
$ ./build.sh
  • With GCC
$ CXX=g++ ./build.sh

Installing

  • Install ncurses

  • Run

$ ./build.sh && sudo install -Dm755 gea.elf /usr/local/bin/gea

About

Simple and small text editor written in NCurses and C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published