A .NET terminal recorder that turns .tape files into GIFs and videos. Write your terminal demos as code, then render them to video.
$ dotnet add package vcr⚠️ WORK IN PROGRESS This project is in early development and the API will change rapidly. If you need a stable, production-ready terminal recorder, please use VHS instead. VcrSharp is experimental and should be considered alpha quality.
A .NET terminal recorder that turns .tape files into GIFs and videos. Write your terminal demos as code, then render
them to video.

Install VcrSharp as a global .NET tool:
dotnet tool install --global vcr
For complete documentation, tutorials, and examples, visit:
https://phil-scott-78.github.io/vcr/
The documentation includes:
Create a file called demo.tape:
Output demo.gif
Set Cols 80
Set Rows 20
Set Theme "Dracula"
Type "echo 'Hello, VCR#!'"
Enter
Sleep 1s
Then record it:
vcr demo.tape
This project is heavily inspired by VHS by Charm Bracelet.
VcrSharp adds better Windows support and the ability to execute real commands via the Exec command, but VHS is still
much more feature rich.
This project is licensed under the MIT License - see the LICENSE file for details.