Files
ovh-ttyrec-bash-recorder/debian/control
Stéphane Lesimple 0c7ab93b71 release v1.1.6.6
chore: add machine triplet in -V
chore: add rpm autobuild
chore: multi-arch autobuild
2020-11-13 18:55:32 +01:00

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