RSSAmplifier

galvanist · Nov 20, 2013

Manpages in the GUI on OS X

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

Here’s a shell function to add to your profile that makes it easy to view man pages in OS X’s Preview.app: 
 pman () { man -t ' $* ' | open -f -a '/Applications/Preview.app' ; } 


Read on /posts/2013-11-20-manpages-in-the-gui-on-os-x/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.