mirror of
https://github.com/ovh/ovh-ttyrec.git
synced 2023-04-10 17:58:23 +03:00
24 lines
1.2 KiB
Plaintext
24 lines
1.2 KiB
Plaintext
Source: ovh-ttyrec
|
|
Section: ovh
|
|
Priority: extra
|
|
Maintainer: Stéphane Lesimple <stephane.lesimple@corp.ovh.com>
|
|
Build-Depends: debhelper (>= 7.0.50~)
|
|
Standards-Version: 3.8.4
|
|
|
|
Package: ovh-ttyrec
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Conflicts: ttyrec
|
|
Description: Extended (but compatible) fork of ttyrec
|
|
ttyrec is a terminal (tty) recorder, it comes with ttyplay, which is a tty player.
|
|
Some features of ovh-ttyrec follow:
|
|
- Drop-in replacement of the classic ttyrec, additional features don't break compatibility
|
|
- The code is portable and OS features that can be used are detected at compile time
|
|
- Supports ttyrec output file rotation without interrupting the session
|
|
- Supports locking the session after a keyboard input timeout, optionally displaying a custom message
|
|
- Supports terminating the session after a keyboard input timeout
|
|
- Supports manually locking or terminating the session via "cheatcodes" (specific keystrokes)
|
|
- Supports a no-tty mode, relying on pipes instead of pseudottys, while still recording stdout/stderr
|
|
- Automatically detects whether to use pseudottys or pipes, also overridable from command-line
|
|
- Supports reporting the number of bytes that were output to the terminal on session exit
|