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.
- Host: GitHub
- URL: https://github.com/lapets/noir
- Owner: lapets
- License: mit
- Created: 2016-12-31T07:05:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-31T07:24:59.000Z (almost 9 years ago)
- Last Synced: 2025-01-23T12:46:32.601Z (8 months ago)
- Topics: c, console, curses-library, legacy, ncurses-library, perl, text-editor
- Language: C
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.