##// END OF EJS Templates
Unicode fixes (utf-8 used by default if ascii is not enough). This should fix some reported crashes....
Unicode fixes (utf-8 used by default if ascii is not enough). This should fix some reported crashes. Fix broken auto-quoting for pysh. Remove old 2.1 specific hacks and move all 2.2 compatibility symbols into genutils. Simplify i/o abstraction layer a bit. Full details in changelog.

File last commit:

r0:6f629fcc
r5:c83aafa3
Show More
pycolor.1
33 lines | 1.2 KiB | application/x-troff | GroffLexer
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH PYCOLOR 1 "March 21, 2003"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
pycolor \- Colorize a python file using ANSI and print to stdout.
.SH SYNOPSIS
.B pycolor
.RI [ options ] " file"
.SH DESCRIPTION
Prints a colorized version of the input file to standard out.
.SH OPTIONS
.TP
.B \-s <scheme>
Give the color scheme to use. Currently only Linux (default),
LightBG, and NOColor are implemented.
.SH AUTHOR
pycolor was written by Fernando Perez <fperez@colorado.edu>.
This manual page was written by Jack Moffitt <jack@xiph.org>,
for the Debian project (but may be used by others).