francescobianco / vintage

The "Vintage" Software Manager
MIT License
4 stars 0 forks source link

advise: demo videos #1

Open sahelajones opened 2 years ago

sahelajones commented 2 years ago

Hey,

This is not an issue but I like your demo videos, can you share how did you make it?

Sahela

francescobianco commented 2 years ago

This is a easy task with right tools:

First of all create a file with your commands than try this on your terminal

$ curl -sL git.io/ghostplay | bash -s my-commands.sh

The following step is use asciinema to record and covert the terminal emulation into a GIF file

All my code is in Makefile at this line https://github.com/francescobianco/vintage/blob/main/Makefile#L32 The script with all commands is here: https://github.com/francescobianco/vintage/blob/main/contrib/demo.sh

sahelajones commented 2 years ago

Thanks a ton!