The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Term::ANSI"

Term::Output::List::ANSI - output an updateable list of ongoing jobs to an ANSI terminal River stage zero No dependents

CORION/Term-Output-List-0.03 - 05 Aug 2023 08:13:04 UTC

Term::ANSIMenu - An infrastructure for creating menus in ANSI capable terminals River stage zero No dependents

I wrote this mainly to make live easy on those staff members to whom I delegate tasks. Most of them prefer to use a menu instead of having to type complicated commands. To them it's a faster and safer way of working (we all know about typos don't we....

JADEV/Term-ANSIMenu-0.02 - 22 Apr 2003 10:44:25 UTC

Term::ANSIColor - Color screen output using ANSI escape sequences River stage four • 280 direct dependents • 1587 total dependents

This module has two interfaces, one through color() and colored() and the other through constants. It also offers the utility functions uncolor(), colorstrip(), colorvalid(), and coloralias(), which have to be explicitly imported to be used (see "SYN...

RRA/Term-ANSIColor-5.01 - 18 Jan 2020 03:23:12 UTC

Term::ANSITable - Tool for drawing and redrawing tables on term! River stage zero No dependents

MZIESCHA/Term-ANSITable-0.010100 - 25 Feb 2017 13:25:18 UTC

Term::ANSIScreen - Terminal control using ANSI escape sequences River stage one • 3 direct dependents • 5 total dependents

Term::ANSIScreen is a superset of Term::ANSIColor (as of version 1.04 of that module). In addition to color-sequence generating subroutines exported by ":color" and ":constants", this module also features ":cursor" for cursor positioning, ":screen" f...

AUDREYT/Term-ANSIScreen-1.50 - 08 Jan 2012 18:12:39 UTC

Term::ANSIColor::Simple - just feel easy to use colors on your small scripts River stage zero No dependents

ZENTOOO/Term-ANSIColor-Simple-0.10 - 26 Sep 2011 15:43:25 UTC

Term::ANSIColor::Markup - Colorize tagged strings for screen output River stage two • 4 direct dependents • 19 total dependents

Term::ANSIColor::Markup provides a simple and friendly way to colorize screen output; You can do it using HTML-like tags. You can use the same names for tag names as ones Term::ANSIColor provides. See the documentation of Term::ANSIColor to get to kn...

KENTARO/Term-ANSIColor-Markup-0.06 - 19 Mar 2009 15:21:08 UTC

Term::ANSIColor::Concise - Produce ANSI terminal sequence by concise notation River stage one • 2 direct dependents • 3 total dependents

This module provides a simple concise format to describe complicated colors and effects for ANSI terminals. These notations are supposed to be used in command line option parameters. This module used to be a part of Getopt::EX::Colormap module, which...

UTASHIRO/Term-ANSIColor-Concise-2.06 - 09 May 2024 08:41:49 UTC

Term::ANSIColor::Conditional - Colorize text only if color is enabled River stage one • 1 direct dependent • 1 total dependent

This module is a wrapper for Term::ANSIColor. If color is enabled then everything is the same as Term::ANSIColor. If color is disabled, then "color()" will emit empty string and "colored()" will not colorize input text. How to determine "color is ena...

PERLANCAR/Term-ANSIColor-Conditional-0.009 - 23 Sep 2021 00:06:15 UTC

lib/Term/ANSIColor/Print.pm River stage one • 2 direct dependents • 2 total dependents

DYLAN/Term-ANSIColor-Print-0.08 - 07 Jul 2011 01:34:56 UTC

lib/Term/ANSIColor/Markup/Parser.pm River stage two • 4 direct dependents • 19 total dependents

KENTARO/Term-ANSIColor-Markup-0.06 - 19 Mar 2009 15:21:08 UTC

Term::ANSIColor::Concise::Table - Print color table River stage one • 2 direct dependents • 3 total dependents

Print color matrix tables. Use like this: perl -MTerm::ANSIColor::Concise::Table=:all -e colortable...

UTASHIRO/Term-ANSIColor-Concise-2.06 - 09 May 2024 08:41:49 UTC

Term::ANSIColorx::ColorNicknames - nicknames for the ANSI colors River stage zero No dependents

I have a hard time remembering the ANSI colors in terms of bolds and regulars, and also find them irritating to type. If I want the color yellow, why should I have to type "bright_yellow" to get it? "yellow" is really orange colored, yellow should al...

JETTERO/Term-ANSIColorx-ColorNicknames-2.7193 - 08 Feb 2022 13:44:15 UTC

Term::ANSIColor::WithWin32 - Use Term::ANSIColor and load Win32::Console::ANSI on Windows River stage one • 1 direct dependent • 1 total dependent

This module is a thin wrapper for Term::ANSIColor. It loads Win32::Console::ANSI on Windows (an extra step needed to make ANSI escape codes work). The rest is identical with Term::ANSIColor....

PERLANCAR/Term-ANSIColor-WithWin32-0.002 - 21 Mar 2020 11:59:33 UTC

Term::ANSIColor::Patch::Conditional - Colorize text only if color is enabled River stage one • 1 direct dependent • 1 total dependent

This is a patch version of Term::ANSIColor::Conditional. The difference is, you don't have to change client code to specifically use Term::ANSIColor::Conditional instead of Term::ANSIColor....

PERLANCAR/Term-ANSIColor-Patch-Conditional-0.001 - 02 Dec 2018 13:06:48 UTC

Term::ANSIColorx::AutoFilterFH - automatically color-highlight a stream River stage zero No dependents

I wanted a way to inject colors into places that didn't otherwise support it. I also wanted to make my hi utility as short as possible -- and it worked. hi is barely three lines, not including the options....

JETTERO/Term-ANSIColorx-ColorNicknames-2.7193 - 08 Feb 2022 13:44:15 UTC

Term::Colormap - Colormaps for ANSI 256 Color Terminals! River stage one • 1 direct dependent • 1 total dependent

XXFELIXXX/Term-Colormap-0.19 - 21 Mar 2018 00:27:20 UTC

Term::HiliteDiff - Highlights differences in text with ANSI escape codes River stage zero No dependents

Term::HiliteDiff prints or formats your input with the differences highlighted. You can choose to update your display in place or let things scroll past like tailing a log. You can choose to let it attempt to parse the columns out of your data or jus...

JJORE/Term-HiliteDiff-0.10 - 12 Jan 2011 09:55:01 UTC

Pod::Term - Yet another POD Parser for terminal (ie command line) output River stage zero No dependents

Despite the plethora of Pod parsing modules on CPAN I couldn't seem to coax any into meeting my presentation requirements for pod printed at the terminal. I never anticipated getting diverted onto writing a full-blown POD parser, but that is what end...

TOMGRACEY/Pod-Term-0.02 - 02 May 2018 13:55:24 UTC

Term::Form - Read lines from STDIN. River stage one • 2 direct dependents • 2 total dependents

"fill_form" reads a list of lines from STDIN. To close the form and get the modified list (reference to an array of arrays) as a return value, select the *confirm* menu item. If the *back* menu item is chosen instead to close the form, "fill_form" re...

KUERBIS/Term-Form-0.557 - 26 Apr 2024 15:06:10 UTC
43 results (0.036 seconds)