Last Updated: February 25, 2016
·
911
· alexdenisov

Read man pages as PDF within Preview.app

pman

Generates PDF from man page and opens it within Preview.app.

Install

curl -o /usr/local/bin/pman https://gist.github.com/raw/4294335/6e12fdca9e21df44748bc63017b84796d89fc2be/pman.pl 
chmod +x /usr/local/bin/pman

Usage

pman 2 open
pman calloc

Sources

https://gist.github.com/4294335