App-ANSIColorUtils
view release on metacpan or search on metacpan
cmdline=Perinci::CmdLine::Classic
url=/App/ANSIColorUtils/show_ansi_color_table
read_config=0
read_env=0
[GenPericmdScript / GenPericmdScript show-assigned-rgb-colors]
cmdline=Perinci::CmdLine::Classic
url=/App/ANSIColorUtils/show_assigned_rgb_colors
read_config=0
read_env=0
use_utf8=1
[GenPericmdScript / GenPericmdScript show-rand-rgb-colors]
cmdline=Perinci::CmdLine::Classic
url=/App/ANSIColorUtils/show_rand_rgb_colors
read_config=0
read_env=0
use_utf8=1
[GenPericmdScript / GenPericmdScript show-colors]
cmdline=Perinci::CmdLine::Classic
url=/App/ANSIColorUtils/show_colors
read_config=0
read_env=0
use_utf8=1
[GenPericmdScript / GenPericmdScript show-colors-from-scheme]
cmdline=Perinci::CmdLine::Classic
url=/App/ANSIColorUtils/show_colors_from_scheme
read_config=0
read_env=0
use_utf8=1
[GenPericmdScript / GenPericmdScript show-colors-from-theme]
cmdline=Perinci::CmdLine::Classic
url=/App/ANSIColorUtils/show_colors_from_theme
read_config=0
read_env=0
use_utf8=1
[GenPericmdScript / GenPericmdScript show-text-using-color-gradation]
url=/App/ANSIColorUtils/show_text_using_color_gradation
read_config=0
read_env=0
[InsertExecsList]
[@Author::PERLANCAR]
:version=0.610
script/show-assigned-rgb-colors view on Meta::CPAN
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2025-03-18'; # DATE
our $DIST = 'App-ANSIColorUtils'; # DIST
our $VERSION = '0.011'; # VERSION
my $cmdline = Perinci::CmdLine::Classic->new(
url => "/App/ANSIColorUtils/show_assigned_rgb_colors",
program_name => "show-assigned-rgb-colors",
read_config => 0,
read_env => 0,
use_utf8 => 1,
);
$cmdline->run;
# ABSTRACT: Take arguments, pass them through assign_rgb_color(), show the results
# PODNAME: show-assigned-rgb-colors
__END__
=pod
script/show-colors view on Meta::CPAN
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2025-03-18'; # DATE
our $DIST = 'App-ANSIColorUtils'; # DIST
our $VERSION = '0.011'; # VERSION
my $cmdline = Perinci::CmdLine::Classic->new(
url => "/App/ANSIColorUtils/show_colors",
program_name => "show-colors",
read_config => 0,
read_env => 0,
use_utf8 => 1,
);
$cmdline->run;
# ABSTRACT: Show colors specified in argument as text with ANSI colors
# PODNAME: show-colors
__END__
=pod
script/show-colors-from-scheme view on Meta::CPAN
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2025-03-18'; # DATE
our $DIST = 'App-ANSIColorUtils'; # DIST
our $VERSION = '0.011'; # VERSION
my $cmdline = Perinci::CmdLine::Classic->new(
url => "/App/ANSIColorUtils/show_colors_from_scheme",
program_name => "show-colors-from-scheme",
read_config => 0,
read_env => 0,
use_utf8 => 1,
);
$cmdline->run;
# ABSTRACT: Show colors from a Graphics::ColorNames scheme
# PODNAME: show-colors-from-scheme
__END__
=pod
script/show-colors-from-theme view on Meta::CPAN
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2025-03-18'; # DATE
our $DIST = 'App-ANSIColorUtils'; # DIST
our $VERSION = '0.011'; # VERSION
my $cmdline = Perinci::CmdLine::Classic->new(
url => "/App/ANSIColorUtils/show_colors_from_theme",
program_name => "show-colors-from-theme",
read_config => 0,
read_env => 0,
use_utf8 => 1,
);
$cmdline->run;
# ABSTRACT: Show colors from a ColorTheme scheme
# PODNAME: show-colors-from-theme
__END__
=pod
script/show-rand-rgb-colors view on Meta::CPAN
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2025-03-18'; # DATE
our $DIST = 'App-ANSIColorUtils'; # DIST
our $VERSION = '0.011'; # VERSION
my $cmdline = Perinci::CmdLine::Classic->new(
url => "/App/ANSIColorUtils/show_rand_rgb_colors",
program_name => "show-rand-rgb-colors",
read_config => 0,
read_env => 0,
use_utf8 => 1,
);
$cmdline->run;
# ABSTRACT: Produce N random RGB colors using rand_rgb_colors() and show the results
# PODNAME: show-rand-rgb-colors
__END__
=pod
( run in 0.953 second using v1.01-cache-2.11-cpan-49f99fa48dc )