nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 9ead4c87a79e0d79d70c42fbf777663ab3301a16
parent 1b5d9171f214d64ae39039d22b669c2e4569486e
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sun, 18 Jul 2021 17:02:10 +0200

docs: add a paragraph at the start of the README about what nano is

Suggested-by: Lars Wirzenius -- https://liw.fi/readme-review/

Diffstat:
MREADME | 15++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/README b/README @@ -1,10 +1,19 @@ GNU nano -- a simple editor, inspired by Pico -Overview +Purpose - The nano project was started because of a few "problems" with the - wonderfully easy-to-use and friendly Pico text editor. + Nano is a small and simple text editor for use on the terminal. + It copied the interface and key bindings of the Pico editor but + added several missing features: undo/redo, syntax highlighting, + line numbers, softwrapping, multiple buffers, selecting text by + holding Shift, search-and-replace with regular expressions, and + several other conveniences. + +Origin + + The nano project was started in 1999 because of a few "problems" + with the wonderfully easy-to-use and friendly Pico text editor. First and foremost was its license: the Pine suite does not use the GPL, and (before using the Apache License) it had unclear