nano (text editor)

From Wikipedia, the free encyclopedia

Jump to: navigation, search
GNU nano
A screenshot of nano 2.1.2
nano 2.1.2 (SVN version)
Design by Chris Allegretta
Latest release 2.0.9 / September 6, 2008
Preview release 2.1.7 / November 10, 2008
OS Cross-platform
Type Text editor
License GNU General Public License
Website http://nano-editor.org/

In computing, nano is a curses-based text editor for Unix and Unix-like systems. It is a clone of Pico, the editor of the Pine email client. nano aims to emulate the functionality and easy-to-use interface of Pico, but without the tight mailer integration of the Pine/Pico package.

Released under the terms of the GNU General Public License, nano is free software. With the release of version 2.0.7 the license was changed from GPLv2 to GPLv3.

Contents

[edit] History

nano was first created in 1999 under the name TIP (TIP isn't Pico), by Chris Allegretta. His motivation was to create a free software replacement for Pico, since neither it nor Pine were distributed under a free software license. The name was officially changed to nano on January 10, 2000 to disambiguate it from the tip command. The name comes from the system of SI prefixes, where nano is 1000 times bigger than pico, though the backronym "nano's another editor" is sometimes used. In February 2001, nano became an official part of the GNU Project.

More recently, nano has added some features that Pico lacks, including colored text, regular expression search and replace, smooth scrolling, and multiple buffers.

On August 11, 2003, Chris Allegretta officially handed maintenance of nano's unstable branch to David Lawrence Ramsey.[1] On December 20, 2007, David Lawrence Ramsey officially stepped down as nano's maintainer.[2]

Currently under development in the 2.1 development series are rebindable key support[3] and undo functionality[4]

[edit] Control keys

nano, like Pico, is keyboard-oriented, controlled with control keys. For example, Control-O saves the current file; Control-W goes to the search menu. nano puts a two-line "shortcut bar" at the bottom of the screen, listing many of the commands available in the current context. For a complete list, Control-G gets the help screen.

Unlike Pico, nano uses meta keys to toggle its behavior. For example, Meta-S toggles smooth scrolling mode on and off. Almost all features that can be selected from the command line can be dynamically toggled.

[edit] See also

[edit] References

  1. ^ Allegretta, Chris (2003-08-11). "GNU nano 1.3 branch opened in CVS". Nano-devel mailing list. gnu.org. Retrieved on 2007-01-25.
  2. ^ Ramsey, David Lawrence (2007-12-20). "Stepping down as the nano maintainer...". Nano-devel mailing list. gnu.org. Retrieved on 2007-12-20.
  3. ^ Allegretta, Chris (2008-03-18). "GNU nano 2.1.0". Nano-devel mailing list. gnu.org. Retrieved on 2008-03-18.
  4. ^ Allegretta, Chris (2008-08-04). "GNU nano 2.1.3". Nano-devel mailing list. gnu.org. Retrieved on 2008-08-04.

[edit] External links

Personal tools