You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/lib/asciinema_web/templates/asciicast_animation/show.html.eex

15 lines
600 B
Plaintext

<h1>Looking for GIF?</h1>
<p> While we cannot automatically generate GIF from this asciicast (the process
is very resource intensive), you can use <a
href="https://github.com/asciinema/asciicast2gif">asciicast2gif</a> to do it
yourself. Once you have it installed run the following command in your
terminal: </p>
<pre><code>asciicast2gif <%= @file_url %> demo.gif</code> </pre>
<p> If you have <a href="https://www.docker.com/">Docker</a> installed then just
run this command: </p>
<pre><code>docker run --rm -v $PWD:/data asciinema/asciicast2gif <%= @file_url %> demo.gif</code></pre>