GNU nano
is a small and friendly text editor. Besides basic text editing, nano
offers features like undo/redo, syntax coloring, interactive search-and-replace, auto-indentation, line numbers, word completion, file locking, backup files, and internationalization support.
The original goal for nano
was to be a complete bug-for-bug emulation of Pico. But currently the goal is to be as compatible as is reasonable while offering a superset of Pico’s functionality. See Pico Compatibility for more details on how nano
and Pico differ.
Starting with version 4.0, nano
no longer hard-wraps an overlong line by default. It further uses linewise scrolling by default, and by default includes the line below the title bar into the editing area. If you want the old, Pico behavior back, you can use the following options: –breaklonglines, –jumpyscrolling, and –emptyline (or -bje).
Your gratitude and finance will help me to continue integration of this QPKG and maintain up to date versions.
Last update: 26 February 2024
Bonsi –
Doesn’t start
[~] # nano
Error opening terminal: linux.
Jockel –
Works! Installed on my new NAS, works fine from terminal. Thank you!
Alexis –
It works like it should BUT you need some tweaks
1) enable persistent home folders (that’s in the settings of the QNAP NAS)
2) install GoTTY (duh)
3) create a .profile file in your home folder
4) in the profile put
export TERM=xterm