Page 2 of 2

Re: Simple PDF viewer

Posted: Sat Dec 02, 2023 12:12 pm
by Piero
Forgive me Fred; I thought it can be useful in this context to know a quick way to get a "pdf view" of "bash" output on Mac (uses Preview, but that's "OSX API"...)

Re: Man PDF viewer

Posted: Mon Dec 11, 2023 12:04 am
by Piero
Piero wrote: Thu Nov 30, 2023 4:59 am mp.sh

Code: Select all

#!/bin/sh
man -t $1 > /tmp/$1.ps
open /tmp/$1.ps
OOOPS!
Sonoma dropped support for EPS files!
You can solve by using Skim (or Homebrew stuff)
PS: ..................................