Next: , Previous: , Up: paster  


Asciicast

You can optionally automatically generate HTML pages for your .casts, if you copy asciinema-player bundle to your HTTP server and specify its base name for -asciicast-path:

$ v=v2.6.1
$ u=https://github.com/asciinema/asciinema-player/releases/download/$v/
$ for ext in css js ; do
    wget -O /path/to/www/asciinema-player-$v.$ext $u/asciinema-player.$ext
done

use $GOPATH/bin/paster -asciicast-path asciinema-player-v2.6.1

After that, additional .cast.html file will be generated during upload each time, with the links to the .cast and the player. You will also get those HTML URLs in the output.