Skip to content

donno2048/termrec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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