asciinema rec [filename]
Start a recording
Arguments
Name | Description |
---|---|
filename |
Options
Name | Description |
---|---|
--stdin | Enable stdin (keyboard) recording |
--append | Append to existing recording |
--raw | Save raw output, without timing or other metadata |
--overwrite | Overwrite 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, --yes | Answer “yes” to all prompts (e.g. upload confirmation) |
-q, --quiet | Be quiet, suppress all notices/warnings (implies -y) |