# great-docs termshow


Terminal recording and playback for CLI/TUI documentation.


``` bash
great-docs termshow COMMAND [ARGS]...
```


Record terminal sessions, edit them with YAML scripts, and render them as SVG frame sequences for the termshow player.


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Usage: great-docs termshow [OPTIONS] COMMAND [ARGS]...

      Terminal recording and playback for CLI/TUI documentation.

      Record terminal sessions, edit them with YAML scripts, and render them as
      SVG frame sequences for the termshow player.

    Options:
      --help  Show this message and exit.

    Commands:
      edit         Open the Termshow Editor for a .termshow recording.
      import-cast  Import an asciicast (.cast) file to .termshow format.
      record       Record a terminal session to a .termshow file.
      render       Render a .termshow recording into SVG frames.


# Commands


`record`  
[Record a terminal session to a .termshow file.](../../reference/cli/termshow/record.md)

`render`  
[Render a .termshow recording into SVG frames.](../../reference/cli/termshow/render.md)

`import-cast`  
[Import an asciicast (.cast) file to .termshow format.](../../reference/cli/termshow/import_cast.md)

`edit`  
[Open the Termshow Editor for a .termshow recording.](../../reference/cli/termshow/edit.md)
