/aloe

Terminal based text editor

Primary LanguageCApache License 2.0Apache-2.0

Aloe

screenshot of the image

Description

A terminal based text editor written in pure C and ncurses

Building

$ git clone https://github.com/AdrianN001/aloe
$ cd aloe
$ make
$ ./alo3 .

Requirements and Dependencies

  • ncurses
  • make