1Reply::Plugin::Colors(3U)ser Contributed Perl DocumentatiRoenply::Plugin::Colors(3)
2
3
4
6 Reply::Plugin::Colors - colorize output
7
9 version 0.42
10
12 ; .replyrc
13 [Colors]
14 error = bright red
15 warning = bright yellow
16 result = bright green
17
19 This plugin adds coloring to the results when they are printed to the
20 screen. By default, errors are "red", warnings are "yellow", and
21 normal results are "green", although this can be overridden through
22 configuration as shown in the synopsis. Term::ANSIColor is used to
23 generate the colors, so any value that is accepted by that module is a
24 valid value for the "error", "warning", and "result" options.
25
27 Jesse Luehrs <doy@tozt.net>
28
30 This software is Copyright (c) 2016 by Jesse Luehrs.
31
32 This is free software, licensed under:
33
34 The MIT (X11) License
35
36
37
38perl v5.36.0 2023-01-20 Reply::Plugin::Colors(3)