Edit recorded asciicasts (cut and concatenate parts) #55
adamschmideg
started this conversation in
Ideas
Replies: 1 comment
-
This is similar to #54. I agree editing capabilities would be very helpful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a feature request I started to work on. The idea is, the user edits the recorded asciicasts and changes the event types. Take for example this recording with edited event types,
The extended event types are
The result of the above example is
Editing would be invoked
asciinema edit --from part1.cast --from part2.cast result.cast
. Each input file is processed the way detailed above, then concatenated into a single cast file with the right offset.Beta Was this translation helpful? Give feedback.
All reactions