man gui, updated

a. yelp ↓

yelp man:vim &

https://askubuntu.com/questions/253705/graphical-user-interface-to-view-man-page

b. bman alias ↓

apt install groff
BROWSER=firefox-esr man --html vim

^ better, since it has tabs

Alias could be

alias bman='BROWSER=firefox-esr man --html'

so one would do

bman vim

in the future.

c. bman script (winner) ↓

This works great with chrome, but less great with other browsers

xdg-settings set default-web-browser google-chrome.desktop

Example output of command

bman urxvt

d. aha ↓

https://dt.iki.fi/convert-man-html-aha

Notes ↓

Getting path to some man file

man -w vim                                
/usr/share/man/man1/vim.1.gz

And then https://wiki.archlinux.org/index.php/Man_page#Conversion_to_HTML.

Roffit looks interesting (css named stuff)

roffit < vim.1 > roffit.htm