Last active
August 27, 2021 19:46
-
-
Save johnloy/7ffaca84663938285908a9d969882a9f to your computer and use it in GitHub Desktop.
Open a man page as html in default browser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
groff -man -T html $(man -w man) > $TMPDIR/man.html | open -f -a 'Google Chrome' $TMPDIR/man.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment