Skip to content

Instantly share code, notes, and snippets.

@item4
Created July 1, 2015 10:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save item4/e93312688eb5fb108789 to your computer and use it in GitHub Desktop.
Save item4/e93312688eb5fb108789 to your computer and use it in GitHub Desktop.
Open man page as pdf
# add it yourself
my_man2() {
man -t $1 | open -f -a /Applications/Preview.app
}
alias man2=my_man2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment