repository for public blogs.
This tool is using some open source projects
- record terminal and render to gif
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r deps/terminal_recorder/requirements.txt
Now you are able to record the terminal (see below)
git submodule init
cd deps/terminal_recorder/asciinema/
cargo build -r
cd ../../..
Now you are able to transform your terminal records to gifs.
cd deps/terminal_recorder
make record
make play
make render
Contributions of any kind welcome.
The development environment targets are located in the Makefile
make help
Thanks goes to these wonderful people (emoji key):
andy Augustin 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!