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.37 - 27 Dec 2020 03:26:23 UTCROCKY/Term-ReadLine-Perl5-1.45 - 18 Oct 2017 10:35:10 UTC
Implement an easy-to-use command line interpreter based on Term::ReadLine(3p) and Term::ReadLine::Gnu(3p). First-time users may want to read Term::CLI::Tutorial(3p) and Term::CLI::Intro(3p) first, and peruse the example scripts in the source distribu...
SBAKKER/Term-CLI-0.051007 - 18 Nov 2019 21:01:23 UTCThis 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 UTCThis 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 UTCEven though Term::ReadLine(3p) has an object-oriented interface, the Term::ReadLine::Gnu(3p) library really only keeps a single instance around (if you create multiple Term::ReadLine objects, all parameters and history are shared). This class inherit...
SBAKKER/Term-CLI-0.051007 - 18 Nov 2019 21:01:23 UTCTerm::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 UTCThis 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 UTCTerm::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 UTCTerm::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.12 - 14 Oct 2020 06:43:51 UTCTerm::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 UTCTerm::ReadLine::EditLine provides Term::ReadLine interface using Term::EditLine....
TOKUHIROM/Term-ReadLine-EditLine-1.1.1 - 13 Jun 2013 22:45:47 UTCAn 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 UTCProvides 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 UTCA 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 UTCJEZRA/Term-Shell-MultiCmd-3.01 - 13 Jun 2016 16:32:49 UTC
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 UTCClass for file name arguments in Term::CLI(3p). Inherits from the Term::CLI::Argument(3p) class....
SBAKKER/Term-CLI-0.051007 - 18 Nov 2019 21:01:23 UTC