This commit is contained in:
Marcin Kulik
2021-10-02 21:38:19 +02:00
parent a31326e17c
commit 7bebc41a82
2 changed files with 12 additions and 9 deletions

View File

@@ -137,11 +137,12 @@ By running `asciinema rec [filename]` you start a new recording session. The
command (process) that is recorded can be specified with `-c` option (see command (process) that is recorded can be specified with `-c` option (see
below), and defaults to `$SHELL` which is what you want in most cases. below), and defaults to `$SHELL` which is what you want in most cases.
You can temporarily pause recording of terminal by pressing <kbd>Ctrl+\</kbd>. You can temporarily pause the capture of your terminal by pressing
This is useful when you want to execute some commands during the recording <kbd>Ctrl+\</kbd>. This is useful when you want to execute some commands during
session that should not be captured (e.g. pasting secrets). Resume by pressing the recording session that should not be captured (e.g. pasting secrets). Resume
<kbd>Ctrl+\</kbd> again. When pausing desktop notification is displayed so by pressing <kbd>Ctrl+\</kbd> again. When pausing desktop notification is
you're sure the sensitive output is not captured in the recording. displayed so you're sure the sensitive output won't be captured in the
recording.
Recording finishes when you exit the shell (hit <kbd>Ctrl+D</kbd> or type Recording finishes when you exit the shell (hit <kbd>Ctrl+D</kbd> or type
`exit`). If the recorded process is not a shell then recording finishes when `exit`). If the recorded process is not a shell then recording finishes when

View File

@@ -42,10 +42,12 @@ By running **asciinema rec [filename]** you start a new recording session. The
command (process) that is recorded can be specified with **-c** option (see command (process) that is recorded can be specified with **-c** option (see
below), and defaults to **$SHELL** which is what you want in most cases. below), and defaults to **$SHELL** which is what you want in most cases.
You can temporarily pause recording of terminal by pressing <kbd>Ctrl+P</kbd>. You can temporarily pause the capture of your terminal by pressing
This is useful when you want to execute some commands during the recording <kbd>Ctrl+\</kbd>. This is useful when you want to execute some commands during
session that should not be captured (e.g. pasting secrets). Resume by pressing the recording session that should not be captured (e.g. pasting secrets). Resume
<kbd>Ctrl+P</kbd> again. by pressing <kbd>Ctrl+\</kbd> again. When pausing desktop notification is
displayed so you're sure the sensitive output won't be captured in the
recording.
Recording finishes when you exit the shell (hit <kbd>Ctrl+D</kbd> or type Recording finishes when you exit the shell (hit <kbd>Ctrl+D</kbd> or type
`exit`). If the recorded process is not a shell then recording finishes when `exit`). If the recorded process is not a shell then recording finishes when