logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Reply::Plugin::Colors - colorize output

Author

       Jesse Luehrs <doy@tozt.net>

Description

       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.

Name

       Reply::Plugin::Colors - colorize output

Synopsis

         ; .replyrc
         [Colors]
         error   = bright red
         warning = bright yellow
         result  = bright green

Version

       version 0.42

See Also