Hi all,
Is there any way to print a file in multiple columns? I often have
narrow documents (packing lists, mostly) and it’s nice to get
everything on one page with a minimum of fuss.
For the curious, here’s what I hacked up today:
```
#!/usr/bin/env fish
set -l text_file 'NECTR 2017 packing list.md'
enscript -2 -B -MLetter -DDuplex:true $text_file -o print.ps
and ps2pdf print.ps
and osascript -e '
on run arguments
tell application "Preview"
activate
print POSIX file (first item of arguments) as alias with print
dialog
end tell
end run
' print.pdf
rm -f print.{ps,pdf}
```
I assume I can wire this mess up to BBEdit somehow, but I’d prefer to
just be able to set a number of columns in the BBEdit print dialog. Is
this possible?
-sam
--
This is the BBEdit Talk public discussion group. If you have a
feature request or would like to report a problem, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
---
You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/bbedit.