File: control

package info (click to toggle)
ttyrec 1.1.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 856 kB
  • sloc: ansic: 2,490; sh: 246; makefile: 49; perl: 48
file content (26 lines) | stat: -rw-r--r-- 1,050 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: ttyrec
Section: misc
Priority: optional
Maintainer: Package Salvaging Team <team+salvage@tracker.debian.org>
Uploaders: NIIBE Yutaka <gniibe@fsij.org>
Build-Depends: debhelper-compat (= 13), libzstd-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/salvage-team/ttyrec
Vcs-Git: https://salsa.debian.org/salvage-team/ttyrec.git
Homepage: https://github.com/ovh/ovh-ttyrec
Rules-Requires-Root: no

Package: ttyrec
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Terminal interaction recorder and player (for tty)
 This package includes "ttyrec", a tty recorder which records terminal
 interaction, "ttytime", that reports the duration of a recording,
 and "ttyplay", a player to see that intereaction.
 .
 ttyrec is an enhanced version of script(1): timing and output are in one file,
 on-the-fly compression, output rotation, session locking, timeouts,
 optional pipe-based operation.
 .
 It can record any console session,
 including when using screen-oriented programs such as those using curses.