colorit(1) - Linux man page
Name
colorit - a script for markuping the text inputSynopsis
colorit [OPTIONS] [files...]
Description
Options
- -V or --version
- Shows version information.
- -h or --help
- Shows help information.
- -c file or --config file
- Specify configuration file. The default is ~/.coloritrc or /etc/colorit.conf
- -P pager or --pager pager
- Specify a pager (- for none). The default is less -r
- --pp preprocessor
- Specify a preprocessor (- for none).
Files
- ~/.coloritrc
- User's colorit configuration file
- /etc/colorit.conf
- System colorit configuration file
Config File
Empty lines or lines beginning with sharp sign ('#') are ignored. All other lines have this structure: command arg1 arg2 ... argN. All commands are processed one-by-one for each input line.args strings can be surrounded by double-quote characters.
Currently, only mark command is available having the following arguments: regexp pre_string post_string
The pre_string and post_string are inserted at the beginning and the end of substring matched by regular expression regexp