Comment by jrmg

7 days ago

Does anyone here actually use the GNU info documentation?

I use it all the time, preferring it to everything else¹. Especially when reading the Python documentation.

1. <https://news.ycombinator.com/item?id=44213303>

  • This sounds interesting, how are you getting python docs in the `texinfo` format? I’ve used zeal a fair amount or *.read the docs.io, but always looking for local alternatives. A quick search online didn’t have much info

  • I’m sorry people are downvoting you for just replying to my question!

I use it in particular for bash, mostly because it has better expositions for parameter expansions. To the point that I know searching for "%%" in particular will get me to the correct section.

For everything else… I think it's also necessary for GNU find expressions?

I occasionally use gnu info. My favorite tool is pinfo which has a man mode that adds navigable links to cross references in man pages and can shell out to hyperlinks. I usually have that aliased as man.

No. Every man page is better, concise, easy to access.

GNU Info should be like a browser but it makes something simple into something complicated.