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

Search results for "tty"

tty - return user's terminal name River stage one • 1 direct dependent • 1 total dependent

BRIANDFOY/PerlPowerTools-1.044 - 03 Mar 2024 09:13:52 UTC - Search in distribution
  • ls - list file/directory information
  • PerlPowerTools - BSD utilities written in pure Perl

IO::Tty - Low-level allocate a pseudo-Tty, import constants. River stage four • 34 direct dependents • 2422 total dependents

"IO::Tty" is used internally by "IO::Pty" to create a pseudo-tty. You wouldn't want to use it directly except to import constants, use "IO::Pty". For a list of importable constants, see IO::Tty::Constant. Windows is now supported, but ONLY under the ...

TODDR/IO-Tty-1.20 - 28 Dec 2023 17:58:49 UTC - Search in distribution
  • IO::Pty - Pseudo TTY object class

UV::TTY - TTY stream handles in libuv River stage one • 3 direct dependents • 3 total dependents

This module provides an interface to libuv's TTY <http://docs.libuv.org/en/v1.x/tty.html> stream handle. TTY handles represent a stream for the console....

PEVANS/UV-2.000 - 28 Jul 2021 16:28:16 UTC - Search in distribution
  • UV - Perl interface to libuv
  • UV::Stream - Stream handles in libuv

UniEvent::Tty - stream handle for the console River stage one • 5 direct dependents • 5 total dependents

Tty handle provide streaming interfrace for terminal device. It is inherited from UniEvent::Stream. Comparing to other kind of streams, the UniEvent::Tty is not full-duplex stream, i.e. for reading and writing separate handles should be created. As r...

SYBER/UniEvent-1.2.13 - 31 Jan 2024 12:58:13 UTC - Search in distribution

IO::Tty::Util - Perl bindings for libutil.so tty utility functions River stage zero No dependents

IO::Tty::Util provides basic Perl bindings to the "openpty" and "login_tty" functions found in "libutil.so" and provides a Perl implementation of the "forkpty" function....

PATL/IO-Tty-Util-0.03 - 19 Feb 2007 01:06:31 UTC - Search in distribution

Quizzer::FrontEnd::Tty - Tty FrontEnd River stage zero No dependents

This FrontEnd is not useful by itself. It serves as a parent for any FrontEnds that have a user interface that runs in a tty. The screenheight property of this FrontEnd is always set to the current height of the tty, while the screenwidth property is...

IPPO/Quizzer-0.08 - 23 Apr 2002 09:01:54 UTC - Search in distribution

Term::ExtendedColor::TTY - Set colors in the TTY River stage one • 1 direct dependent • 1 total dependent

Term::ExtendedColor::TTY provides functions for changing and querying the Linux TTY (or Virtual Console, if you wish) for various resources, such as colors....

WOLDRICH/Term-ExtendedColor-TTY-0.034 - 18 Feb 2019 10:46:47 UTC - Search in distribution

Test::NoTty River stage zero No dependents

Test your code that handles failure to open /dev/tty On a *nix system the special file /dev/tty always exists, and opening it gives you a(nother) file handle attached to your controlling terminal. This is useful if you want direct user input, such as...

NWCLARK/Test-NoTty-0.03 - 20 Mar 2023 10:59:39 UTC - Search in distribution

Term::TtyRec - handles ttyrec data River stage zero No dependents

What is ttyrec? Here is an excerpt. ttyrec is a tty recorder. Recorded data can be played back with the included ttyplay command. ttyrec is just a derivative of script command for recording timing information with microsecond accuracy as well. It can...

MIYAGAWA/Term-TtyRec-0.03 - 17 Oct 2001 19:35:49 UTC - Search in distribution

Term::TtyWrite - remote control a terminal via the TIOCSTI ioctl River stage zero No dependents

Remote control a terminal via the "TIOCSTI" ioctl(2). This typically requires that the code be run as root, or on Linux that the appropriate capability has been granted. This module will throw an exception if anything goes awry; use "eval" or Syntax:...

JMATES/Term-TtyWrite-0.04 - 25 Sep 2019 21:25:58 UTC - Search in distribution

String::TtyLength - length or width of string excluding ANSI tty codes River stage two • 2 direct dependents • 23 total dependents

This module provides two functions which tell you the length and width of a string as it will appear on a terminal (tty), excluding any ANSI escape codes. "tty_length" returns the length of a string excluding any ANSI tty / terminal escape codes. "tt...

NEILB/String-TtyLength-0.03 - 29 Apr 2021 21:31:00 UTC - Search in distribution

Term::TtyRec::Plus - read a ttyrec River stage one • 1 direct dependent • 2 total dependents

SARTAK/Term-TtyRec-Plus-0.09 - 06 Mar 2012 16:51:12 UTC - Search in distribution
  • ttyplay - play back ttyrec files
  • ttytime - calculate length of ttyrec files

Tie::Handle::TtyRec - write a ttyrec River stage one • 1 direct dependent • 1 total dependent

A ttyrec is a format used for recording terminal sessions. Notably, practically all NetHack games are recorded using ttyrecs. ttyrecs include precise timing data and can be a little fiddly. This module lets you focus on your application, instead of m...

SARTAK/Tie-Handle-TtyRec-0.04 - 06 Mar 2012 16:59:15 UTC - Search in distribution

Log::Progress::RenderTTY - Render progress state on a terminal River stage zero No dependents

This module takes the state data parsed by Log::Progress::Parser and renders it to a terminal as a progress bar, or multiple progress bars if sub-steps are found. Your terminal must be supported by Term::Cap, and you must have a "stty" command on you...

NERDVANA/Log-Progress-0.13 - 26 Jan 2023 18:34:57 UTC - Search in distribution

lib/Stem/TtySock.pm River stage zero No dependents

URI/Stem-0.11 - 01 Dec 2006 08:59:40 UTC - Search in distribution

IO::Page - Pipe STDOUT to a pager if STDOUT is a TTY River stage two • 3 direct dependents • 26 total dependents

IO::Page is designed to programmaticly decide whether or not to point the STDOUT file handle into a pipe to program specified in $ENV{PAGER} or one of a standard list of pagers....

RMITZ/io-page-0.02 - 13 Dec 2000 17:32:40 UTC - Search in distribution

IO::Pager - Select a pager (possibly perl-based) & pipe it text if a TTY River stage two • 6 direct dependents • 35 total dependents

IO::Pager can be used to locate an available pager and set the *PAGER* environment variable (see "NOTES"). It is also a factory for creating I/O objects such as IO::Pager::Buffered and IO::Pager::Unbuffered. IO::Pager subclasses are designed to progr...

JPIERCE/IO-Pager-2.10 - 05 Nov 2020 00:03:29 UTC - Search in distribution

libev - a high performance full-featured event loop written in C River stage two • 70 direct dependents • 86 total dependents

MLEHMANN/EV-4.34 - 08 Oct 2023 21:47:52 UTC - Search in distribution

satpass - Predict satellite passes over an observer. River stage one • 7 direct dependents • 8 total dependents

WYANT/Astro-satpass-0.131 - 16 Mar 2024 12:52:20 UTC - Search in distribution

ls - list file/directory information River stage one • 1 direct dependent • 1 total dependent

This programs lists information about files and directories. If it is invoked without file/directory name arguments, it lists the contents of the current directory. Otherwise, ls lists information about the files and information about the contents of...

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC - Search in distribution
245 results (0.106 seconds)