If you've used UNIX-based systems, you're probably aware of man pages. And you know that they suck.
To make them a little less sucky, I wrote a little shell script called hman
which displays a man page as HTML in the browser, rather than forcing you to use less
. Here it is, if you'd like such a thing. (You'll need to install man2html
via Homebrew).
So, with this, you can run hman bash
and get something halfway usable.