Search results for "module:Term::Readline::GNU"
Term::ReadLine::Gnu - Perl extension for the GNU Readline/History Library
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.45 - 27 Nov 2022 13:23:27 UTC
Term::UI - Term::ReadLine UI made easy
"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
Term::ReadLine::Perl5 - A Perl5 implementation GNU Readline
ROCKY/Term-ReadLine-Perl5-1.45
-
18 Oct 2017 10:35:10 UTC
Term::CLI - CLI interpreter based on Term::ReadLine
Implement an easy-to-use command line interpreter based on Term::ReadLine(3p). Although primarily aimed at use with the Term::ReadLine::Gnu(3p) implementation, it also supports Term::ReadLine::Perl(3p). First-time users may want to read Term::CLI::Tu...
SBAKKER/Term-CLI-0.058002 - 22 Aug 2022 15:18:41 UTC
Term::ReadLine::Tiny - Tiny implementation of ReadLine
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::ReadLine::Zoid - another ReadLine package
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::Clui - Perl module offering a Command-Line User Interface
Term::Clui offers a high-level user interface to give the user of command-line applications a consistent "look and feel". Its metaphor for the computer is as a human-like conversation-partner, and as each question/response is completed it is summaris...
PLICEASE/Term-Clui-1.76 - 28 Oct 2019 10:16:57 UTC
Term::ReadLine - Perl interface to various readline packages. If no real package is found, substitutes stubs instead of basic functions.
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::GDBUI - A fully-featured shell-like command line environment
Term::GDBUI uses the history and autocompletion features of Term::ReadLine to present a sophisticated command-line interface to the user. It tries to make every feature you would expect to see in a fully interactive shell trivial to implement. You si...
BRONSON/GDBUI-0.84 - 03 May 2006 16:17:55 UTC
Term::CLI::ReadLine - Term::ReadLine compatibility layer for Term::CLI
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.058002 - 22 Aug 2022 15:18:41 UTC
Term::Shell - A simple command-line shell framework.
Term::Shell lets you write simple command-line shells. All the boring details like command-line parsing, terminal handling, and tab completion are handled for you. The base class comes with two commands pre-defined: exit and help. To write a shell wi...
SHLOMIF/Term-Shell-0.13 - 21 Oct 2021 11:05:35 UTC
Term::ShellUI - A fully-featured shell-like command line environment
Term::ShellUI uses the history and autocompletion features of Term::ReadLine to present a sophisticated command-line interface to the user. It tries to make every feature that one would expect to see in a fully interactive shell trivial to implement....
BRONSON/Term-ShellUI-0.92 - 03 Feb 2012 18:14:11 UTC
Term::ReadLine::EditLine - Term::ReadLine style wrapper for Term::EditLine
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
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::Event - Wrappers for Term::ReadLine's new event_loop model.
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::Shell::MultiCmd - Nested Commands Tree in Shell Interface
JEZRA/Term-Shell-MultiCmd-3.02
-
17 Dec 2022 14:08:12 UTC
Bot::Cobalt::DB::Term - Bot::Cobalt::DB terminal interface
A simple Term::UI-based interface allowing interaction with Bot::Cobalt::DB databases. Also allows interaction with Bot::Cobalt::Serializer via "thaw" and "freeze". (For complete functionality you'll probably want Term::ReadLine::Gnu, or at least Ter...
AVENJ/Bot-Cobalt-DB-Term-0.001 - 23 May 2012 23:45:36 UTC
Term::ReadLine::Zoid::ISearch - a readline incremental search mode
This mode is intended as a work alike for the incremental search found in the gnu readline library. In this mode the string you enter is regarded as a perl regex which is used to do an incremental histroy search. Pressing '^R' repeatingly will give a...
PARDUS/Term-ReadLine-Zoid-0.07 - 22 Nov 2004 14:59:35 UTC