asciinema rec [filename]

Start a recording

Arguments

NameDescription
filename

Options

NameDescription
--stdinEnable stdin (keyboard) recording
--appendAppend to existing recording
--rawSave raw output, without timing or other metadata
--overwriteOverwrite the recording if it already exists
-c, --command <command>Specify command to record, defaults to $SHELL
-e, --env <variables>List of environment variables to capture
-t, --title <title>Specify the title of the asciicast
-i, --idle-time-limit <seconds>Limit recorded terminal inactivity to max amount of seconds
--cols <cols>Override terminal columns for recorded process
--rows <rows>Override terminal rows for recorded process
-y, --yesAnswer “yes” to all prompts (e.g. upload confirmation)
-q, --quietBe quiet, suppress all notices/warnings (implies -y)