GNU nano

GNU nano
GNU nano 2.1.2 (SVN version)
Original author(s) Chris Allegretta
Initial release 6 June 2000 (2000-06-06)[1]
Stable release
3.1 / 18 September 2018 (2018-09-18)[2]
Repository Edit this at Wikidata
Written in C
Operating system Cross-platform
Available in English
Type Text editor
License GNU General Public License
Website www.nano-editor.org

GNU nano is a text editor for Unix-like computing systems or operating environments using a command line interface. It emulates the Pico text editor, part of the Pine email client, and also provides additional functionality.[3] Unlike Pico, nano is licensed under the GNU General Public License (GPL). Released as free software by Chris Allegretta in 1999, nano became part of the GNU Project in 2001.[4]

History

GNU nano was first created in 1999 with the name TIP (TIP Isn't Pico), by Chris Allegretta. His motivation was to create a free software replacement for Pico, which was not distributed under a free software license. The name was changed to nano on 10 January 2000 to avoid a naming conflict with the existing Unix utility tip. The name comes from the system of SI prefixes, in which nano is 1000 times larger than pico. In February 2001, nano became a part of the GNU Project.

GNU nano implements several features that Pico lacks, including syntax highlighting, line numbers, regular expression search and replace, line-by-line scrolling, multiple buffers, indenting groups of lines, rebindable key support,[5] and the undoing and redoing of edit changes.[6]

On 11 August 2003, Chris Allegretta officially handed the source code maintenance of nano to David Lawrence Ramsey.[7] On 20 December 2007, Ramsey stepped down as nano's maintainer.[8]

On version 2.6.0 in June 2016, the current principal developer and the other active members of the nano project decided in consensus to leave the GNU project, because of their objections over the Free Software Foundation's copyright assignment policy, and their belief that decentralized copyright ownership does not impede the ability to enforce the GNU General Public License.[9][10][11][12] The step was acknowledged by Debian and Arch Linux,[13][14] while the GNU project resisted the move and called it a "fork".[15] On 19 August 2016, Chris Allegretta announced the return of the project to the GNU family,[16] which happened when version 2.7.0 was released in September 2016.[17]

Control keys

GNU nano, like Pico, is keyboard-oriented, controlled with control keys. For example, Ctrl+O saves the current file; Ctrl+W goes to the search menu. GNU 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, Ctrl+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. On keyboards without the meta key it is often mapped to the escape key, Esc, such that in order to simulate, say, Meta+S one has to press the Esc key, then release it, and then press the S key.

GNU nano can also use pointer devices, such as a mouse, to activate functions that are on the shortcut bar, as well as position the cursor.

See also

References

  1. "[nano] Revision 1".
  2. "News". Retrieved 18 September 2018.
  3. The nano FAQ: http://www.nano-editor.org/dist/v2.2/faq.html#1.3
  4. Official website FAQ. (accessed 17 February 2016.)
  5. Allegretta, Chris (18 March 2008). "GNU nano 2.1.0". Nano-devel mailing list. gnu.org. Retrieved 18 March 2008.
  6. Allegretta, Chris (23 March 2015). "GNU nano 2.4.0". Nano-devel mailing list. gnu.org. Retrieved 18 April 2015.
  7. Allegretta, Chris (11 August 2003). "GNU nano 1.3 branch opened in CVS". Nano-devel mailing list. gnu.org. Retrieved 25 January 2007.
  8. Ramsey, David Lawrence (20 December 2007). "Stepping down as the nano maintainer..." Nano-devel mailing list. gnu.org. Retrieved 20 December 2007.
  9. nano news on nano-editor.org "And, with this release, we take leave of the herd... Bye! And thanks for all the grass!" (22 June 2016)
  10. remove the GNU marker from nano's name on savannah.org by Benno Schulenberg (13 June 2016)
  11. Re: (Nano-devel) Should nano stay a GNU program (Was: time for a 2.5.4-p on lists.gnu.org (7 May 2016)
  12. sr #109076: Request to move nano from gnu to nongnu on savannah.gnu.org by Benno Schulenberg (22 June 2016)
  13. "Accepted nano 2.6.0-1 (source amd64) into unstable".
  14. "svntogit/packages.git - Git clone of the 'packages' repository".
  15. I'm on the GNU maintainers team; I want to clarify a couple things about this: First, Nano has _not_ left the GNU project on news.ycombinator.com by Mike Gerwitz (June 2016)
  16. Chris, Allegretta (19 August 2016). "[Nano-devel] nano to remain in GNU". lists.gnu.org. Retrieved 2 September 2016.
  17. nano news on nano-editor.org "With this release we return to GNU. For just a little while we dreamt we were tigers. But we are back in the herd, back to a healthy diet of fresh green free grass." (1 September 2016)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.