donno2048 / termrec

Record your terminal and play it

Home Page:https://pypi.org/project/pytermrec/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

termrec

Record your terminal and play it

Warning Only works on Linux

install

From PyPI

pip3 install pytermrec

From GitHub

pip3 install git+https://github.com/donno2048/termrec

Usage

Just type the command in the terminal:

Record to a file

termrec -p <filepath> # record without default command
termrec -p <filepath> -c <command to record> # record with custom command

To stop recording use the exit command or just ctrl + D

Play a file

termplay -p <filepath>
# or with a prompt
termplay -P

About

Record your terminal and play it

https://pypi.org/project/pytermrec/

License:MIT License


Languages

Language:Python 100.0%