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 27 28 29 30
|
Source: termtosvg
Section: python
Priority: optional
Maintainer: Guilhem Moulin <guilhem@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
pandoc,
python3-all,
python3-lxml,
python3-pyte (>= 0.6.0),
python3-setuptools,
python3-wcwidth
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: https://github.com/nbedos/termtosvg
Vcs-Git: https://salsa.debian.org/debian/termtosvg.git -b debian/latest
Vcs-Browser: https://salsa.debian.org/debian/termtosvg
Package: termtosvg
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: record terminal sessions as standalone SVG animations
termtosvg is a Unix terminal recorder written in Python that renders
command line sessions as standalone SVG animations. Features:
.
* Produce lightweight and clean looking animations embeddable on a
project page
* Custom color themes, terminal UI and animation controls via SVG
templates
* Compatible with asciinema recording format
|