Last active
January 14, 2023 04:10
-
-
Save april/c11e5bba921610f762ba6873cf9c4bba to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function man-preview() { | |
# Don't let Preview.app steal focus if the man page doesn't exist | |
man -w "$@" &>/dev/null && man -t "$@" | open -f -a Preview || man "$@" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Stopped working, I think because Ventura dropped support for PostScript.