xcode printing and enscript?
xcode printing and enscript?
- Subject: xcode printing and enscript?
- From: mercer <email@hidden>
- Date: Wed, 8 Nov 2006 12:56:27 -0500
Hi. Does anyone know how to get Xcode to print using GNU enscript?
I've always liked the outout of enscript for code printouts.
If you're not familiar with enscript (man enscript), this command:
enscript -G -2 -fCourier6 -r -p - SomeFile.m > SomeFile.ps
will produce a PostScript file in 6-point courier, 2 colums, landscape.
This'll print it:
enscript -G -2 -fCourier6 -r -p - SomeFile.m | lpr
Is there a way to plug something like this into Xcode to get it to use enscript?
Thanks,
-m
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden