alexgarzao / termtosvg

Record terminal sessions as SVG animations

Home Page:https://nbedos.github.io/termtosvg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

termtosvg

termtosvg is a Unix terminal recorder written in Python that renders your 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

Installation

termtosvg is compatible with Linux, Mac OS and BSD OSes, requires Python >= 3.5 and can be installed using pip:

pip3 install --user termtosvg

Basic usage

Start recording with:

$ termtosvg
Recording started, enter "exit" command or Control-D to end

You are now in a subshell where you can type your commands as usual. Once you are done, exit the shell to end the recording:

$ exit
Recording ended, file is /tmp/termtosvg_exp5nsr4.svg

Finally, use your favorite web browser to play the animation:

$ firefox /tmp/termtosvg_exp5nsr4.svg

Dependencies

termtosvg uses:

  • pyte to render the terminal screen
  • lxml to work with SVG data

About

Record terminal sessions as SVG animations

https://nbedos.github.io/termtosvg/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 97.4%Language:Makefile 2.6%