top | item 47088638

(no title)

jrmg | 9 days ago

Does anyone here actually use the GNU info documentation?

discuss

order

teddyh|9 days ago

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>

scoops_|3 days ago

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

jrmg|9 days ago

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

mook|9 days ago

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?

kevin_thibedeau|9 days ago

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.

krunck|9 days ago

Just installed pinfo. Nice. Thanks!

ho_schi|9 days ago

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.

SoftTalker|9 days ago

No. I have no idea how it works, it's like being a new user in vi and not knowing how to quit.

fanf2|9 days ago

`info foo | less` is a better info reader than `info foo`