ocervell / asciinema_automation

CLI utility to automate asciinema recordings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asciinema-automation

Asciinema-Automation is a Python package which provides a small CLI utility to automate asciinema recordings. The only dependencies are asciinema and Pexpect.

Example

demo

This example is generated reading with asciinema-automation a script that calls asciinema-automation which reads the hello_world.sh example in this repository 🙃

Numerous examples can also be found here.

Installation

You need to call git clone to recover the source code of this repository

git clone https://github.com/PierreMarchand20/asciinema_automation.git 

and then call pip in your local folder of this repository to install this package and its dependencies

pip3 install . 

History

This repository is inspired by asciiscript, which is not maintained any more. I first made a fork, but being not very familiar with go, I preferred to rewrite everything in python.

About

CLI utility to automate asciinema recordings


Languages

Language:Python 100.0%