ANSITerm 256 colormaps
Term::Colormap - Colormaps for ANSI 256 Color Terminals!
Version 0.19
Perl library providing colormaps and functions to simplify rendering colored text using ANSI 256 colors.
use Term::Colormap qw( colormap colorbar print_colored );
my $rainbow = colormap('rainbow');
colorbar($rainbow);
print_colored( $rainbow->[3], "orange" )';
git-blame-summary - Summarize git commits
$ git clone git://perl5.git.perl.org/perl.git
$ cd perl
$ git-blame-summary run.c
hbar - Create horizontal bar graphs from the command line
$ echo '
hello,-5
world,-4
bob,-3
cat,-2
foo,-1
bar,0
qux,1
qix,5
baz,20
' | hbar
$ echo '
1 one
1 one
2 two
5 five
8 eight
13 thirteen
21 twenty one
' | hbar