[GH-ISSUE #57] Pause feature (in recording mode) #653

Closed
opened 2026-03-15 06:44:34 +03:00 by kerem · 3 comments
Owner

Originally created by @eddyp on GitHub (Mar 28, 2014).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/57

It would be really useful to be able to pause and continue the asciinema recording process at any time. This is useful for outside interruptions, a long series of commands or executions.

I think one way to do this would be to use ctrl+z for pause and fg to get back to the session.

Originally created by @eddyp on GitHub (Mar 28, 2014). Original GitHub issue: https://github.com/asciinema/asciinema/issues/57 It would be really useful to be able to pause and continue the asciinema recording process at any time. This is useful for outside interruptions, a long series of commands or executions. I think one way to do this would be to use ctrl+z for pause and fg to get back to the session.
kerem closed this issue 2026-03-15 06:44:40 +03:00
Author
Owner

@ku1ik commented on GitHub (Mar 28, 2014):

That is impossible due to the way recording is done. asciinema recorder doesn't do a snapshot of the whole terminal (all the lines), it only records the text and escape codes that get printed to the terminal. It's a sequence of changes where the following ones are dependent on the previous ones. By stopping the recording we would lose some of the changes that would be required to correctly display any future changes.

<!-- gh-comment-id:38906958 --> @ku1ik commented on GitHub (Mar 28, 2014): That is impossible due to the way recording is done. asciinema recorder doesn't do a snapshot of the whole terminal (all the lines), it only records the text and escape codes that get printed to the terminal. It's a sequence of changes where the following ones are dependent on the previous ones. By stopping the recording we would lose some of the changes that would be required to correctly display any future changes.
Author
Owner

@eddyp commented on GitHub (Mar 30, 2014):

Then could there be an edit function of the resulting recording to be able to trim on the dead times during the recording?

<!-- gh-comment-id:39035689 --> @eddyp commented on GitHub (Mar 30, 2014): Then could there be an edit function of the resulting recording to be able to trim on the dead times during the recording?
Author
Owner

@ku1ik commented on GitHub (Mar 31, 2014):

Yes, the ability to edit recorded asciicasts is in plans, see #49.

<!-- gh-comment-id:39148984 --> @ku1ik commented on GitHub (Mar 31, 2014): Yes, the ability to edit recorded asciicasts is in plans, see #49.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#653
No description provided.