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

Search results for "module:Term::Complete"

Term::Complete - Perl word completion module River stage one • 1 direct dependent • 1 total dependent

This routine provides word completion on the list of words in the array (or array ref). The tty driver is put into raw mode and restored using an operating system specific command, in UNIX-like environments "stty". The following command characters ar...

FLORA/Term-Complete-1.402 - 13 Jul 2011 15:42:47 UTC

Term::Emit - Print with indentation, status, and closure River stage zero No dependents

The "Term::Emit" package is used to print balanced and nested messages with a completion status. These messages indent easily within each other, autocomplete on scope exit, are easily parsed, may be bulleted, can be filtered, and even can show status...

ROSCIO/Term-Emit-0.0.4 - 12 Sep 2012 19:16:24 UTC

Term::GDBUI - A fully-featured shell-like command line environment River stage zero No dependents

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::Query - Table-driven query routine. River stage zero No dependents

query The query subroutine fulfills the need for a generalized question-response subroutine, with programmatic defaulting, validation, condition and error checking. Given *$prompt* and *$flags*, and possibly additional arguments, depending upon the c...

AKSTE/Term-Query-2.0 - 26 Aug 1997 09:22:38 UTC

Term::Shell - A simple command-line shell framework. River stage two • 14 direct dependents • 17 total dependents

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::Shelly - Yet Another Shell Kit for Perl River stage zero No dependents

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::Visual - split-terminal user interface River stage one • 1 direct dependent • 1 total dependent

Term::Visual is a "visual" terminal interface for curses applications. It provides the split-screen interface you may have seen in console based IRC and MUD clients. Term::Visual uses the POE networking and multitasking framework to support concurren...

LUNARTEAR/Term-Visual-0.08 - 17 Oct 2007 23:51:23 UTC

Tickit::Term - terminal formatting abstraction River stage two • 35 direct dependents • 41 total dependents

Provides terminal control primitives for Tickit; a number of methods that control the terminal by writing control strings. This object itself performs no actual IO work; it writes bytes to a delegated object given to the constructor called the writer...

PEVANS/Tickit-0.74 - 04 Sep 2023 17:09:00 UTC

Term::Sample - Finger printing of your keyboard typing River stage zero No dependents

Term::Sample implements simple typing analysis to find the "personality" in your typing. It uses Timer::HiRes and Win32::Console for best results. If it is not run on a Win32 system, it defaults to Term::ReadKey instead of Win32::Console. I'm not sur...

JBRYAN/Term-Sample-0.25 - 17 Sep 2000 03:12:58 UTC

Term::ShellUI - A fully-featured shell-like command line environment River stage one • 6 direct dependents • 8 total dependents

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::TermKey - perl wrapper around libtermkey River stage one • 3 direct dependents • 4 total dependents

Note that "libtermkey" itself is deprecated in favour of its eventual merge into "libtickit". As a result, uses of this module should also be considered deprecated. Consider rewriting code to use Tickit instead; either by creating a Tickit::Term to r...

PEVANS/Term-TermKey-0.17 - 20 Feb 2019 22:25:07 UTC

Term::Menus - Create Powerful Terminal, Console and CMD Enviroment Menus River stage one • 1 direct dependent • 1 total dependent

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.027 - 12 Apr 2024 22:55:50 UTC

Term::Completion - read one line of user input, with convenience functions River stage one • 1 direct dependent • 2 total dependents

Term::Completion is an extensible, highly configurable replacement for the venerable Term::Complete package. It is object-oriented and thus allows subclassing. Two derived classes are Term::Completion::Multi and Term::Completion::Path. A prompt is pr...

MAREKR/Term-Completion-1.02 - 03 Jan 2024 21:57:25 UTC

Term::EditorEdit - Edit a document via $EDITOR River stage one • 2 direct dependents • 2 total dependents

Term::EditorEdit is a tool for prompting the user to edit a piece of text via $VISUAL or $EDITOR and return the result In addition to just editing a document, this module can distinguish between a document preamble and document content, giving you a ...

ROKR/Term-EditorEdit-0.0016 - 05 Jul 2011 16:42:00 UTC

App::Term::Jump - searcheable database of often visited directories River stage zero No dependents

A utility to navigate your filesystem. It can ither be used directly on the command line or integrated with Bash....

NKH/App-Term-Jump-0.04.32 - 04 May 2015 23:00:08 UTC

Term::ProgressBar - provide a progress meter on a standard terminal River stage two • 26 direct dependents • 37 total dependents

Term::ProgressBar provides a simple progress bar on the terminal, to let the user know that something is happening, roughly how much stuff has been done, and maybe an estimate at how long remains. A typical use sets up the progress bar with a number ...

MANWAR/Term-ProgressBar-2.23 - 08 Oct 2022 03:23:15 UTC

IO::Term::Status - print log lines to a terminal with a running status bar River stage one • 1 direct dependent • 1 total dependent

This module provides a subclass of IO::Handle for maintaining a running status display on the terminal. It presumes the terminal can handle basic ANSI control characters (thus is not suitable for printing to log files, etc). The "status bar" consists...

PEVANS/IO-Term-Status-0.01 - 11 Sep 2021 16:04:45 UTC

Term::MultiSpinner - Term::Spinner with multiple spinners River stage one • 1 direct dependent • 1 total dependent

This is a subclass of Term::Spinner, see those docs first. This class provides multiple spinners on the same line, to represent the state of several asynchronous long-running tasks. Ideal for a complex "select"-based loop, a POE process, etc. Another...

BLBLACK/Term-Spinner-0.01 - 17 May 2007 15:35:20 UTC

Term::CLI::Command - Class for (sub-)commands in Term::CLI River stage zero No dependents

Class for command elements in Term::CLI(3p)....

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

Term::CLI::Element - generic parent class for elements in Term::CLI River stage zero No dependents

Generic parent class for command line elements in Term::CLI(3p). This is used by Term::CLI::Command(3p) and Term::CLI::Argument(3p) to provide basic, shared functionality. This class inherits from Term::CLI::Base(3p) to provide the "error", "term", a...

SBAKKER/Term-CLI-0.059000 - 14 Jan 2024 22:19:02 UTC
43 results (0.035 seconds)