mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #129] [Feature Request] Pausing and resuming #713
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#713
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @acostarelli on GitHub (Aug 31, 2015).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/129
Occasionally, during a recording, I may want to take a break/look something up, which would create a long time of nothing happening in the recording. Or, I may have to enter sensitive information.
Either way, it would be nice to have the ability to pause or resume. For example, if I have to go look something up, I would type something like:
Then, when I'm done looking up whatever I was looking up, I would type something like:
@ku1ik commented on GitHub (Sep 3, 2015):
It's not really possible to pause the recording session. asciinema records all terminal output, which is incremental by nature. What you see on your screen is an interpretation of a series of commands, each building on the previous one. By skipping some of them (by doing "pause") we're risking losing some important escape codes that contribute to the displayed content.
However, if you want to shrink "long time of nothing" then you can use the
-wswitch, i.e.asciinema rec -w 2.