~ipython-contrib/+junk/ipython-zmq

« back to all changes in this revision

Viewing changes to doc/pycolor.1

  • Committer: ville
  • Date: 2008-02-16 09:50:47 UTC
  • mto: (0.12.1 ipython_main)
  • mto: This revision was merged to the branch mainline in revision 990.
  • Revision ID: ville@ville-pc-20080216095047-500x6dluki1iz40o
initialization (no svn history)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"                                      Hey, EMACS: -*- nroff -*-
 
2
.\" First parameter, NAME, should be all caps
 
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 
4
.\" other parameters are allowed: see man(7), man(1)
 
5
.TH PYCOLOR 1 "May 12, 2007"
 
6
.\" Please adjust this date whenever revising the manpage.
 
7
.\"
 
8
.\" Some roff macros, for reference:
 
9
.\" .nh        disable hyphenation
 
10
.\" .hy        enable hyphenation
 
11
.\" .ad l      left justify
 
12
.\" .ad b      justify to both left and right margins
 
13
.\" .nf        disable filling
 
14
.\" .fi        enable filling
 
15
.\" .br        insert line break
 
16
.\" .sp <n>    insert n+1 empty lines
 
17
.\" for manpage-specific macros, see man(7)
 
18
.SH NAME
 
19
pycolor \- Colorize a python file or stdin using ANSI and print to stdout.
 
20
.SH SYNOPSIS
 
21
.B pycolor
 
22
.RI [ options ]
 
23
.RI [ file ]
 
24
.SH DESCRIPTION
 
25
Prints a colorized version of the input file (or standard input if no file is
 
26
given, or the file name - is given) to standard out.
 
27
.SH OPTIONS
 
28
.TP
 
29
.B \-h, \-\-help
 
30
Output a brief help message.
 
31
.TP
 
32
.B \-s, \-\-scheme <scheme>
 
33
Give the color scheme to use.  Currently only Linux (default),
 
34
LightBG, and NOColor are implemented.
 
35
.SH AUTHOR
 
36
pycolor was written by Fernando Perez <fperez@colorado.edu>.
 
37
This manual page was written by Jack Moffitt <jack@xiph.org>,
 
38
for the Debian project (but may be used by others).