8

I enjoy having choices of $PAGER, e.g.

  • more
  • less
  • most
  • ...

Can I enjoy the same choice when reading Info documentation? (i.e. info tar)

What are my options?

slm
  • 369,824

1 Answers1

4

There's a list on Wikipedia, which includes the following:

  • info
  • pinfo
  • tkman
  • tkinfo (linked page also has a list of info viewers)
  • khelpcenter
  • emacs

khelpcenter relies on info2html which could also be used to enable reading info files with any browser. However, the converted pages lack tons of useful features, like search and access to the index; even if, like me, you find the info implementation of those features lacking, they are still better than nothing.

rici
  • 9,770
  • 3
    What's pathetic about the index feature in info? IMO, info's index and its very interface (search of the index and toc with completion) is the one feature that makes it superior to any other documentation system (only when the documentation index is well written though). – Stéphane Chazelas Jun 21 '13 at 07:24
  • @StephaneChazelas: OK, maybe pathetic was an overstatement. Although I still prefer the vim documentation system, whose tab completion and search feels much friendlier to me. I edited the answer to make it clear that my distaste is mine and not an objective fact. – rici Jun 22 '13 at 03:12
  • 4
    @StéphaneChazelas the interface of info is the absolute worst I've ever encountered in the field of documentation viewing. It should be intuitive like man, not requiring to read a 1-hour introduction and remembering all kinds of weird shortcuts. – Philipp Ludwig Jul 18 '18 at 09:36