Search results for "module:Term::Shell"
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::Shell::Pluggable - Pluggable command-line framework
PIN/Term-Shell-Pluggable-0.04
-
17 Dec 2013 19:00:26 UTC
Term::Shell::MultiCmd - Nested Commands Tree in Shell Interface
JEZRA/Term-Shell-MultiCmd-3.02
-
17 Dec 2022 14:08:12 UTC
Term::Shell::Enhanced - More functionality for Term::Shell
This class subclasses Term::Shell and adds some functionality....
MARCEL/Term-Shell-Enhanced-1.101420 - 22 May 2010 09:41:50 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::ShellKit - Reusable command-line Perl environment
Term::ShellKit provides a Perl-oriented interactive command-line interpretation framework....
EVO/Term-ShellKit-1.002 - 22 Jan 2002 08:59:26 UTC
Term::ShellKit::DBI - Simple DBI shell
This module ties Term::ShellKit to DBI's general-purpose SQL execution framework....
EVO/Term-ShellKit-1.002 - 22 Jan 2002 08:59:26 UTC
Term::ShellKit::AutoPager - Paging for STDOUT
Loading this module causes Term::ShellKit to buffer printed output, and to run any lengthy results through "more" or your preferred pager program....
EVO/Term-ShellKit-1.002 - 22 Jan 2002 08:59:26 UTC
Term::Shelly - Yet Another Shell Kit for Perl
POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: =over is the last thing in the document?!...
PSIONIC/Term-Shelly-0.01 - 04 Jun 2004 04:35:22 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::hr - define a thematic change in the content of a terminal session
Term::hr exports a single function into the callers namespace, "hr". It exposes a feature very similar to the HTML <hr> tag; a simple way to define a thematic change in content. It gives you a way to divide output into sections when you or your progr...
WOLDRICH/Term-hr-0.002 - 08 May 2022 12:51:46 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::Menus - Create Powerful Terminal, Console and CMD Enviroment Menus
Term::Menus allows you to create powerful Terminal, Console and CMD environment menus. Any perl script used in a Terminal, Console or CMD environment can now include a menu facility that includes sub-menus, forward and backward navigation, single or ...
REEDFISH/Term-Menus-3.026 - 26 May 2023 01:35:43 UTC
Term::CallEditor - solicit data from an external editor
This module calls an external editor via the "solicit()" function, then returns any data from this editor as a file handle. The environment variables "VISUAL" and then "EDITOR" are consulted for a program name to run, otherwise falling back to vi(1)....
JMATES/Term-CallEditor-1.01 - 22 Aug 2020 18:12:51 UTC
Term::ExtendedColor - Color screen output using 256 colors
Term::ExtendedColor provides functions for sending so called extended escape sequences to the terminal. This ought to be used with a 256-color compatible terminal; see the NOTES section for a matrix of terminal emulators currently supporting this....
WOLDRICH/Term-ExtendedColor-0.504 - 22 Apr 2019 07:11:49 UTC
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.46 - 01 Jul 2023 09:18:33 UTC
Term::Completion::Path - read a path with completion like on a shell
Term::Completion::Path is a derived class of Term::Complete. It prompts the user to interactively enter a path with completion like on a shell. The currently accessible file system is used to get the completion choices. See Term::Complete for details...
MAREKR/Term-Completion-1.00 - 23 Feb 2013 16:42:53 UTC