pycolor (1) Linux Manual Page
pycolor – Colorize a python file or stdin using ANSI and print to stdout.
Synopsis
pycolor [options] [file]Description
Prints a colorized version of the input file (or standard input if no file is given, or the file name – is given) to standard out.Options
- -h, –help
- Output a brief help message.
- -s, –scheme <scheme>
- Give the color scheme to use. Currently only Linux (default), LightBG, and NOColor are implemented.
