An open API service indexing awesome lists of open source software.

https://github.com/lapets/noir

An artifact primarily of historical interest: a terminal editor originally conceived as an extremely compact, relatively portable text editor for command line/terminal environments.
https://github.com/lapets/noir

c console curses-library legacy ncurses-library perl text-editor

Last synced: 7 months ago
JSON representation

An artifact primarily of historical interest: a terminal editor originally conceived as an extremely compact, relatively portable text editor for command line/terminal environments.

Awesome Lists containing this project

README

          

# noir
An artifact primarily of historical interest: a terminal editor conceived as an extremely compact, relatively portable, functional text editor for command line/terminal environments.

This was originally written in 2004 for recreational purposes in both C and Perl. Many functionalities usually available in editors are missing. The code was written to make the editor as portable as possible, and it can be adapted in a matter of minutes to use any other display library by modifying a handful of functions.