The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Term::Readline"

Term::ReadLine::Tiny::readline - A non-OO package of Term::ReadLine::Tiny River stage zero No dependents

ORKUN/Term-ReadLine-Tiny-1.09 - 19 May 2017 15:35:22 UTC

Term::ReadLine::Perl5::readline River stage zero No dependents

A non-OO package similar to GNU's readline. The preferred OO Package is Term::ReadLine::Perl5. But that uses this internally. It could be made better by removing more of the global state and moving it into the Term::ReadLine::Perl5 side. There is som...

ROCKY/Term-ReadLine-Perl5-1.45 - 18 Oct 2017 10:35:10 UTC

Term::ReadLine - Perl interface to various readline packages. If no real package is found, substitutes stubs instead of basic functions. River stage four • 97 direct dependents • 1219 total dependents

This package is just a front end to some other packages. It's a stub to set up a common interface to the various ReadLine implementations found on CPAN (under the "Term::ReadLine::*" namespace)....

FLORA/Term-ReadLine-1.14 - 07 Sep 2013 14:36:35 UTC

Term::CLI::ReadLine - Term::ReadLine compatibility layer for Term::CLI River stage zero No dependents

This class provides a compatibility layer between Term::ReadLine(3p) and Term::CLI(3p). If Term::ReadLine::Gnu(3p) is not loaded as the "Term::ReadLine" implementation, this class will compensate for the lack of certain functions by replacing or wrap...

SBAKKER/Term-CLI-0.059000 - 14 Jan 2024 22:19:02 UTC

Term::ReadLine::Zoid - another ReadLine package River stage one • 1 direct dependent • 4 total dependents

This package provides a set of modules that form an interactive input buffer written in plain perl with minimal dependencies. It features almost all key-bindings described in the posix spec for the sh(1) utility with some extensions like multiline ed...

PARDUS/Term-ReadLine-Zoid-0.07 - 22 Nov 2004 14:59:35 UTC

Term::ReadLine::Tiny - Tiny implementation of ReadLine River stage zero No dependents

This package is a native perls implementation of ReadLine that doesn't need any library such as 'Gnu ReadLine'. Also fully supports UTF-8, details in UTF-8 section <https://metacpan.org/pod/Term::ReadLine::Tiny#UTF-8>. Keys "Enter" or "^J" or "^M": G...

ORKUN/Term-ReadLine-Tiny-1.09 - 19 May 2017 15:35:22 UTC

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

"readline" reads a line from STDIN. As soon as "Return" is pressed, "readline" returns the read string without a trailing newline character. The output is removed after leaving the method, so the user can decide what remains on the screen. Keys "Back...

KUERBIS/Term-Form-0.557 - 26 Apr 2024 15:06:10 UTC

Term::ReadLine::Event - Wrappers for Term::ReadLine's new event_loop model. River stage zero No dependents

Provides many of the event loop interactions shown in the examples provided as a small change to your code rather than the longer code required. This may actually be sufficient for your use, or it may not. This likely depends on the loop being used....

DMCBRIDE/Term-ReadLine-Event-0.05 - 24 Nov 2015 04:59:46 UTC

Term::ReadLine::Perl5 - A Perl5 implementation GNU Readline River stage zero No dependents

ROCKY/Term-ReadLine-Perl5-1.45 - 18 Oct 2017 10:35:10 UTC

Term::Screen::ReadLine - Term::Screen extended with ReadLine River stage zero No dependents

This module extends Term::Screen with a readline() function. It also makes it possible to use a *single* Esc to escape instead of the Term::Screen double Esc....

OESTERHOL/Term-Screen-ReadLine-0.38 - 27 Aug 2013 13:52:23 UTC

Term::ReadLine::Caroline - Term::ReadLine style wrapper for Caroline River stage one • 1 direct dependent • 1 total dependent

Term::ReadLine::Caroline provides Term::ReadLine interface using Caroline. You can use Caroline with this wrapper module, but I *recommend* to use Caroline directly....

TOKUHIROM/Caroline-0.22 - 14 Sep 2016 04:21:23 UTC

Term::ReadLine::EditLine - Term::ReadLine style wrapper for Term::EditLine River stage zero No dependents

Term::ReadLine::EditLine provides Term::ReadLine interface using Term::EditLine....

TOKUHIROM/Term-ReadLine-EditLine-1.1.1 - 13 Jun 2013 22:45:47 UTC

Term::ReadLine::Perl5::OO - OO version of Term::ReadLine::Perl5 River stage zero No dependents

An Object-Oriented GNU Readline line editing library like Term::ReadLine::Perl5. This module has History handling has programmable command Completion is Portable has no C library dependency Nested keymap is not fully supported yet....

ROCKY/Term-ReadLine-Perl5-1.45 - 18 Oct 2017 10:35:10 UTC

Term::ReadLine::Perl5::Tie River stage zero No dependents

Used by Term::ReadLine::Perl to bind *%Term::ReadLine::Perl5::attribs* to their corresponding *%Term::ReadLine::readline* value in reading and setting those attributes....

ROCKY/Term-ReadLine-Perl5-1.45 - 18 Oct 2017 10:35:10 UTC

Term::ReadLine::Zoid::Base - atomic routines River stage one • 1 direct dependent • 4 total dependents

This module contains some atomic operations used by all Term::ReadLine::Zoid objects. It is intended as a base class. At the very least, to child class needs to define a "default()" function to handle key bindings and a "draw()" function which in tur...

PARDUS/Term-ReadLine-Zoid-0.07 - 22 Nov 2004 14:59:35 UTC

Term::ReadLine::Gnu - Perl extension for the GNU Readline/History Library River stage two • 21 direct dependents • 31 total dependents

Overview This is an implementation of Term::ReadLine <http://search.cpan.org/dist/Term-ReadLine/> using the GNU Readline/History Library <https://tiswww.cwru.edu/php/chet/readline/rltop.html>. For basic functions object oriented interface is provided...

HAYASHI/Term-ReadLine-Gnu-1.46 - 01 Jul 2023 09:18:33 UTC

Term::ReadLine::Perl5::Dumb River stage zero No dependents

A non-OO package for dumb terminals similar to GNU's readline. The preferred OO Package is Term::ReadLine::Perl5. Since Term::ReadLine::Perl5::readline currently has global state, when more than one interface is created, we fallback to this code....

ROCKY/Term-ReadLine-Perl5-1.45 - 18 Oct 2017 10:35:10 UTC

Term::ReadLine::Zoid::Emacs - a readline emacs mode River stage one • 1 direct dependent • 4 total dependents

This mode provides some emacs key-bindings, taking the bash(1) implementation as a reference. This module also provides a 'emac_multiline' key map....

PARDUS/Term-ReadLine-Zoid-0.07 - 22 Nov 2004 14:59:35 UTC

Term::ReadLine::Perl5::Keymap River stage zero No dependents

A non-OO package subsidiary to Term::ReadLine::Perl5::readline to initialize keymaps....

ROCKY/Term-ReadLine-Perl5-1.45 - 18 Oct 2017 10:35:10 UTC

Term::ReadLine::Perl5::Common River stage zero No dependents

A non-OO package which contains commmon routines for the OO (Term::ReadLine::Perl5::OO and non-OO Term::ReadLine::Perl5::readline routines of Term::ReadLine::Common...

ROCKY/Term-ReadLine-Perl5-1.45 - 18 Oct 2017 10:35:10 UTC
59 results (0.037 seconds)