-
ZEF
Color screen output using ANSI escape sequences
-
ZEF
Color screen output using ANSI escape sequences
-
ZEF
Color/Style text for IRC
-
ZEF
A Raku module for displaying lines in a listing.
-
ZEF
A Raku module for converting various File system properties to symbolic form.
For instance symbolic-perms(…) will give you the .rwxr-xr-x type representation……
-
ZEF
A Raku module to provide text formatting services to Raku programs. Including a "sprintf" alike function "Sprintf" that copes better with Ansi highlighted text ...
-
ZEF
A Raku module to do basic syntax highlighting.
Some syntax highlighting stuff:
grammars to parse basic Raku forms and highlight them with colours.
And functions to use them.
-
ZEF
A Raku module that supports ANSI colour terminal progress gauges.
This module utilises ANSI escape sequences to colour and manipulate the output
it reserves either the bottom row of the terminal init-term()
(or init-term(Bars::One)) or it will reserve the bottom 2 rows init-term(Bars::Two)
for the gauge or gauges then calls to progress-bar(Str:D $prfix, Int:D $current, Int:D $length --> Bool) and in the case of init-term(Bars::Two)
sub-progress-bar(...) will update the progress bars, progress-bar(Str:D $prfix, Int:D $current, Int:D $length --> Bool) will put it's gauge
on the bottom line and sub-progress-bar(Str:D $prfix, Int:D $current, Int:D $length --> Bool) writes to the line above in the init-term(Bars::Two)
case, finally the deinit-term(Int:D $sig) function removes the progress bars and makes the bottom lines part of the
normal scrollable region of the terminal again.
-
CPAN
A Raku module for colorizing text using ANSI escape codes.