Skip to content

Instantly share code, notes, and snippets.

@probablycorey
Last active November 10, 2016 02:50
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save probablycorey/f8dac19d3757da4579f03fc7f6327377 to your computer and use it in GitHub Desktop.
Save probablycorey/f8dac19d3757da4579f03fc7f6327377 to your computer and use it in GitHub Desktop.
Bash function that enhances the `man` command
# Add this to your .bashrc or .zshrc file for a modern and sophisticated
# alternative to `man`.
function woman() {
man -t $1 | open -f -a /Applications/Preview.app
}

The output creates a pdf file. Here is what woman find looks like...

img

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment