App-Greple-under
view release on metacpan or search on metacpan
lib/App/Greple/under.pm view on Meta::CPAN
sub prologue {
if ($config->{"show-colormap"}) {
prepare();
print "@color_list\n";
exit 0;
}
}
$Term::ANSIColor::Concise::NO_RESET_EL = 1;
Text::ANSI::Fold->configure(expand => 1);
my %marks = (
eighth => [ "\N{UPPER ONE EIGHTH BLOCK}" ],
half => [ "\N{UPPER HALF BLOCK}" ],
overline => [ "\N{OVERLINE}" ],
macron => [ "\N{MACRON}" ],
caret => [ "^" ],
ring => [ "\N{NBSP}\N{COMBINING RING ABOVE}" ],
sign => [ qw( + - ~ ) ],
number => [ "0" .. "9" ],
( run in 1.104 second using v1.01-cache-2.11-cpan-5623c5533a1 )