# NAME
Dancer2::Plugin::Showterm - Replay terminal typescript captures
# VERSION
version 0.0.2
# SYNOPSIS
In `config.yml`:
```perl
plugins:
Showterm:
stylesheet: /my_showterm.css
```
In your app:
```perl
package MyApp;
use Dancer2;
use Dancer2::Plugin::Showterm;
...
```
# DESCRIPTION
This plugin is a [Dancer2](https://metacpan.org/pod/Dancer2) port of the wonderful [http://showterm.io](http://showterm.io), which allows
terminal screen captures taken via the UNIX tool [script](http://man7.org/linux/man-pages/man1/script.1.html) to be
replayed in the browser.
The plugin will intercept any request for files with a `.showterm` extension and will generate an
html page that will be able to replay the same file, but with the `.typescript` extension.
In other words, if you put the file `mysession.typescript` in the `public` folder of the app, then the
url `/mysession.showterm` will display its webified version. The webified version can also be embedded in other
pages via iframes:
```perl
```
# CAPTURING THE ACTION
The cli capture is done using the UNIX utility c