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

Swatchdog::Actions - actions for swatchdog(1)

Author

Description

Name

       Swatchdog::Actions - actions for swatchdog(1)

See Also

swatchdog(1), Term::ANSIColor(1), perl(1).

perl v5.36.0                                       2023-01-20                            Swatchdog::Actions(3pm)

Synopsis

         use Swatchdog::Actions

         ring_bell(RINGS => $number_of_times_to_ring,
                   DELAY => $delay_in_seconds,
                   WHEN => $time_window);

         echo(MESSAGE => 'some text', MODES => @modes);

         exec(COMMAND => $command_string,
              WHEN => $time_window);

See Also