mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #203] Add --append option for recording #763
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#763
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 @ledroide on GitHub (Apr 26, 2017).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/203
I suggest a new feature :
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.
@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.
@SeriousM commented on GitHub (Nov 10, 2017):
How does the player behave when the dimension changes between the recordings?
@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 🤔