logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tdrecord - record input and output of a terminal program

Author

       G.P. Halkes <termdebug@ghalkes.nl>

Bugs

       If  you  think  you  have  found  a  bug, please check that you are using the latest version of termdebug
       <http://os.ghalkes.nl/termdebug>. When reporting bugs, please include a minimal example that demonstrates
       the problem.

Description

tdrecord records the input and output of client. The recording can later be replayed using tdreplay(1) to
       compare behaviour of different versions of client. Without options, tdrecord will create the recording in
       the file tdrecord-year-month-day@hour:minute:second.

Name

       tdrecord - record input and output of a terminal program

Options

tdrecord accepts the following options:

       -h, --help
              Display a short help message.

       -V, --version
              Print version and copyright information.

       -ddir, --directory=dir
              Create  the  recording in directory dir. This option can not be used together with the -o/--output
              option.

       -evars, --environment=vars
              Save the environment variables indicated by the comma-separated list vars to the recording.  These
              will be set on replay.

       -ofile, --output=file
              Save the output in file. This option can not be used together with the -d/--directory option.

       -X, --allow-x11
              Don't clear the DISPLAY environment variable, to allow communication with X11.

       To stop tdrecord from interpreting file names that start with a dash as options, one can specify a double
       dash (--) after which tdrecord will interpret any following arguments as the client and its options.

See Also

termdebug(1), tdreplay(1), tdrerecord(1), tdview(1), tdcompare(1)

2.2                                                2013/03/03                                        TDRECORD(1)

Synopsis

tdrecord [OPTIONS]... CLIENT [CLIENTOPTIONS]...

See Also