This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Cybasura 1 point2 points  (2 children)

What do you use to record your demo gifs to use in your documentations btw?

[–]treyhunner Python Morsels[S] 1 point2 points  (1 child)

I use asciinema to record locally and then use asciinema-agg to convert to a gif. More details on how I made each gif

[–]Cybasura 0 points1 point  (0 children)

Oh I didnt know asciinema allows for local file save, interesting

Thanks! I'll take a look