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 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.
I use the online versions, e.g. https://www.gnu.org/software/make/manual/html_node/index.htm.... In this form they are pretty good documentation (although that is usually due to being comprehensive and adequately written, nothing really to do with info beyond supporting adequate structure).
teddyh|9 days ago
1. <https://news.ycombinator.com/item?id=44213303>
scoops_|3 days ago
jrmg|9 days ago
mook|9 days ago
For everything else… I think it's also necessary for GNU find expressions?
kevin_thibedeau|9 days ago
krunck|9 days ago
advisedwang|9 days ago
ho_schi|9 days ago
GNU Info should be like a browser but it makes something simple into something complicated.
SoftTalker|9 days ago
fanf2|9 days ago