REPLY::PLUGIN::COLORS(3PM) - Linux man page online | Library functions
Colorize output.
Chapter
2016-08-28
Reply::Plugin::Colors(3pm) User Contributed Perl Documentation Reply::Plugin::Colors(3pm)
@tozt.net>
perl v5.24.1 2016-08-28 Reply::Plugin::Colors(3pm)
NAME
Reply::Plugin::Colors - colorize outputVERSION
version 0.42SYNOPSIS
; .replyrc [Colors] error = bright red warning = bright yellow result = bright greenDESCRIPTION
This plugin adds coloring to the results when they are printed to the screen. By default, errors are "red", warnings are "yellow", and normal results are "green", although this can be overridden through configuration as shown in the synopsis. Term::ANSIColor is used to generate the colors, so any value that is accepted by that module is a valid value for the "error", "warning", and "result" options.AUTHOR
Jesse Luehrs <