On Tue, Aug 16, 2005 at 01:41:47AM +1200, Ross Drummond wrote:
> Try;
> http://www.wagemakers.be/uploads/37/7/lookat_bekijk-1.4.0.tar.gz
> 
> A pager with a Midnight Commander like look and interface.

Ross,
    you can use a shell script to have midnight commander do this
since mc can format man documents.

--------------------
#!/bin/sh
MAN=`man -w $1`
mc -cv $MAN
--------------------


Have you heard of 'pinfo', it is a lynx like info and man browser
that is capable of following links in the manuals. 300kb download and
compiles similar to lookat. Most distros have it as a binary.

             http://pinfo.sourceforge.net


--
keithmg. 

Reply via email to