The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "Term::Readline"

Term::ReadLine - Perl interface to various readline packages. If no real package is found, substitutes stubs instead of basic functions. River stage four • 96 direct dependents • 1302 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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

ReadLine/readline.pm River stage two • 17 direct dependents • 19 total dependents

ILYAZ/Term-ReadLine-Perl-1.0303 - 28 Oct 2009 08:35:34 UTC - Search in distribution

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 - Search in distribution

Term::ReadLine::Gnu - Perl extension for the GNU Readline/History Library River stage two • 22 direct dependents • 32 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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution
  • Caroline - Yet another line editing library

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 - Search in distribution

ReadLine/TTYtter.pm River stage zero No dependents

CKAISER/Term-ReadLine-TTYtter-1.4 - 12 Dec 2012 16:03:52 UTC - Search in distribution

Term::UI - Term::ReadLine UI made easy River stage three • 11 direct dependents • 734 total dependents

"Term::UI" is a transparent way of eliminating the overhead of having to format a question and then validate the reply, informing the user if the answer was not proper and re-issuing the question. Simply give it the question you want to ask, optional...

BINGOS/Term-UI-0.50 - 06 Aug 2021 16:55:59 UTC - Search in distribution

Meta::Shell::Shell - expand Term::ReadLine. River stage zero No dependents

This class is exactly like Term::ReadLine except it has many more attributes and is able to run full readline loop for you where all you have to do is subclass it and implement the process method....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC - Search in distribution

sepl - a Term::ReadLine-based Sepia interactive shell. River stage zero No dependents

"sepl" uses Sepia::ReadLine to provide an interactive Perl shell with many of the Sepia features available in Emacs, including completion and all shortcuts. It is not well-tested or frequently used, and should be considered experimental....

SEANO/Sepia-0.992 - 17 Nov 2011 18:25:51 UTC - Search in distribution

Psh::Completion - containing the completion routines of psh. Currently works with Term::ReadLine::Gnu and Term::ReadLine::Perl. River stage zero No dependents

GREGOR/psh-1.8.1 - 21 Jul 2007 05:11:31 UTC - Search in distribution

Myriad::UI::Readline - Term::ReadLine support for Myriad River stage one • 1 direct dependent • 1 total dependent

Provides a basic line-based interface with history support....

DERIV/Myriad-1.001 - 11 Nov 2022 01:44:03 UTC - Search in distribution

Fry::ReadLine::Gnu - ReadLine plugin for Fry::Shell which uses Term::ReadLine::Gnu. River stage zero No dependents

Note: This module is being overhauled so the syntax for defining autocompletion might change. Also completion for a command's arguments is currently disabled. This module supports command history and autocompletion of options and commands. If a comma...

BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC - Search in distribution
  • Fry::Shell - Flexible shell framework which encourages using loadable libraries of functions.

tm - Topic Map client and work-bench River stage one • 3 direct dependents • 3 total dependents

This simple, text-oriented user interface gives access to some Topic Map functions. This program is mainly thought for quick prototyping and testing Topic Maps and/or TM software, not so much to provide eye-candy. There are two modi operandi: batch W...

DRRHO/TM-1.56 - 08 Nov 2010 06:58:01 UTC - Search in distribution
182 results (0.124 seconds)