[GH-ISSUE #203] Add --append option for recording #763

Closed
opened 2026-03-15 10:13:02 +03:00 by kerem · 3 comments
Owner

Originally created by @ledroide on GitHub (Apr 26, 2017).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/203

I suggest a new feature :

asciinema rec --append existing_file.json

It sounds self explainable to me : when you just recorded and saved an action, and you want to continue the action to the same recording from the same state of the terminal, then you append the recording to the existing file.

Originally created by @ledroide on GitHub (Apr 26, 2017). Original GitHub issue: https://github.com/asciinema/asciinema/issues/203 I suggest a new feature : ``` asciinema rec --append existing_file.json ``` It sounds self explainable to me : when you just recorded and saved an action, and you want to continue the action to the same recording from the same state of the terminal, then you append the recording to the existing file.
kerem 2026-03-15 10:13:02 +03:00
Author
Owner

@ku1ik commented on GitHub (Sep 4, 2017):

https://github.com/asciinema/asciinema/issues/127 has just been implemented, so appending to existing recording will now be an easy thing to implement.

<!-- gh-comment-id:326898233 --> @ku1ik commented on GitHub (Sep 4, 2017): https://github.com/asciinema/asciinema/issues/127 has just been implemented, so appending to existing recording will now be an easy thing to implement.
Author
Owner

@SeriousM commented on GitHub (Nov 10, 2017):

How does the player behave when the dimension changes between the recordings?

<!-- gh-comment-id:343604338 --> @SeriousM commented on GitHub (Nov 10, 2017): How does the player behave when the dimension changes between the recordings?
Author
Owner

@ku1ik commented on GitHub (Nov 11, 2017):

@SeriousM it uses the terminal size from the initial recording.

I just realized it would be nice to display a warning message when you --append and current terminal size is different than the original 🤔

<!-- gh-comment-id:343652397 --> @ku1ik commented on GitHub (Nov 11, 2017): @SeriousM it uses the terminal size from the initial recording. I just realized it would be nice to display a warning message when you --append and current terminal size is different than the original 🤔
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#763
No description provided.