Open Manpage in Preview.app
man -t $argv | ps2pdf - - | open -f -a Preview
[!note] This method depends on an open source tool called
ps2pdf
which is part of thegroff
package. To install, run:brew install groff
man -t $argv | ps2pdf - - | open -f -a Preview
[!note] This method depends on an open source tool called
ps2pdf
which is part of thegroff
package. To install, run:brew install groff