STEP3
At the debugged terminal, launch trachet.
.. image:: https://raw.githubusercontent.com/saitoha/trachet/data/data/trachet_qs3.png
:width: 640
Run default shell and send formatted I/O sequences to output terminal ::
$ trachet -o/dev/ttys002
Run default shell and write non-colored formatted I/O sequences to a text file. ::
$ trachet -o log.txt
Run vim and send formatted I/O sequences to output terminal. ::
$ trachet -o/dev/ttys002 vim
Run emacs and send formatted I/O sequences to output terminal,
and "break" emacs on startup time ::
$ trachet -b -o/dev/ttys002 emacs -nw
Replay output log created by script(1) step by step. ::
$ trachet -b -o/dev/ttys002 cat ~/typescript -