Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 433 Bytes

asciinema.md

File metadata and controls

19 lines (13 loc) · 433 Bytes

asciinema

For best rendering as an svg, set your terminal (eg: iterm2) to about 100x20 then record using asciinema:

asciinema rec my.cast

Covert to gif using agg:

agg my.cast my.gif --font-size 32

Convert to svg using svg-term:

cat my.cast | svg-term --out my.svg --window true