Skip to content

Instantly share code, notes, and snippets.

@johnloy
Last active August 27, 2021 19:46
Show Gist options
  • Save johnloy/7ffaca84663938285908a9d969882a9f to your computer and use it in GitHub Desktop.
Save johnloy/7ffaca84663938285908a9d969882a9f to your computer and use it in GitHub Desktop.
Open a man page as html in default browser
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