man is the quick interface to online reference manuals. These are usually stored in /usr/share/man/manN/blah.gz, or similar. Most debian packages also come with a README.debian, which is stored in /usr/share/doc/blah/README.debian. Is there an automated reader for these files, that finds the appropriate README.debian, and opens it?
|
|
|||
|
|
|
You can create a simple shell function and place it in your
Use:
You can smarten it up a little when you look for other README files (like the compressed ones which are often present) if the Debian file does not exist. Or collect all README files and offer a choice from which the user can select which one to display. |
|||||
|
|
|
The easiest way is to type You may want to install the packages dhelp or dwww. Neither does exactly what you want, but dwww is close: it lets you browse all of a package's documentation via a local web server. Dhelp doesn't require a server but doesn't show all non-HTML documentation. |
|||||||||
|
