mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 03:38:03 +01:00
Words
This commit is contained in:
11
README.md
11
README.md
@@ -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
|
||||
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>.
|
||||
This is useful when you want to execute some commands during the recording
|
||||
session that should not be captured (e.g. pasting secrets). Resume by pressing
|
||||
<kbd>Ctrl+\</kbd> again. When pausing desktop notification is displayed so
|
||||
you're sure the sensitive output is not captured in the recording.
|
||||
You can temporarily pause the capture of your terminal by pressing
|
||||
<kbd>Ctrl+\</kbd>. This is useful when you want to execute some commands during
|
||||
the recording session that should not be captured (e.g. pasting secrets). Resume
|
||||
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
|
||||
`exit`). If the recorded process is not a shell then recording finishes when
|
||||
|
||||
@@ -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
|
||||
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>.
|
||||
This is useful when you want to execute some commands during the recording
|
||||
session that should not be captured (e.g. pasting secrets). Resume by pressing
|
||||
<kbd>Ctrl+P</kbd> again.
|
||||
You can temporarily pause the capture of your terminal by pressing
|
||||
<kbd>Ctrl+\</kbd>. This is useful when you want to execute some commands during
|
||||
the recording session that should not be captured (e.g. pasting secrets). Resume
|
||||
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
|
||||
`exit`). If the recorded process is not a shell then recording finishes when
|
||||
|
||||
Reference in New Issue
Block a user