A more modern man page viewer for our terminals. Contribute to plp13/qman development by creating an account on GitHub.
@ricardo @obj Even beautifuller man pages on #OpenBSD with mandoc (and mupdf as pdf-viewer)
$ bman () { man -w "$1" | xargs mandoc -T pdf > /tmp/"$1".pdf; mupdf /tmp/"$1".pdf ; rm /tmp/"$1".pdf; }$ bman less