Live data from Hacker News

GNU nano 2.9.0

nano-editor.org

41–50 of 62 posts

Re: GNU nano 2.9.0

#41
Maybe it's not an honor.Why these guys hate UI? Why these great guys cannot make a great UI? UI hard? there are tooooo many DOM js UIs. Maybe it's a shameness.

Re: GNU nano 2.9.0

#42
I love that there are people working on nano and the nano-styled website. Also excellent release notes. I just wish that nano in Bash for Windows was more recent than version 2.5.3 so I could try out the new features. ;-)

Re: GNU nano 2.9.0

#43

Earlier quoted context omitted.

Every time I'm sysadminning some Linux server or another. It's everywhere and does the job well enough without me having to learn vim :-D I also often use it to look inside random files on my Mac that won't open anywhere else (e.g. .xml, .json, files without extension names).

I think vi is probably more ubiquitous though, especially since it’s included in busybox which powers almost all imbedded Linux hosts. Still a good idea to learn a little vim

All I care to know of vim is how to exit it...

Re: GNU nano 2.9.0

#47

Earlier quoted context omitted.

Why do you use nano?

I use it in a pinch fairly constantly. Despite being a heavily customized Emacs user all the rest of the time. Mostly when I'm already scouring around the shell poking at files or need to make a simple new one (like a .gitignore) and I don't want/need to perturb whatever else I'm doing in Emacs.

If you start Emacs server as a daemon, you can use it pretty much like you'd use nano/vi/vim in the terminal, without disturbing anything. With an Emacs server running, for me, it loads faster than vim. I have a bash function along the lines of

    et() {
        emacsclient -tty --alternate-editor '' "$@"
    }
.. for using Emacs in the terminal a-la vim/nano. When you close the file you opened, you'll be right back where you left-off in the shell. I still tend to use a long-running GUI instance as you describe, but for jumping into config files from a terminal to edit a line or two, it's great.

Re: GNU nano 2.9.0

#49

Earlier quoted context omitted.

It's simple, it's on every platform I ever SSH into, and it gets the job done quickly?

Exactly this reason. You just know it will always be installed. And I still type "pico".

pico is harder & slower for me to type for some reason! not sure why.

Re: GNU nano 2.9.0

#50
post #3

Is anyone using this thing?

I use nano all the time. If I need to do quick editing, nano is perfect. If I need to do anything more complex, I'd use rmate[1] + rsub[2] with sublime text. 1: https://github.com/aurora/rmate 2: https://github.com/henrikpersson/rsub

This is really cool. I'm sure something similar exists (or could exist) for Emacs and Vim, right?
Post reply on HN