Stories
Slash Boxes
Comments

SoylentNews is people

posted by Fnord666 on Sunday September 16 2018, @01:03AM   Printer-friendly
from the nano-news dept.

Submitted via IRC for TheMightyBuzzard

A new major release of open source text editor GNU nano is here. GNU nano 3.0 reads files 70% faster and brings several other features.

GNU nano is one of the most popular terminal based text editors. Those who keep forgetting how to exit Vim, seek refuge with GNU nano. It's a godsend for beginners who have to deal with editing in the command line while the experienced nano fans just swear by it.

I wouldn't normally consider a new version of a text editor really newsworthy but a 70% read speed increase is interesting to investigate even if only for an example of how not to do things from the prior versions.

Source: https://itsfoss.com/nano-3-release/


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by HiThere on Sunday September 16 2018, @04:51PM (1 child)

    by HiThere (866) Subscriber Badge on Sunday September 16 2018, @04:51PM (#735690) Journal

    FWIW, I almost exclusively use geany, but nano is what you use in restricted situations...restricted in RAM or in storage. Those occur to fewer people these days, and to nearly everyone less often, so I rarely use it, but it's in my toolkit.

    I've never bothered to understand EMACS, because the keyboard commands required to use it were painful. I used to use vi(m) frequently. For awhile I preferred kate, but geany is generally better (there are a few exceptional cases). OTOH, the environment I use them in is a full desktop usually running KDE, but occasionally Mate or Xfce, so it's not a resource restricted environment.

    --
    Javascript is what you use to allow unknown third parties to run software you have no idea about on your computer.
    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 3, Interesting) by urza9814 on Monday September 17 2018, @02:27PM

    by urza9814 (3954) on Monday September 17 2018, @02:27PM (#735978) Journal

    FWIW, I almost exclusively use geany, but nano is what you use in restricted situations...restricted in RAM or in storage. Those occur to fewer people these days, and to nearly everyone less often, so I rarely use it, but it's in my toolkit.

    More likely these days to be restricted in admin rights or physical access IMO. Geany is a GUI tool, so you probably won't have access to something like that if you're logging in to a headless server via SSH. Nano is also a lot more standard (although not as much as vi, but more than emacs IME) so it's more likely to be installed on a server where you might not be the one with admin rights. I use vi and nano literally every single day on systems far more powerful than my gaming laptop.