mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[PR #339] [CLOSED] Edit recorded asciicasts, delete or squash events, concatenate recordings #433
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#433
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?
📋 Pull Request Information
Original PR: https://github.com/asciinema/asciinema/pull/339
Author: @adamschmideg
Created: 3/15/2019
Status: ❌ Closed
Base:
develop← Head:feature/editing📝 Commits (7)
df8088cAdd edit command skeleton8704b8fsimple concatenation of events3536e64Concatenate casts works57ff37ctest deleted event2275002Edit squash8866805oops, time offset744bfdfDocument edit subcommand📊 Changes
4 files changed (+115 additions, -0 deletions)
View changed files
📝
README.md(+15 -0)📝
asciinema/__main__.py(+10 -0)➕
asciinema/commands/edit.py(+43 -0)➕
tests/edit_test.py(+47 -0)📄 Description
Fixes asciinema/discussions#53
Take one or more asciicast files and edit them manually. Change the event
types as follows,
More consecutive lines can be squashed.
After the individual files are processed, they are concatenated into a single
recording. The times are adjusted, so the last event in the first file is
immediately followed by the first event in the second file, and so on.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.