Hi this is Grizzly's new site
Gzz::Prompt
Gzz::Prompt
A Raku module to do basic prompting with editing and like readline but with the ability to prefill the value.
LGPL V3.0+ LICENSE
A Raku module to do basic prompting with editing and like readline but with the ability to prefill the value.
NB: I use the NativeCall module to get at a C library gzz_readline.so which is a fork of the readline library, I had to fork it as it doesn't normally allow you to prefill the value See gzzReadline.
NOTE: you must install gzzReadline to use this
class Gzz_readline is export