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::ResultCache - retain previous results to be able to refer to them later

Author

       Jesse Luehrs <doy@tozt.net>

Description

       This plugin caches the results of successful evaluations, and provides them in a lexical array (by
       default @res, although this can be changed via the "variable" option). This means that you can, for
       instance, access the value returned by the previous line with $res[-1]. It also modifies the output to
       include an indication of where the value is stored, for later reference.

Name

       Reply::Plugin::ResultCache - retain previous results to be able to refer to them later

Synopsis

         ; .replyrc
         [ResultCache]
         variable = r

Version

       version 0.42

See Also