-
ZEF
A Raku module for managing the users GUI Editor preferences in a variety of programs.
-
ZEF
A Raku module to provide an object Gzz_readline which provides method Gzz_readline::gzzreadline(Str:D $prompt, Str:D $frefill).
-
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 provide path parsing and validation for assorted programs.
-
ZEF
A Raku module that provides helpers for Regex stuff both Perl5 and EMCA262Regex
-
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.
-
ZEF
This is a Raku Module for those who like to colour their Usage messages.