GNU Nano Gets New Stable Release
jones_supa writes: GNU Nano 2.4.0 has been released as the first stable update to this UNIX command line text editor in a number of years. The release codenamed "Lizf" brings a wide variety of changes: full undo system, Vim-compatible file locking, linter support, formatter support, flexible syntax highlighting, and random bugfixes.
Nanu Nanu. Shazbat!
Some drink at the fountain of knowledge. Others just gargle.
I always prefer random fixes instead of carefully planned specific fixes.
Nano is a full screen text editor.
Ed is a command line editor.
Have Slashdot editors never used a teletype?
to comb the Cheetoh crumbs out of your neckbeard.
I'll always prefer pico/nano over vi and emacs.
For me, nano fulfills a vital role:
When some inexperienced Linux user has to edit some file in some form of Linux and there is no gui available, I point them to nano, because it behaves pretty closely to what they expect from a text editor (which tends to be something like notepad...sigh).
The other, most common alternatives aren't nice for newcomers. vi comes preinstalled in most *nixes, but it is just alien to your average user, and emacs - though it behaves more like what users expect - always ends confusing them because of the key chords (and it doesn't come installed in most distros, if I am not mistaken).
nano is simple enough and good enough to get the job done, and most Linuxes have it pre-installed.
So, thank you nano developers. Keep up the good work!
This is one of the problems with open source development; people will spend endless hours perfecting the buggy whip; not to mention coming up with new, competing buggy whip designs.
Whatever floats your boat, I guess; but there are countless other open source projects in real need of help.
systemd will get an integrated text editor with emacs, vi and nano emulation modes...
Does it have the butterfly macro for real programmers?
https://xkcd.com/378/
Exactly. Now what tool can I use as a basic text editor. There's none left!
I would simply like if it explained how to cut and paste multiple lines of text at the same time. For that task I have to reach for the mouse (the block of text needs to fit on the screen) or use a graphical editor - that'd be pluma or leafpad, to be free of bullshit.
That was still easier in MS-DOS EDIT.
By the way : (shit, I put it in a pastebin because of the slashdot filter)
http://dpaste.com/3210G6K
It has qwerty-isms. That's perhaps one of my bigger peeves with Free software. The video games in linux are worst, they're likely to be playable with a qwerty keymap only. DOS/Windows games of the 90s at least just read the raw scan codes so the keyboard acted as if it was qwerty.
They'll have to call it Micro now!
I still use Midnight Comannder's editor (mcedit) whenever I need to edit text in a Linux terminal. I find it a lot more user-friendly than any other terminal-mode text editor.
Vi is downright arcane. You need to hit i before you can type, and you need to hit Escape :wq to save and quit. Fortunately, it's not as bad as classic vi, where arrow keys don't exist, and you need to use ESC then hjkl, and backspace keys don't exist either, and you need to use ESC x.
Meanwhile, in mcedit land, you just hit F9, which is clearly labelled as "pull down", and menus appear. You can see what your options are, and carry out commands. This is why GUIs are awesome, it shows you the possibilities.
Nano is okay because it is the most similar common gnu/linux program to the king of all console text editors: MS-DOS Edit.
If somebody ports MS-DOS Edit to gnu/linux, productivity will go through the roof.
Often these applications are used for editing configuration files. At this point it probably their primary use... If you forget to use sudo or to become root these applications will not prompt for a password usually leaving the user with several minutes of lost work or at least a temporary save to a user directory and another copy command. I would like to see these applications able to save as root or something similar.