Gzz::Prompt

A Raku application for .

Table of Contents

NAME

Gzz::Prompt

AUTHOR

Francis Grizzly Smit ([email protected])

VERSION

0.1.1

TITLE

Gzz::Prompt

SUBTITLE

A Raku module to do basic prompting with editing and like readline but with the ability to prefill the value.

COPYRIGHT

LGPL V3.0+ LICENSE

Top of Document

Introduction

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

class Gzz_readline is export

Top of Document

Gzz::Prompt v0.1.1

A Raku application for .

Authors

  • Francis Grizzly Smit

License

LGPL-3.0-or-later

Dependencies

Test Dependencies

Provides

  • Gzz::Prompt

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.