App-Tailor
view release on metacpan or search on metacpan
lib/App/Tailor.pm view on Meta::CPAN
tail;
#-------------------------------------------------------------------------------
# using your filter
#-------------------------------------------------------------------------------
$ tail /var/log/some-log-file | my-filter.pl
=head1 DESCRIPTION
There are a number of programs available to filter, colorize, and modify
streaming output. Generating exactly the desired output often requires
pipe-chaining many calls to grep, cut, cols, jq, et al, or using an inflexible
config file or files, often in tandem with a long chain of piped commands.
C<App::Tailor> makes it easier to do this by making it trivial to write quick
scripts to filter, alter, and colorize output exactly as needed.
=head1 EXPORTS
=head2 ignore
( run in 0.220 second using v1.01-cache-2.11-cpan-4d50c553e7e )