Skip to content

vigna/ne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to ne, the nice editor!

Introduction

ne is a free (GPL'd) text editor based on the POSIX standard that runs (we hope) on almost every UN*X machine. ne is easy to use for the beginner, but powerful and fully configurable for the wizard, and most sparing in its resource usage. If you have the resources and the patience to use emacs or the right mental twist to use vi then probably ne is not for you. However, if you need an editor that:

  • compiles without effort everywhere (or almost everywhere), is packaged for all Linux distributions, and ported to other operating systems (such as Mac OS X);

  • is fast, small, powerful and simple to use;

  • has standard keystrokes (e.g., copy is CTRL-C);

  • uses little bandwidth, so it is ideal for email, editing through phone line (or slow GSM/GPRS/UMTS) connections;

  • has a very compact internal text representation, so you can easily load and modify very large files…

… then you should try ne.

ne editor screenshot

Some of the features of ne are:

  • three user interfaces: control keystrokes, command line, and menus; keystrokes and menus are completely configurable;

  • syntax highlighting;

  • full support for UTF-8 files, including multiple-column characters;

  • 64-bit file/line length;

  • simple scripting language where scripts can be generated via an idiotproof record/play method;

  • unlimited undo/redo capability (can be disabled with a command);

  • automatic preferences system based on the extension of the file name being edited or regex content matching;

  • automatic completion of prefixes using words in your documents as dictionary;

  • a file requester with completion features for easy file retrieval;

  • extended regular expression search and replace a la emacs and vi;

  • a very compact memory model—you can easily load and modify very large files, even if they do not fit your core memory;

  • editing of binary files.

Downloads

If you need a source tarball you can generate it by running make source. Note that you will need makeinfo. The tarball, however, can be compiled without makeinfo. Please read the makefile in src for compiling options.

If you use the Cygwin environment there is a version of ne you can compile with make cygwin. This version requires the last version of ncurses, but you can also get a termcap-based version that has no dependencies and starts by default using the built-in ANSI sequences using the suitable compiling options.

It is also possible to get DMG images for MacOs X with make macosx.

ne was originally developed on the Amiga and inspired by TurboText, a wonderful editor written by Martin Taillefer. Development moved then on Linux. Todd Lewis joined the development donating code he wrote to add features required at the University of North Carolina. Daniele Filaretti helped with syntax highlighting.

Ports

Discussion

There is a discussion group about ne. You can join or send a message.

About

ne, the nice editor

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages