Skip to content

Instantly share code, notes, and snippets.

@kallookoo
Created December 30, 2023 09:30
Show Gist options
  • Save kallookoo/ef72efe67781d6565ac01ef87badafc9 to your computer and use it in GitHub Desktop.
Save kallookoo/ef72efe67781d6565ac01ef87badafc9 to your computer and use it in GitHub Desktop.
Open man page with x-man-page protocol
function xman() {
open "x-man-page:/$(printf '/%s' "$@")"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment