Reading List

Viewing man Pages on Ventura from Michael Tsai RSS feed.

Viewing man Pages on Ventura

Armin Briegel: Ventura’s Preview app lost the ability to render postscript or ps files. This breaks the previous, popular shell alias to open a man page in Preview.[…]Add this function to your shell configuration file: (bash, zsh) preman() { mandoc -T pdf "$(/usr/bin/man -w $@)" | open -fa Preview } […]I prefer opening the ‘yellow’ […]